summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.h
AgeCommit message (Expand)Author
2025-07-24Organize code better by splitting some big files (#7890)Theresa Foley
2025-07-17Merge NamePool and RootNamePool into a single type (#7797)Copilot
2025-07-09Stable names and backwards compat for serialized IR modules (#7644)Ellie Hermaszewska
2025-07-03Language Server Enhancements (#7604)Yong He
2025-07-02[HLSL, SPIRV_1_3] Hoist OpSelect returning a composite into `if`/`else` (#7594)ArielG-NV
2025-07-01Add arguments for controlling floating point denormal mode (#7461)aidanfnv
2025-07-01Remove some cruft/complexity from IR serialization (#7483)Theresa Foley
2025-06-19Add support for on-demand AST deserialization (#7482)Theresa Foley
2025-06-12Fix API changes from separate debugging support (#7397)jarcherNV
2025-06-06Add command line option for separate debug info (#7178)jarcherNV
2025-06-05Fix missing debug info for the included slang file (#7281)Lujin Wang
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-17Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak
2025-04-07Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)
2025-03-21Emit errors for missing returns on unsupported targets (#6633)Darren Wihandi
2025-03-20Add -dump-module command to slangc (#6638)cheneym2
2025-03-05Support SPIR-V deferred linking option (#6500)cheneym2
2025-02-27Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He
2025-02-27Bump glslang to vulkan-tmp-1.4.309 (#6477)Ellie Hermaszewska
2025-02-24Fix TypeCheckingCache concurrency and candidate lifetime. (#6444)Yong He
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-01-22Cache and reuse glsl module. (#6152)Yong He
2024-12-11Fix language server check skipping when explicit module decl exists. (#5845)Yong He
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-06Make various parameters and return types require specialization when targetin...Anders Leino
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-25Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak
2024-10-23Fix several bugs with `specializeWithArgTypes()` (#5365)Sai Praveen Bangaru
2024-10-08Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)Yong He
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-10-04Add interfaces for retrieving separate linkable downstream binaries (#5128)cheneym2
2024-09-30Add COM API for querying metadata. (#5168)Yong He
2024-09-19Allow lookups of overloaded methods. (#5110)Sai Praveen Bangaru
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2024-09-16Add API method to specialize function reference with argument types (#4966)Sai Praveen Bangaru
2024-09-09Initial WGSL support (#5006)Anders Leino
2024-09-05Initial -embed-spirv support (#4974)cheneym2
2024-09-05Support entrypoints defined in a namespace. (#5011)Yong He
2024-08-29Support mixture of precompiled and non-precompiled modules (#4860)cheneym2
2024-08-27Add ability to specialize generic references to functions, types and more (#4...Sai Praveen Bangaru
2024-08-26Implement `-fvk-use-dx-layout` (#4912)ArielG-NV
2024-08-15Make precompileForTargets work with Slang API (#4845)cheneym2
2024-08-07More reflection API features. (#4740)Sai Praveen Bangaru
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2