summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
2021-02-12Diagnostic location highlighting (#1700)jsmall-nvidia
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2021-02-04[gfx] Shader-object driven shader compilation. (#1688)Yong He
2021-02-04DownstreamDiagnostic::Type -> Severity (#1687)jsmall-nvidia
2021-02-03Diagnostic comparison using parsing (#1683)jsmall-nvidia
2021-02-02Downstream compiler line number test (#1682)jsmall-nvidia
2021-01-26Obfuscation naming issue fix (#1676)jsmall-nvidia
2021-01-26Improved NVRTC location finding (#1674)jsmall-nvidia
2021-01-22Add nvrtc shared library/dll names (#1673)jsmall-nvidia
2021-01-22Fix existential specialization of mutable buffer loads. (#1671)Yong He
2021-01-21Add `StructuredBuffer` support in `gfx`. (#1666)Yong He
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He
2021-01-11LZ4 compression support (#1654)jsmall-nvidia
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-10Building with embedded stdlib (#1634)jsmall-nvidia
2020-12-04Projects in 'build' and Slang API separation (#1624)jsmall-nvidia
2020-12-02Zip FileSystem support (#1617)jsmall-nvidia
2020-11-20Bug fixes: Memory leak/off by one on UIntSet (#1616)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-11Include hierarchy output (#1595)jsmall-nvidia
2020-11-10Fix IR serialization to use variable length encoding for opcode. (#1599)Yong He
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-10-19Fix saving Repro files on Linux (#1581)jsmall-nvidia
2020-09-23Simplify workflow when using NVAPI (#1556)Tim Foley
2020-09-18Serialization fixes based on review of #1547 (#1551)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-16Search for multiple NVRTC versions (#1543)Tim Foley
2020-09-01Support dynamic existential shader parameters in render-test (#1525)Yong He
2020-08-28Add OrderedDictionary to core. (#1523)Yong He
2020-08-21Vulkan update/NVAPI support (#1511)jsmall-nvidia
2020-08-19Remove IncludeHandler. (#1505)jsmall-nvidia
2020-08-18Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia
2020-08-05Refactor enumerating directory contents (#1478)jsmall-nvidia
2020-07-31Fix for bug where memory that has been allocated with new T[] (within a list)...jsmall-nvidia
2020-07-10CUDA/CPU varying compute inputs as IR pass (#1438)Tim Foley
2020-07-06ShortList<T> and core.natvis improvements. (#1430)Yong He
2020-06-30Clean up unused code for IR object ownership (#1416)Tim Foley
2020-06-18Prelude is associated with SourceLanguage (#1398)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-25Remove non-ascii characters from source file.Yong He
2020-05-20AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-05-04C++ Extractor (#1337)jsmall-nvidia
2020-04-27Add support for generic load/store on byte-addressed buffers (#1334)Tim Foley
2020-04-23Fix typo in TypeTextUtil::getCompileTargetName(SlangCompileTarget target) (#1...jsmall-nvidia
2020-04-16Workaround for matching of dxc diagnostics (#1324)jsmall-nvidia
2020-04-08Initial work to support OptiX output for ray tracing shaders (#1307)Tim Foley