index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-emit.cpp
Age
Commit message (
Expand
)
Author
2019-11-14
Initial work on direct emission of SPIR-V (#1118)
Tim Foley
2019-11-07
* Removed strip pass from emit as no longer needed (#1114)
jsmall-nvidia
2019-11-06
Feature/obfuscate improvements (#1107)
jsmall-nvidia
2019-10-24
Strip IR after front-end steps are done (#1092)
Tim Foley
2019-10-17
Initial work on representing layout at IR level (#1079)
Tim Foley
2019-08-20
User defined downstream compiler prelude (#1028)
jsmall-nvidia
2019-08-08
WIP: Preliminary Slang -> C++ code generation (#1009)
jsmall-nvidia
2019-08-08
Revise new COM-lite API (#1007)
Tim Foley
2019-07-18
Add back a notion of IR global constants (#1002)
Tim Foley
2019-07-09
WIP: slang to C++ code generation (#997)
jsmall-nvidia
2019-06-19
Start exposing a new COM-lite API (#987)
Tim Foley
2019-06-06
Split out target code generation from CLikeSourceEmitter (#976)
jsmall-nvidia
2019-06-04
Review improvements on #971: WIP: Support for other source target languages (...
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia