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-12-12
Slang compiles CUDA source via NVRTC (#1151)
jsmall-nvidia
2019-12-10
DownstreamCompiler abstraction (#1149)
jsmall-nvidia
2019-11-19
Initial work for "global generic value parameters" (#1127)
Tim Foley
2019-11-13
* Added getCStr(Name*) (#1121)
jsmall-nvidia
2019-11-06
Add basic support for entry points in `.slang-lib` files. (#1112)
Tim Foley
2019-09-23
Simple test profiling (#1062)
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
2019-04-29
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-03-08
Improve support for interfaces as shader parameters (#886)
Tim Foley
2019-03-02
#include not using search paths (#873)
jsmall-nvidia
2019-02-19
First steps toward supporting interface-type parameters on shaders (#852)
Tim Foley
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