summaryrefslogtreecommitdiff
path: root/source/slang/slang.cpp
AgeCommit message (Expand)Author
2021-02-12Diagnostic location highlighting (#1700)jsmall-nvidia
2021-01-26Integrate reflection more deeply into gfx layer (#1677)Tim Foley
2021-01-11LZ4 compression support (#1654)jsmall-nvidia
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-11Add first steps toward a "capability" system (#1636)Tim Foley
2020-12-10Building with embedded stdlib (#1634)jsmall-nvidia
2020-12-07"Shader Toy" example and related fixes (#1629)Tim Foley
2020-12-04Projects in 'build' and Slang API separation (#1624)jsmall-nvidia
2020-12-01Make SlangCompileRequest COM type (#1620)jsmall-nvidia
2020-11-19File system refactor (#1611)jsmall-nvidia
2020-11-18Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia
2020-11-18Serialized stdlib working (#1603)jsmall-nvidia
2020-11-11Include hierarchy output (#1595)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-29Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia
2020-10-28Add sequential ID cache in Linkage for witness tables and RTTI objects. (#1590)Yong He
2020-09-26Add API for whole program compilation. (#1562)Yong He
2020-09-24Enable default cpp prelude. (#1560)Yong He
2020-09-24Refactor preprocessor API to avoid coupling (#1559)Tim Foley
2020-09-23Simplify workflow when using NVAPI (#1556)Tim Foley
2020-09-18Serialization fixes based on review of #1547 (#1551)jsmall-nvidia
2020-09-18Control container serialization with SerialOptionFlags (#1550)jsmall-nvidia
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia
2020-09-17Embed default prelude for CUDA (#1546)Tim Foley
2020-09-08Test if blob is returned. (#1535)jsmall-nvidia
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He
2020-09-01Support dynamic existential shader parameters in render-test (#1525)Yong He
2020-08-31AST Serialization in Modules (#1524)jsmall-nvidia
2020-08-25Export witness table and RTTI objects in compiled libraries. (#1514)Yong He
2020-08-19Remove IncludeHandler. (#1505)jsmall-nvidia
2020-08-18Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-26AST serialize improvements (#1412)jsmall-nvidia
2020-06-25AST Serialize Reading (#1409)jsmall-nvidia
2020-06-24AST Serialization writing (#1407)jsmall-nvidia
2020-06-18Prelude is associated with SourceLanguage (#1398)jsmall-nvidia
2020-06-18Fix and improvements around repro (#1397)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-04Add a ASTBuilder to a Module (#1369)jsmall-nvidia
2020-06-02Added spGetBuildTagString. (#1365)jsmall-nvidia
2020-05-28Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-20AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia
2020-04-08Fixes for IR generics (#1311)Tim Foley
2020-04-02Add basic support for namespaces (#1304)Tim Foley
2020-02-28Constant time dynamic cast (#1250)jsmall-nvidia
2020-02-19Fix a reference-counting bug in one of the session creation routines. (#1230)Tim Foley
2020-02-06Literal handling improvements (#1202)jsmall-nvidia