summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-shader.cpp
Commit message (Expand)AuthorAge
...
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Allow `no_diff` modifier on parameters (#2538)Yong He2022-11-29
* Auto synthesis of Differential type (#2466)Yong He2022-10-26
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He2022-09-01
* Fix errors when building with the latest Xcode (#2215)Vincent Isambart2022-04-28
* Make Scope non ref counted (#1904)jsmall-nvidia2021-07-09
* "Shader Toy" example and related fixes (#1629)Tim Foley2020-12-07
* Make SlangCompileRequest COM type (#1620)jsmall-nvidia2020-12-01
* Allow existential types in `StructuredBuffer` element type. (#1536)Yong He2020-09-10
* Fix the way extension declarations are cached for lookup (#1450)Tim Foley2020-07-23
* Fix and improvements around repro (#1397)jsmall-nvidia2020-06-18
* Small fixes/improvements based on review. (#1379)jsmall-nvidia2020-06-08
* Merge branch 'master' into findtypebynamefixYong He2020-06-05
|\
| * ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* | Fix FindTypeByName reflection API not finding stdlib types.Yong He2020-06-05
|/
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia2020-05-28
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28
* Tidy up around AST nodes (#1353)jsmall-nvidia2020-05-22
* Reduce the size of Token (#1349)jsmall-nvidia2020-05-19
* Remove static struct members from layout and reflection (#1310)jsmall-nvidia2020-04-08
* Add basic support for namespaces (#1304)Tim Foley2020-04-02
* Some Slang API additions (#1195)Tim Foley2020-01-31
* Remove legacy feature for merging global shader parameters (#1139)Tim Foley2019-12-06
* Initial work for "global generic value parameters" (#1127)Tim Foley2019-11-19
* Further refactoring of semantic checking (#1102)Tim Foley2019-11-18
* Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley2019-11-06
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25