Eric Mellino
|
badb81926a
Update copyright date.
|
7 lat temu |
Eric Mellino
|
adbb44af58
Remove some unnecessary project properties.
|
7 lat temu |
Eric Mellino
|
bf380d0597
Change version to 1.2.0-beta3.
|
7 lat temu |
Eric Mellino
|
2dcf8e2838
Bump version to 1.2-beta3.
|
7 lat temu |
Eric Mellino
|
b9c86c45fe
Make some code style adjustments to the new SharpDX-based HLSL compilation code.
|
7 lat temu |
Eric Mellino
|
a441d7d476
Remove unnecessary workaround for Nerdbank.GitVersioning.
|
7 lat temu |
久永
|
bb9e52b8e8
fix TestBuiltins .
|
7 lat temu |
久永
|
c15e9c0a9c
Using SharpDX instead of fxc.exe .
|
7 lat temu |
久永
|
1dad40d5c1
Repair TargetProject .
|
7 lat temu |
久永
|
f98d269b97
Update nuget packages.
|
7 lat temu |
久永
|
d97b6f9ab6
Add nuget package SharpDX.D3DCompiler 4.2.0 .
|
7 lat temu |
Eric Mellino
|
b4b301304e
Fix some additional problems related to metal tool locations.
|
7 lat temu |
Peter Tribe
|
b73f9ee184
Update: changed xcode path detection method
|
7 lat temu |
Peter Tribe
|
a07402c539
Added: code to get active xcode path
|
7 lat temu |
Craig Dean
|
b17d8a8a99
Added missing builtin functions (#83)
|
7 lat temu |
Eric Mellino
|
b5a4581f34
[Metal] Fix Mod function implementation.
|
7 lat temu |
Craig Dean
|
90a0a77b41
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 lat temu |
Eric Mellino
|
c66f5f556a
Change FXC timeout to 60sec (from 2) for ShaderGen.Build.
|
7 lat temu |
Craig Dean
|
9c934c2676
Implemented Math functions, automated headless graphics device testing, numerous bug fixes and improvements (#77)
|
7 lat temu |
Eric Mellino
|
2d6117214c
Remove unnecessary semicolon after discard calls.
|
7 lat temu |
Eric Mellino
|
fab524daa3
Detect StructuredBuffers that are used indirectly, but not in the top-level function.
|
7 lat temu |
Eric Mellino
|
ad41334ed1
Make ShaderModel.GetTypeSize more robust.
|
7 lat temu |
Eric Mellino
|
5306272d60
Catch alignment issues in compound structures rather than just the top-level struct.
|
7 lat temu |
Eric Mellino
|
66b7c872e6
Add "while" support, and add a test.
|
7 lat temu |
Eric Mellino
|
3177b71221
Fix detection of InterlockedAdd when called from non-entry functions.
|
7 lat temu |
Eric Mellino
|
eda6f76ec1
Move atomic buffer test to a compute shader, and fix Metal atomic buffer field declaration.
|
7 lat temu |
Eric Mellino
|
577c75123a
Add support for InterlockedAdd on two new buffer types, AtomicBuffer(U)Int32.
|
7 lat temu |
Eric Mellino
|
6b2335e031
Only force-discover structure types.
|
7 lat temu |
Eric Mellino
|
081a6e4417
Pass /O3 to fxc.exe when not debugging.
|
7 lat temu |
Eric Mellino
|
93ca1d24ab
Implement do-while.
|
7 lat temu |