summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit.cpp
AgeCommit message (Expand)Author
2020-06-18Prelude is associated with SourceLanguage (#1398)jsmall-nvidia
2020-06-18Fix and improvements around repro (#1397)jsmall-nvidia
2020-06-18Associate a downstream compiler for prelude lookup even if output is source. ...jsmall-nvidia
2020-06-17Generate dynamic C++ code for the minimal test case. (#1391)Yong He
2020-06-15Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He
2020-06-10Add compiler flag to disable specialization pass.Yong He
2020-05-29Bug fix problem with ray tracing from fragment shader (#1362)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-26Synthesize "active mask" for CUDA (#1352)Tim Foley
2020-04-27Add support for generic load/store on byte-addressed buffers (#1334)Tim Foley
2020-04-02Fix WaveGetLaneIndex for glsl (#1306)jsmall-nvidia
2020-03-09Yet more definitions moved into the stdlib (#1263)Tim Foley
2020-03-05Feature/glslang spirv version (#1256)jsmall-nvidia
2020-02-18Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia
2020-01-28Fix layout for structured buffers of matrices (#1184)Tim Foley
2020-01-28Synthesizing CUDA tests (#1183)jsmall-nvidia
2020-01-06Fix scoping issue around use of IRTypeSet (#1160)jsmall-nvidia
2019-12-19WIP CUDA source emit (#1157)jsmall-nvidia
2019-12-12Use DownstreamCompiler for all downstream compilers (#1152)jsmall-nvidia
2019-12-12Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia
2019-12-10DownstreamCompiler abstraction (#1149)jsmall-nvidia
2019-12-04Setting downstream compiler (#1144)jsmall-nvidia
2019-11-14Initial 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-06Feature/obfuscate improvements (#1107)jsmall-nvidia
2019-10-24Strip IR after front-end steps are done (#1092)Tim Foley
2019-10-17Initial work on representing layout at IR level (#1079)Tim Foley
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-08-08WIP: Preliminary Slang -> C++ code generation (#1009)jsmall-nvidia
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-07-18Add back a notion of IR global constants (#1002)Tim Foley
2019-07-09WIP: slang to C++ code generation (#997)jsmall-nvidia
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-06-06Split out target code generation from CLikeSourceEmitter (#976)jsmall-nvidia
2019-06-04Review improvements on #971: WIP: Support for other source target languages (...jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia