summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-21CUDA support improvements (#1168)jsmall-nvidia
2020-01-17Slang -> CUDA kernel runs correctly in test infrastructure (#1167)jsmall-nvidia
2020-01-15Bind Location (#1166)jsmall-nvidia
2020-01-10WIP: CPU like CUDA binding (#1164)jsmall-nvidia
2020-01-09Merge pull request #1165 from tfoleyNV/fix-find-type-crashTim Foley
2020-01-09Catch exceptions inside FindTypeByName()Tim Foley
2020-01-08Cover a few corner cases in reflection API (#1163)Tim Foley
2020-01-08Setup of runtime cuda device (#1162)jsmall-nvidia
2020-01-08CUDA generated first test compiles. (#1161)jsmall-nvidia
2020-01-06Fix scoping issue around use of IRTypeSet (#1160)jsmall-nvidia
2019-12-20HLSLIntrinsicSet (#1159)jsmall-nvidia
2019-12-19Split out IRTypeSet (#1158)jsmall-nvidia
2019-12-19WIP CUDA source emit (#1157)jsmall-nvidia
2019-12-19Fix invocation of `[mutating]` methods (#1156)Tim Foley
2019-12-16If a locator is not set for a DownstreamCompiler type, that doesn't *necessar...jsmall-nvidia
2019-12-12Feature/source downstream compiler (#1153)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-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-12-06Add a custom RTTI implementation for the AST (#1148)Tim Foley
2019-12-06Remove legacy feature for merging global shader parameters (#1139)Tim Foley
2019-12-05Added -dump-intermediate-prefix option (#1146)jsmall-nvidia
2019-12-05Remove use of calcSafeRadians on sin/cos in C++ prelude. (#1145)jsmall-nvidia
2019-12-04Setting downstream compiler (#1144)jsmall-nvidia
2019-12-04Testing having a library with an entry point works. (#1141)jsmall-nvidia
2019-12-04Array Improvements (#1143)jsmall-nvidia
2019-12-04Feature/string hash review (#1142)jsmall-nvidia
2019-12-03getStringHash on string literals (#1140)jsmall-nvidia
2019-12-02Fix bug in calcSafeRadians. (#1138)jsmall-nvidia
2019-11-22Clean up the concept of "pseudo ops" (#1136)Tim Foley
2019-11-22Add command line option to override language file extension (#1135)Robert Stepinski
2019-11-22Changes to linking.md based on review. (#1133)jsmall-nvidia
2019-11-21Update slang-binaries to use docker built glslsang (#1134)Robert Stepinski
2019-11-21Remove support for explicit register/binding syntax on TEST_INPUT (#1132)Tim Foley
2019-11-20Preliminary Documention on Linkage (#1131)jsmall-nvidia
2019-11-20Added -ir-compression & fixes for ir compression issues (#1129)jsmall-nvidia
2019-11-19Initial work for "global generic value parameters" (#1127)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-11-14Fix path to Linux x86 glslang binary (#1126)Tim Foley
2019-11-14Update slang-binaries to include Linux x86 glslang (#1125)Tim Foley
2019-11-14Initial work on direct emission of SPIR-V (#1118)Tim Foley
2019-11-14Enable use of pre-built glslang binaries (#1120)Tim Foley
2019-11-14Add -dump-intermediates option. (#1123)jsmall-nvidia
2019-11-13Add a premake flag to control whether glslang is built from source (#1122)Tim Foley
2019-11-13* Added getCStr(Name*) (#1121)jsmall-nvidia
2019-11-12Fix ref counting bug in cpu-hello-world (#1119)jsmall-nvidia
2019-11-08Fix problem when getting default value for a bool, was producing 0, which on ...jsmall-nvidia
2019-11-08Riff Container Stream Writing (#1116)jsmall-nvidia
2019-11-07* Removed strip pass from emit as no longer needed (#1114)jsmall-nvidia