index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
core
/
slang-test-tool-util.cpp
Age
Commit message (
Expand
)
Author
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-25
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-08-26
Feature/record unit test (#4910)
kaizhangNV
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-04-19
allow preludes in include folder (#3976)
Tomáš Pazdiora
2023-10-25
Fix warnings for gcc 12.3 (#3286)
Ellie Hermaszewska
2020-11-18
Test for serializing out and reading back Stdlib (#1605)
jsmall-nvidia
2020-08-21
Vulkan update/NVAPI support (#1511)
jsmall-nvidia
2020-08-19
Remove IncludeHandler. (#1505)
jsmall-nvidia
2020-08-18
Support for float atomics on RWByteAddressBuffer (#1502)
jsmall-nvidia
2020-06-18
Prelude is associated with SourceLanguage (#1398)
jsmall-nvidia
2020-01-08
CUDA generated first test compiles. (#1161)
jsmall-nvidia
2019-08-20
User defined downstream compiler prelude (#1028)
jsmall-nvidia
2019-03-18
* Added ToolReturnCode to be more rigerous about how a return code is passed ...
jsmall-nvidia
2018-12-21
Feature/remove app context (#765)
jsmall-nvidia