summaryrefslogtreecommitdiff
path: root/source/slang/slang-check.cpp
AgeCommit message (Expand)Author
2022-05-25Allow [mutating] methods on existential values (#2245)Theresa Foley
2022-04-19Make translation units in the same CompileReq visible to `import`. (#2184)Yong He
2021-10-26Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-01Associating GUID (or UUID) with types (#1776)jsmall-nvidia
2021-03-11Add Linux support to `platform` and `gfx`. (#1744)Yong He
2020-12-01Make SlangCompileRequest COM type (#1620)jsmall-nvidia
2020-09-16Search for multiple NVRTC versions (#1543)Tim Foley
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-03-05Feature/glslang spirv version (#1256)jsmall-nvidia
2020-02-20Initial support for user-defined initializer/constructor declarations (#1233)Tim Foley
2020-02-18Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia
2020-02-04CUDA/C++ backend improvements (#1198)jsmall-nvidia
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-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley
2019-10-04IR types for subset of Attributes (#1067)jsmall-nvidia
2019-09-13Revisions to "new" Slang API based on use in Falcor (#1052)Tim Foley
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-08-19Support shifts and a few other ops in front-end constant folding (#1027)Tim Foley
2019-08-12Ability to set Paths on Pass Through/Back End Compilers (#1010)jsmall-nvidia
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-08-06Add support for the HLSL "cast from zero" idiom (#1008)Tim Foley
2019-07-29Add an attribute to disable the overlapping-bindings warning (#1005)Tim Foley
2019-07-17Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia