summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-24Fix for default initialization with generic field (#2168)jsmall-nvidia
2022-03-24C++ extractor parsing slang.h (#2162)jsmall-nvidia
2022-03-18Fix type truncation during SCCP. (#2163)Yong He
2022-03-16Add -depfile option to save dependency info (#2161)Alexey Panteleev
2022-03-09Initial support for documentation extraction in C++ (#2156)jsmall-nvidia
2022-03-09gfx: restructure render-d3d12.cpp (#2154)Yong He
2022-03-08GFX Vulkan: deferred shader compilation and pipeline creation. (#2153)Yong He
2022-03-08Slangc improvements: help message, downstream error passthrough (#2152)Alexey Panteleev
2022-03-02Small fix to use SlangResult (#2149)jsmall-nvidia
2022-03-01Fix folding of no-arg constructs in SCCP pass (#2148)Theresa Foley
2022-02-28Use GLSL scalar layout for constant buffers. (#2147)Yong He
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2022-02-23Add SPIR-V debug information via GLSLANG (#2142)jsmall-nvidia
2022-02-17Add target option to force `scalar` layout for storage buffers. (#2135)Yong He
2022-02-16Various gfx fixes. (#2132)Yong He
2022-02-11Add interface for querying downstream compiler time (#2127)Yong He
2022-02-10OSX CI Test (#2126)jsmall-nvidia
2022-02-10gfx: support shader record overwrite and fix QueryPool. (#2123)Yong He
2022-02-10gfx: support d3d12 root parameters (#2122)Yong He
2022-02-10Fix MacOSX build issues (#2124)jsmall-nvidia
2022-02-09Various fixes to gfx. (#2120)Yong He
2022-02-03Fixed naming conflicts in heterogeneous-hello-world (#2114)David Siher
2022-01-31Revise entrypoint renaming interface. (#2113)Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2022-01-21Add entry-point name override feature. (#2089)Yong He
2022-01-18Fix for issue #2069 (#2082)jsmall-nvidia
2022-01-10Enable running tests in parallel. (#2078)Yong He
2022-01-10Fix hexadecimal escape is string literals (#2072)JKot
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-12-13Fixes to `uploadTextureData`. (#2058)Yong He
2021-12-07Check g++ version compatibility (#2044)jsmall-nvidia
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-12-07Support array args for JSON-RPC (#2046)jsmall-nvidia
2021-12-06Fix shader-toy example. (#2047)Yong He
2021-12-03Split out ExecutableLocation (#2041)jsmall-nvidia
2021-12-03Improvements to repro diagnostics (#2039)jsmall-nvidia
2021-12-01Fix reinterpret lowering not done for generic functions. (#2037)Yong He
2021-11-30Fix issue around constant folding/bool (#2036)jsmall-nvidia
2021-11-30Auto flush for streams for stdin/out in slang-test (#2035)jsmall-nvidia
2021-11-30Use test-server on CI (#2034)jsmall-nvidia
2021-11-24JSON-RPC make id explicit (#2030)jsmall-nvidia
2021-11-24Fix for slang-test memory leak (#2029)jsmall-nvidia
2021-11-24PersistentJSONValue (#2028)jsmall-nvidia
2021-11-24Remove test-proxy (#2027)jsmall-nvidia
2021-11-23JSON-RPC test server (#2026)jsmall-nvidia
2021-11-19Improvements to JSON/RTTI (#2022)jsmall-nvidia
2021-11-18RTTI/JSON (#2021)jsmall-nvidia
2021-11-16Added 8/16/64 bit int/unsigned int texture formats support for glsl shaders (...Alexander Weinrauch
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia