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-05-21
AST dump improvements (#1350)
jsmall-nvidia
2020-05-20
AST dumping via C++ Extractor reflection (#1348)
jsmall-nvidia
2020-05-19
Reduce the size of Token (#1349)
jsmall-nvidia
2020-05-18
Use 'balance' for extracting array suffix in C++ extractor (#1346)
jsmall-nvidia
2020-05-15
Add a few missing enum cases to slang.h (#1347)
Tim Foley
2020-05-14
Change to make a single implementation of SLANG_ABSTRACT_CLASS and SLANG_CLAS...
jsmall-nvidia
2020-05-14
Add support for parsing array types to C++ extractor. (#1343)
jsmall-nvidia
2020-05-11
Add GLSL translation for HLSL fmod() (#1342)
Tim Foley
2020-05-08
AST nodes using C++ Extractor (#1341)
jsmall-nvidia
2020-05-07
Enhanced C++ extractor (#1340)
jsmall-nvidia
2020-05-05
Try to stop AppVeyor from clobbering release logs (#1339)
Tim Foley
2020-05-04
Disable a test that was breaking on CI (#1338)
Tim Foley
2020-05-04
C++ Extractor (#1337)
jsmall-nvidia
2020-05-04
Make stdlib WaveActive* call WaveMask* (#1336)
Tim Foley
2020-05-01
Improve GLSL coverage of boolean binary ops (#1335)
Tim Foley
2020-04-27
Add support for generic load/store on byte-addressed buffers (#1334)
Tim Foley
2020-04-23
Small improvements around atomics (#1333)
jsmall-nvidia
2020-04-23
Fix typo in TypeTextUtil::getCompileTargetName(SlangCompileTarget target) (#1...
jsmall-nvidia
2020-04-22
Disable OptiX tests by default. (#1331)
Tim Foley
2020-04-21
Diagnose attempts to call instance methods from static methods (#1330)
Tim Foley
2020-04-21
Fix for a generic definition, followed by a declaration with target intrisic ...
jsmall-nvidia
2020-04-21
Small Improvements around Wave Intrinsics (#1328)
jsmall-nvidia
2020-04-21
WaveMask remaining intrinsics and tests (#1327)
jsmall-nvidia
2020-04-20
Fix stdlib definitions of half<->float conversion (#1326)
Tim Foley
2020-04-20
Feature/wave mask review (#1325)
jsmall-nvidia
2020-04-17
Add support for global shader parameters to OptiX path (#1323)
Tim Foley
2020-04-16
Workaround for matching of dxc diagnostics (#1324)
jsmall-nvidia
2020-04-16
Added wave.slang.expected.txt (#1322)
jsmall-nvidia
2020-04-15
First support for 'WaveMask' intrinsics (#1321)
jsmall-nvidia
2020-04-14
CUDA global scope initialization of arrays without function calls. (#1320)
jsmall-nvidia
2020-04-14
Fix front-end handling of generic static methods (#1319)
Tim Foley
2020-04-14
Change rules for layout of buffers/blocks containing only interface types (#1...
Tim Foley
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
[next]