summaryrefslogtreecommitdiff
path: root/source/compiler-core
AgeCommit message (Expand)Author
2025-03-11IR: Add SPIR-V disassembly for embedded downstream IR dumps (#6529)Mukund Keshava
2025-03-05Support SPIR-V deferred linking option (#6500)cheneym2
2025-02-11Add raypayload decoration to ray payload structs (#6164)Ellie Hermaszewska
2025-01-24Fix static build and install (#6158)Dario Mylonopoulos
2025-01-21Fix gcc downstream compiler optimization level corresponding to OptimizationL...spking11
2025-01-14update slang-rhi + fix nvrtc options (#6080)Simon Kallweit
2025-01-13Find OptiX headers (#6071)Simon Kallweit
2025-01-08Pass compiler specific args to GCC and Visual Studio too (#6019)Julius Ikkala
2025-01-07Use disassemble API from SPIRV-Tools (#6001)Jay Kwak
2024-12-18Fix metadata of register space and varying params. (#5906)Yong He
2024-12-13Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska
2024-12-12Correct casing of windows includes (#5849)Ellie Hermaszewska
2024-12-03Conform non-suffixed integer literals (#5717)Darren Wihandi
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-11Reflection compiler option (#5507)tareksander
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-10-27Export language server to wasm. (#5419)Yong He
2024-10-24declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska
2024-10-21Recognize a new spirv header json grammar keyword "aliases" (#5367)Jay Kwak
2024-10-20Mark SPIRV artifact as non-executable. (#5356)Yong He
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-11Add slang-wasm target (#5237)Anders Leino
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-10-04Allow building using external dependencies (#5076)Tobias Frisch
2024-09-30Add COM API for querying metadata. (#5168)Yong He
2024-09-09Initial WGSL support (#5006)Anders Leino
2024-09-06Remove incorrect UTF decode assert (#5028)cheneym2
2024-08-29Support mixture of precompiled and non-precompiled modules (#4860)cheneym2
2024-08-12Support unicode identifier names. (#4772)Yong He
2024-08-06Remove disassemle debug code (#4779)cheneym2
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-24Cleanup global memory allocations on shutdown. (#4731)Yong He
2024-07-19Correctly parse multiple escaped newlines (#4672)Ellie Hermaszewska
2024-07-18Add unexpected end of input error to lexer (#4673)Ellie Hermaszewska
2024-07-17Use slang-glslang.dll for spirv-validation (#4642)Jay Kwak
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-07-10Implement non member function atomic texture support (#4544)ArielG-NV
2024-07-09Fix Lexer to recognize swizzling on an integer scalar value (#4515)Jay Kwak
2024-06-12Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He
2024-06-10[gfx] Metal graphics support (#4324)skallweitNV
2024-06-06work on gfx metal backend (#4287)skallweitNV
2024-06-03Fix performance issue in source-map (#4261)Yong He
2024-05-29Improve compile time performance. (#3857)Yong He
2024-05-14Slang: Support UTF-8 with Byte Order Markers (#4135)cheneym2
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-24Fix macos CI and clang warnings. (#4019)Yong He
2024-04-24Silent compiler warning about missing override keywords (#4018)Jay Kwak
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He