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
/
options.cpp
Age
Commit message (
Expand
)
Author
2019-04-02
Feature/test improvements (#934)
jsmall-nvidia
2019-03-25
Adapter selection for Renderer (#923)
jsmall-nvidia
2019-03-18
First pass support for half on vk (#912)
jsmall-nvidia
2019-03-12
Add -profile option to render-test to override a profile to use (#898)
jsmall-nvidia
2019-03-07
Fix problems with synthesized tests and inconsitent render-test command lines...
jsmall-nvidia
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-10-26
Work around dxc matrix layout behavior (#694)
Tim Foley
2018-10-25
Feature/premake linux (#689)
jsmall-nvidia
2018-06-13
Make render-test use Slang for all shader compilation (#597)
Tim Foley
2018-05-03
Feature/vulkan first render (#545)
jsmall-nvidia
2018-04-10
Feature/dx12 compute (#482)
jsmall-nvidia
2018-03-20
SlangResult and small bug/typos fixes (#448)
jsmall-nvidia
2018-02-02
Initial work on getting render-test to support vulkan (#391)
Tim Foley
2017-10-25
add new test mode: COMPARE_RENDER_COMPUTE, which runs a input vertex/fragment...
YONGH\yongh
2017-10-19
Support running and comparing execution results of compute shaders in testing...
YONGH\yongh
2017-06-19
Allow for automatic importing of Slang code
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-12
GLSL: get GLSL limping in `render-test`
Tim Foley
2017-06-09
Initial import of code.
Tim Foley