summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-shader.cpp
AgeCommit message (Expand)Author
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2020-12-07"Shader Toy" example and related fixes (#1629)Tim Foley
2020-12-01Make SlangCompileRequest COM type (#1620)jsmall-nvidia
2020-09-10Allow existential types in `StructuredBuffer` element type. (#1536)Yong He
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-18Fix and improvements around repro (#1397)jsmall-nvidia
2020-06-08Small fixes/improvements based on review. (#1379)jsmall-nvidia
2020-06-05Merge branch 'master' into findtypebynamefixYong He
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-05Fix FindTypeByName reflection API not finding stdlib types.Yong He
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-05-19Reduce the size of Token (#1349)jsmall-nvidia
2020-04-08Remove static struct members from layout and reflection (#1310)jsmall-nvidia
2020-04-02Add basic support for namespaces (#1304)Tim Foley
2020-01-31Some Slang API additions (#1195)Tim Foley
2019-12-06Remove legacy feature for merging global shader parameters (#1139)Tim Foley
2019-11-19Initial work for "global generic value parameters" (#1127)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-11-06Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley