index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vkray
Age
Commit message (
Expand
)
Author
2021-07-21
Work to mitigate SPIR-V bloat (#1914)
Theresa Foley
2021-01-20
Update glslang to 11.1.0 (#1662)
Tim Foley
2021-01-07
Add a -capability command-line option (#1651)
Tim Foley
2021-01-05
Use "capability" system to select VKRT extension (#1647)
Tim Foley
2020-09-21
Enable all dynamic dispatch tests on CUDA. (#1552)
Yong He
2020-08-05
Change the policy for entry-point uniform parameters on Vulkan (#1476)
Tim Foley
2020-07-23
Run SSA pass to clean up temporary variables during generics lowering. (#1447)
Yong He
2019-04-02
Avoid SPIRV validation error by removing readonly flag from shaderRecord buff...
Nima Nikfetrat
2019-02-13
Output readonly for suitable glsl buffers (#845)
jsmall-nvidia
2018-12-19
Refactor several IR passes (#761)
Tim Foley
2018-12-14
Represent global shader parameters explicitly in the IR (#756)
Tim Foley
2018-12-07
Change how buffers are emitted (#741)
Tim Foley
2018-11-30
Add support for Vulkan raytraicng "shader record" (#735)
Tim Foley
2018-11-16
Bug fix - vk::binding on structured buffers (#720)
jsmall-nvidia
2018-11-12
Add callable shader support for Vulkan ray tracing (#718)
Tim Foley
2018-11-09
Update Vulkan ray tracing support to final extension spec (#717)
Tim Foley
2018-10-04
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley