Eric Mellino
|
5659748e90
[Metal] Fix Mod function implementation.
|
7 жил өмнө |
Craig Dean
|
fecd9e77e2
Wrapped waithandle set's in try..catch to prevent occasional race condition.
|
7 жил өмнө |
Craig Dean
|
834cd024e4
Ensure waithandles are disposed after process by changing using order.
|
7 жил өмнө |
Craig Dean
|
adc12a57b2
Fixed bug with extracting thread ID in compute shader.
|
7 жил өмнө |
Craig Dean
|
4f40651cf9
Fixed atanh implementaion in HLSL.
|
7 жил өмнө |
Craig Dean
|
564a26e311
Removed resources file as per GH-80 request. Also removed DoCS method as CS is now not called from code directly.
|
7 жил өмнө |
Craig Dean
|
80230d8031
Correct to only pass method name into execution code, as per GH-80 comments.
|
7 жил өмнө |
Craig Dean
|
d730c31fa2
Fixed issue with Open GL ES float cast bracket position.
|
7 жил өмнө |
Craig Dean
|
ccf1aa080a
Fixed issues with Open GL ES floats, and support for MathF.Pow overloads.
|
7 жил өмнө |
Craig Dean
|
22bb0bf496
A failure to compile a backend will not cause the test set to be skipped from analysis (before it would cause it to show as different), allowing the tests to continue if at least two backends can be compared.
|
7 жил өмнө |
Craig Dean
|
f9a7b579aa
Added new 'AddCheck' methods to known functions implementations. This makes it easier to implement a check that runs for each element in a vector.
|
7 жил өмнө |
Craig Dean
|
14fef61e64
Merge branch 'master' into AutoGenerateTests
|
7 жил өмнө |
Eric Mellino
|
c66f5f556a
Change FXC timeout to 60sec (from 2) for ShaderGen.Build.
|
7 жил өмнө |
Craig Dean
|
0ccdec0f97
Added float generation control, and float comparison control, to provide more control over tests.
|
7 жил өмнө |
Craig Dean
|
64f819a1bc
Added more flexible equality that is based on float comparison where possible.
|
7 жил өмнө |
Craig Dean
|
f1000ac26c
Major refactor to make more OO and easier to understand.
|
7 жил өмнө |
Craig Dean
|
a5f54a5288
Renamed Mappings.Methods to Mappings.MethodMaps and changed Methods to count field.
|
7 жил өмнө |
Craig Dean
|
66861b3551
Move code into AutoGenerated folder, and split out classes to improve readability.
|
7 жил өмнө |
Craig Dean
|
fa4471eb23
Added some more utilities methods to improve test output.
|
7 жил өмнө |
Craig Dean
|
6b2c6df8fc
Runs test on all backends and does naive byte wise comparison of results to show rate of inconsistency.
|
7 жил өмнө |
Craig Dean
|
cd4acd012c
Added TestTimer to make it easier to output timing message during long running tests.
|
7 жил өмнө |
Craig Dean
|
dc18c653da
Now creates test data, and a result set based on executing on the CPU.
|
7 жил өмнө |
Craig Dean
|
eb08e25d74
Added ToMemorySize() to TestUtils for nicer test output.
|
7 жил өмнө |
Craig Dean
|
9a50b1d1c7
Initial commit of auto-generation code. This auto-generates C# code to build into compute shaders for rapid testing and comparison between CPU & GPU backends.
|
7 жил өмнө |
Craig Dean
|
9c934c2676
Implemented Math functions, automated headless graphics device testing, numerous bug fixes and improvements (#77)
|
7 жил өмнө |
Eric Mellino
|
2d6117214c
Remove unnecessary semicolon after discard calls.
|
7 жил өмнө |
Eric Mellino
|
fab524daa3
Detect StructuredBuffers that are used indirectly, but not in the top-level function.
|
7 жил өмнө |
Eric Mellino
|
ad41334ed1
Make ShaderModel.GetTypeSize more robust.
|
7 жил өмнө |
Eric Mellino
|
5306272d60
Catch alignment issues in compound structures rather than just the top-level struct.
|
7 жил өмнө |
Eric Mellino
|
66b7c872e6
Add "while" support, and add a test.
|
7 жил өмнө |