index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
render-test
/
slang-support.h
Age
Commit message (
Expand
)
Author
2024-09-19
refactor render test to use latest slang-rhi (#5119)
Simon Kallweit
2024-08-30
Draft: integrate slang-rhi (#4970)
Simon Kallweit
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2021-12-09
Remove `PipelineType` from gfx header. (#2051)
Yong He
2021-08-26
Add API to control interface specialization. (#1925)
Yong He
2021-06-02
Various Fixes to gfx, reflection and emit. (#1867)
Yong He
2021-05-22
Improvements in -X support (#1852)
jsmall-nvidia
2021-04-29
Simplify CommandLine by removing Escaping (#1825)
jsmall-nvidia
2021-03-24
Reimplement Vulkan shader objects. (#1764)
Yong He
2021-02-19
Make gfx library visible to external user. (#1719)
Yong He
2021-01-26
Integrate reflection more deeply into gfx layer (#1677)
Tim Foley
2021-01-14
COM-ify all slang-gfx interfaces. (#1656)
Yong He
2020-12-03
Add shader object parameter binding to renderer_test. (#1622)
Yong He
2020-08-21
Vulkan update/NVAPI support (#1511)
jsmall-nvidia
2020-04-08
Initial work to support OptiX output for ray tracing shaders (#1307)
Tim Foley
2020-01-08
Setup of runtime cuda device (#1162)
jsmall-nvidia
2019-09-16
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-09-09
CPU compute testing on non windows targets (#1045)
jsmall-nvidia
2019-08-19
WIP: Compute test running on CPU (#1023)
jsmall-nvidia
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-08-03
Major overhaul of Renderer abstraction, to support a new example (#624)
Tim Foley
2018-06-13
Make render-test use Slang for all shader compilation (#597)
Tim Foley
2018-04-20
Fixes/improvements based on feature/render-binding-resource (#511)
jsmall-nvidia
2018-04-19
Separation of Binding/Resource construction on Renderer interface (#508)
jsmall-nvidia
2018-04-17
Feature/renderer binding (#489)
jsmall-nvidia
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-09
Initial import of code.
Tim Foley