summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit.cpp
Commit message (Expand)AuthorAge
* Add compiler flag to disable specialization pass.Yong He2020-06-10
* Bug fix problem with ray tracing from fragment shader (#1362)jsmall-nvidia2020-05-29
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* Synthesize "active mask" for CUDA (#1352)Tim Foley2020-05-26
* Add support for generic load/store on byte-addressed buffers (#1334)Tim Foley2020-04-27
* Fix WaveGetLaneIndex for glsl (#1306)jsmall-nvidia2020-04-02
* Yet more definitions moved into the stdlib (#1263)Tim Foley2020-03-09
* Feature/glslang spirv version (#1256)jsmall-nvidia2020-03-05
* Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia2020-02-18
* Fix layout for structured buffers of matrices (#1184)Tim Foley2020-01-28
* Synthesizing CUDA tests (#1183)jsmall-nvidia2020-01-28
* Fix scoping issue around use of IRTypeSet (#1160)jsmall-nvidia2020-01-06
* WIP CUDA source emit (#1157)jsmall-nvidia2019-12-19
* Use DownstreamCompiler for all downstream compilers (#1152)jsmall-nvidia2019-12-12
* Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia2019-12-12
* DownstreamCompiler abstraction (#1149)jsmall-nvidia2019-12-10
* Setting downstream compiler (#1144)jsmall-nvidia2019-12-04
* Initial work on direct emission of SPIR-V (#1118)Tim Foley2019-11-14
* * Removed strip pass from emit as no longer needed (#1114)jsmall-nvidia2019-11-07
* Feature/obfuscate improvements (#1107)jsmall-nvidia2019-11-06
* Strip IR after front-end steps are done (#1092)Tim Foley2019-10-24
* Initial work on representing layout at IR level (#1079)Tim Foley2019-10-17
* User defined downstream compiler prelude (#1028)jsmall-nvidia2019-08-20
* WIP: Preliminary Slang -> C++ code generation (#1009)jsmall-nvidia2019-08-08
* Revise new COM-lite API (#1007)Tim Foley2019-08-08
* Add back a notion of IR global constants (#1002)Tim Foley2019-07-18
* WIP: slang to C++ code generation (#997)jsmall-nvidia2019-07-09
* Start exposing a new COM-lite API (#987)Tim Foley2019-06-19
* Split out target code generation from CLikeSourceEmitter (#976)jsmall-nvidia2019-06-06
* Review improvements on #971: WIP: Support for other source target languages (...jsmall-nvidia2019-06-04
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31