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
2020-06-18
Prelude is associated with SourceLanguage (#1398)
jsmall-nvidia
2020-06-18
Fix and improvements around repro (#1397)
jsmall-nvidia
2020-06-18
Associate a downstream compiler for prelude lookup even if output is source. ...
jsmall-nvidia
2020-06-17
Generate dynamic C++ code for the minimal test case. (#1391)
Yong He
2020-06-15
Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...
Yong He
2020-06-10
Add compiler flag to disable specialization pass.
Yong He
2020-05-29
Bug fix problem with ray tracing from fragment shader (#1362)
jsmall-nvidia
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-26
Synthesize "active mask" for CUDA (#1352)
Tim Foley
2020-04-27
Add support for generic load/store on byte-addressed buffers (#1334)
Tim Foley
2020-04-02
Fix WaveGetLaneIndex for glsl (#1306)
jsmall-nvidia
2020-03-09
Yet more definitions moved into the stdlib (#1263)
Tim Foley
2020-03-05
Feature/glslang spirv version (#1256)
jsmall-nvidia
2020-02-18
Added support for Targets to TypeTextUtil. (#1226)
jsmall-nvidia
2020-01-28
Fix layout for structured buffers of matrices (#1184)
Tim Foley
2020-01-28
Synthesizing CUDA tests (#1183)
jsmall-nvidia
2020-01-06
Fix scoping issue around use of IRTypeSet (#1160)
jsmall-nvidia
2019-12-19
WIP CUDA source emit (#1157)
jsmall-nvidia
2019-12-12
Use DownstreamCompiler for all downstream compilers (#1152)
jsmall-nvidia
2019-12-12
Slang compiles CUDA source via NVRTC (#1151)
jsmall-nvidia
2019-12-10
DownstreamCompiler abstraction (#1149)
jsmall-nvidia
2019-12-04
Setting downstream compiler (#1144)
jsmall-nvidia
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