index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-13
Remove Not constant folding - because it doesn't take into account the type c...
jsmall-nvidia
2020-04-10
Fix CUDA build of render-test (#1316)
Tim Foley
2020-04-10
Fix crashing bug when using overloaded name as generic arg (#1315)
Tim Foley
2020-04-09
Literal folding on other operators (#1314)
jsmall-nvidia
2020-04-08
Replace /* unhandled */ in source emit with a real error (#1313)
Tim Foley
2020-04-08
Initial work to support OptiX output for ray tracing shaders (#1307)
Tim Foley
2020-04-08
Fix expected output for dxc-error test. (#1312)
Tim Foley
2020-04-08
Fixes for IR generics (#1311)
Tim Foley
2020-04-08
Remove static struct members from layout and reflection (#1310)
jsmall-nvidia
2020-04-07
Fix a bug around generic functions using DXR RayQuery (#1309)
Tim Foley
2020-04-02
Fix WaveGetLaneIndex for glsl (#1306)
jsmall-nvidia
2020-04-02
Optimize creation of memberDictionary (#1305)
jsmall-nvidia
2020-04-02
Add basic support for namespaces (#1304)
Tim Foley
2020-03-31
Improve diagnostic parsing from GCC. (#1303)
jsmall-nvidia
2020-03-30
CUDA version handling (#1301)
jsmall-nvidia
2020-03-30
Add a test for static const declarations in structure types (#1300)
Tim Foley
2020-03-27
WaveBroadcastAt/WaveShuffle (#1299)
jsmall-nvidia
2020-03-27
Adds WaveShuffle intrinsic (#1298)
jsmall-nvidia
2020-03-27
Support for WaveReadLaneAt with dynamic (but uniform across Wave) on Vk by en...
jsmall-nvidia
2020-03-26
Disable CPU tests on TC. (#1295)
jsmall-nvidia
2020-03-25
Fix a bug in exiting SSA form for loops (#1293)
Tim Foley
2020-03-25
Unroll target improvements (#1291)
jsmall-nvidia
2020-03-25
Better diagnostics on failure on CUDA. (#1288)
jsmall-nvidia
2020-03-24
Parser changes to improve handling of static method calls (#1290)
Tim Foley
2020-03-24
Fix some bad behavior around static methods (#1289)
Tim Foley
2020-03-23
First pass at a Target Compatibility document (#1287)
jsmall-nvidia
2020-03-21
CPU Texture GetDimensions support (#1283)
jsmall-nvidia
2020-03-20
Handling of switch with empty body (#1284)
jsmall-nvidia
2020-03-20
Remove RWTextureCube/Array from stdlib (#1285)
jsmall-nvidia
2020-03-20
Diagnostic compare special case for stdlib line number changes (#1286)
jsmall-nvidia
2020-03-18
First pass at a language reference (#1279)
Tim Foley
2020-03-17
Added --cuda-sdk-path option to premake5.lua. (#1278)
jsmall-nvidia
2020-03-17
Improve CUDA Wave intrinsics documentation. (#1276)
jsmall-nvidia
2020-03-16
CUDA support of MultiPrefix Wave intrinsics. (#1275)
jsmall-nvidia
2020-03-16
Define compound intrinsic ops in the standard library (#1273)
Tim Foley
2020-03-12
Vector & Matrix Prefix Sum & Product (#1272)
jsmall-nvidia
2020-03-11
Add a basc inlining facility for use in the stdlib (#1271)
Tim Foley
2020-03-11
Clean-ups related to expanded standard library coverage (#1269)
Tim Foley
2020-03-10
Wave Prefix Product (#1270)
jsmall-nvidia
2020-03-10
WIP Prefix Sum for CUDA (#1268)
jsmall-nvidia
2020-03-10
CUDA Wave intrinsic vector/matrix support (#1267)
jsmall-nvidia
2020-03-09
CUDA support for vector/matrix Wave intrinsics (#1266)
jsmall-nvidia
2020-03-09
Yet more definitions moved into the stdlib (#1263)
Tim Foley
2020-03-06
Use templates to implement Wave Intrinsic reduce on CUDA (#1265)
jsmall-nvidia
2020-03-06
Remove generated header files (#1264)
jsmall-nvidia
2020-03-06
Wave intrinsics for Vector and Matrix types (#1262)
jsmall-nvidia
2020-03-06
Expand range of definitions that can be moved into stdlib (#1259)
Tim Foley
2020-03-06
Update slang-binaries to verison with SPIR-V version support. (#1261)
jsmall-nvidia
2020-03-05
Safer binary compatibilty betwee 1.0 and 1.1 versions, without using struct e...
jsmall-nvidia
2020-03-05
Feature/glslang spirv version (#1256)
jsmall-nvidia
[next]