summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAge
* DownstreamCompiler abstraction (#1149)jsmall-nvidia2019-12-10
* Support conversion from int/uint to enum types (#1147)Tim Foley2019-12-06
* Add a custom RTTI implementation for the AST (#1148)Tim Foley2019-12-06
* Remove legacy feature for merging global shader parameters (#1139)Tim Foley2019-12-06
* Added -dump-intermediate-prefix option (#1146)jsmall-nvidia2019-12-05
* Setting downstream compiler (#1144)jsmall-nvidia2019-12-04
* Array Improvements (#1143)jsmall-nvidia2019-12-04
* Feature/string hash review (#1142)jsmall-nvidia2019-12-04
* getStringHash on string literals (#1140)jsmall-nvidia2019-12-03
* Clean up the concept of "pseudo ops" (#1136)Tim Foley2019-11-22
* Add command line option to override language file extension (#1135)Robert Stepinski2019-11-22
* Added -ir-compression & fixes for ir compression issues (#1129)jsmall-nvidia2019-11-20
* Initial work for "global generic value parameters" (#1127)Tim Foley2019-11-19
* Further refactoring of semantic checking (#1102)Tim Foley2019-11-18
* Initial work on direct emission of SPIR-V (#1118)Tim Foley2019-11-14
* Enable use of pre-built glslang binaries (#1120)Tim Foley2019-11-14
* Add -dump-intermediates option. (#1123)jsmall-nvidia2019-11-14
* * Added getCStr(Name*) (#1121)jsmall-nvidia2019-11-13
* Fix problem when getting default value for a bool, was producing 0, which on ...jsmall-nvidia2019-11-08
* Riff Container Stream Writing (#1116)jsmall-nvidia2019-11-08
* * Removed strip pass from emit as no longer needed (#1114)jsmall-nvidia2019-11-07
* Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley2019-11-06
* BasicTypeKey improvements/fix for gcc build issue (#1110)jsmall-nvidia2019-11-06
* Fixes to how "pending" data is reported in type layouts (#1108)Tim Foley2019-11-06
* Support for [__extern] attribute (#1111)jsmall-nvidia2019-11-06
* Feature/obfuscate improvements (#1107)jsmall-nvidia2019-11-06
* API support for IR modules - setting references to libs, and returns lib from...jsmall-nvidia2019-11-05
* Using repro as a file system (#1104)jsmall-nvidia2019-11-01
* -extract-repro gives approximation of 'command line' used (#1103)jsmall-nvidia2019-11-01
* Reference IR modules with entry point (#1101)jsmall-nvidia2019-10-31
* WIP: Simple separate IR module linkage working (#1100)jsmall-nvidia2019-10-30
* Feature/riff improvements (#1099)jsmall-nvidia2019-10-29
* Feature/container format (#1098)jsmall-nvidia2019-10-29
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25
* Don't use mangled names when emitting code (#1096)Tim Foley2019-10-25
* * Functionality to dump repo if there is a failure throught the -dump-repro-o...jsmall-nvidia2019-10-24
* OffsetContainer serialization (#1093)jsmall-nvidia2019-10-24
* Strip IR after front-end steps are done (#1092)Tim Foley2019-10-24
* Address review comments on IR layout PR (#1091)Tim Foley2019-10-24
* Version information on repro binary format. (#1090)jsmall-nvidia2019-10-23
* Documentation around Relative types (#1089)jsmall-nvidia2019-10-23
* Expose more repro in API, support output params. (#1087)jsmall-nvidia2019-10-23
* User IR-based layout for all IR steps (#1084)Tim Foley2019-10-22
* `Repro` functionality (#1085)jsmall-nvidia2019-10-21
* Initial work on representing layout at IR level (#1079)Tim Foley2019-10-17
* Enable spriv-opt on spirv (#1076)Robert Stepinski2019-10-17
* GetDimension on GLSL for StructuredBuffer (#1081)jsmall-nvidia2019-10-15
* Support for unbounded array of arrays (#1078)jsmall-nvidia2019-10-11
* Add ability to obfuscate name when generating GLSL/HLSL source (#1075)Robert Stepinski2019-10-11
* Feature/decor entry point name (#1073)jsmall-nvidia2019-10-09