summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
2021-10-26Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-11Update stdlib docs/small fixes (#1972)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-15Fix incorrect WIN32 macros and missing Windows.h inclusion (#1939)Pablo Delgado
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-07-19Enable swiftshader in linux CI builds (#1909)Yong He
2021-07-09Enable testing with Swiftshader. (#1906)Yong He
2021-06-02Fix cyclic reference in `ExtendedTypeLayout`. (#1868)Yong He
2021-06-01JSONValue / Container (#1864)jsmall-nvidia
2021-05-25JSON Lexing and string encoding/decoding (#1858)jsmall-nvidia
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-29Update gfx back-ends to handle static specialization (#1826)Tim Foley
2021-04-29Simplify CommandLine by removing Escaping (#1825)jsmall-nvidia
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-23Preliminary CUDA Half support (#1808)jsmall-nvidia
2021-04-22C++ extractor improvements (#1803)jsmall-nvidia
2021-04-20Small filesystem improvements (#1802)jsmall-nvidia
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-04-07Fix memory leak in `CacheFileSystem` (#1786)Yong He
2021-04-01Associating GUID (or UUID) with types (#1776)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-31Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia
2021-03-30Add a streamlined syntax for TEST_INPUT lines (#1768)Tim Foley
2021-03-25Clean up render-test handling of input (#1766)Tim Foley
2021-03-24Reimplement Vulkan shader objects. (#1764)Yong He
2021-03-11stdlib documentation (#1745)jsmall-nvidia
2021-03-11Add Linux support to `platform` and `gfx`. (#1744)Yong He
2021-03-08Refactor window library. (#1739)Yong He
2021-03-05Cache stdlib when creating global session. (#1736)Yong He
2021-03-02Fix issue with long identifier names in GLSL output (#1731)jsmall-nvidia
2021-03-02Add command-line control over SPIR-V version (#1730)Tim Foley
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-24Explicit swapchain interface in `gfx`. (#1726)Yong He
2021-02-23Documentation markup extraction (#1724)jsmall-nvidia
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