summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
Commit message (Expand)AuthorAge
...
* Remove StructTag and associated systems (#1895)jsmall-nvidia2021-06-24
* StructTag versioning (#1888)jsmall-nvidia2021-06-18
* Properly fill `declref` in `Linkage::getContainerType`. (#1882)Yong He2021-06-11
* Include a "stack trace" with nested-import errors (#1872)T. Foley2021-06-06
* Various Fixes to gfx, reflection and emit. (#1867)Yong He2021-06-02
* Improvements in -X support (#1852)jsmall-nvidia2021-05-22
* [gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He2021-05-21
* Downstream option handling (#1850)jsmall-nvidia2021-05-21
* Overhaul the preprocessor (#1849)T. Foley2021-05-21
* SourceLoc use in command line processing (#1848)jsmall-nvidia2021-05-19
* Glslang as DownstreamCompiler (#1846)jsmall-nvidia2021-05-19
* Add `ISession::getParameterBlockLayout()` (#1805)Yong He2021-04-23
* Refactor D3D12 renderer root signature creation (#1779)Tim Foley2021-04-01
* Associating GUID (or UUID) with types (#1776)jsmall-nvidia2021-04-01
* Added compiler-core project (#1775)jsmall-nvidia2021-04-01
* Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia2021-03-31
* Test Doc System (#1754)jsmall-nvidia2021-03-15
* Add a CPU renderer implementation (#1750)Tim Foley2021-03-12
* MarkDown -> Markdown (#1748)jsmall-nvidia2021-03-11
* stdlib documentation (#1745)jsmall-nvidia2021-03-11
* Doc tooling improvements (#1734)jsmall-nvidia2021-03-05
* Doc improvements (#1729)jsmall-nvidia2021-03-01
* Documentation markup extraction (#1724)jsmall-nvidia2021-02-23
* Diagnostic location highlighting (#1700)jsmall-nvidia2021-02-12
* Integrate reflection more deeply into gfx layer (#1677)Tim Foley2021-01-26
* LZ4 compression support (#1654)jsmall-nvidia2021-01-11
* Use "capability" system to select VKRT extension (#1647)Tim Foley2021-01-05
* Add first steps toward a "capability" system (#1636)Tim Foley2020-12-11
* Building with embedded stdlib (#1634)jsmall-nvidia2020-12-10
* "Shader Toy" example and related fixes (#1629)Tim Foley2020-12-07
* Projects in 'build' and Slang API separation (#1624)jsmall-nvidia2020-12-04
* Make SlangCompileRequest COM type (#1620)jsmall-nvidia2020-12-01
* File system refactor (#1611)jsmall-nvidia2020-11-19
* Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia2020-11-18
* Serialized stdlib working (#1603)jsmall-nvidia2020-11-18
* Include hierarchy output (#1595)jsmall-nvidia2020-11-11
* Standard library save/loadable (#1592)jsmall-nvidia2020-11-05
* Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia2020-10-29
* Add sequential ID cache in Linkage for witness tables and RTTI objects. (#1590)Yong He2020-10-28
* Add API for whole program compilation. (#1562)Yong He2020-09-26
* Enable default cpp prelude. (#1560)Yong He2020-09-24
* Refactor preprocessor API to avoid coupling (#1559)Tim Foley2020-09-24
* Simplify workflow when using NVAPI (#1556)Tim Foley2020-09-23
* Serialization fixes based on review of #1547 (#1551)jsmall-nvidia2020-09-18
* Control container serialization with SerialOptionFlags (#1550)jsmall-nvidia2020-09-18
* Share debug information between AST and IR (#1547)jsmall-nvidia2020-09-17
* Embed default prelude for CUDA (#1546)Tim Foley2020-09-17
* Test if blob is returned. (#1535)jsmall-nvidia2020-09-08
* Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He2020-09-02
* Support dynamic existential shader parameters in render-test (#1525)Yong He2020-09-01