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