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.cpp
Age
Commit message (
Expand
)
Author
2019-02-15
Split front- and back-ends (#846)
Tim Foley
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-07-06
spCompile/spProcessCommandLineArguments return SlangResult (#610)
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-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
2018-03-20
SlangResult and small bug/typos fixes (#448)
jsmall-nvidia
2018-02-20
bug fix: witnessTable's subTypeDeclRef should have default substitution for g...
Yong He
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-02-02
Initial work on getting render-test to support vulkan (#391)
Tim Foley
2018-01-21
Improvements and bug fixes for global type parameters
Yong He
2017-11-28
Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)
Tim Foley
2017-11-20
fix warnings
Yong He
2017-11-20
fixup global generic parameters
Yong He
2017-11-17
Add support for global generic parameters (#285)
Yong He
2017-10-19
Support running and comparing execution results of compute shaders in testing...
YONGH\yongh
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-09-25
Fixup: deal with hitting `.obj` size limits for VS
Tim Foley
2017-06-20
Overhaul handling of entry points and translation units.
Tim Foley
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