summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-compiler.cpp
Commit message (Expand)AuthorAge
* Organize code better by splitting some big files (#7890)Theresa Foley2025-07-24
* Fix segfault when using -separate-debug-info with unsupported targets (#7777)Copilot2025-07-22
* Add arguments for controlling floating point denormal mode (#7461)aidanfnv2025-07-01
* Remove some cruft/complexity from IR serialization (#7483)Theresa Foley2025-07-01
* Allow checking capabilities in specific stages (#7375)jarcherNV2025-06-10
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Add command line option for separate debug info (#7178)jarcherNV2025-06-06
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Make CUDA version capabilities reach NVRTC (#7074)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
* Add a new SM profile 6.9 (#6879)Jay Kwak2025-04-22
* Remove support for ad hoc Slang IR compression (#6834)Theresa Foley2025-04-16
* Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)2025-04-07
* Support SPIR-V deferred linking option (#6500)cheneym22025-03-05
* Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He2025-02-27
* Add support for WGSL subgroup operations (#6213)Darren Wihandi2025-02-02
* Support cooperative vector (#6223)Jay Kwak2025-01-30
* Make -depfile work for binary modules output too (#6126)Julius Ikkala2025-01-17
* Make `getDependencyFilePath` return most unique identity. (#5553)Yong He2024-11-13
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Add WGSL support for slang-test (#5174)Anders Leino2024-10-07
* Implemented Combined-texture for WGSL (#5130)Jay Kwak2024-09-23
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* 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
* Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV2024-08-28
* GitHub action benchmark (#4804)venkataram-nv2024-08-13
* Initial support for precompiled DXIL in slang-modules (#4755)cheneym22024-08-05
* Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...ArielG-NV2024-07-18
* Add API for querying dependency files on IModule (#4493)skallweitNV2024-06-27
* Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He2024-06-12
* Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV2024-06-12
* SPIRV backend: add support for tessellation stages, (#4336)Yong He2024-06-11
* SPIRV `Block` decoration fixes. (#4303)Yong He2024-06-08
* Avoid duplicating entry points in library (#4279)kaizhangNV2024-06-05
* Fix all Clang-14 warnings (#4203)ArielG-NV2024-05-22
* Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV2024-05-16
* Add host shared library target. (#4098)Yong He2024-05-03
* Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...Sai Praveen Bangaru2024-04-30
* Add metal downstream compiler + metallib target. (#3990)Yong He2024-04-19
* Add skeleton for metal backend. (#3971)Yong He2024-04-17
* Fix the issues when compiling slang to library (#3936)kaizhangNV2024-04-11
* Add slangc interface to compile and use ir modules. (#3615)Yong He2024-02-23
* Refactor compiler option representations. (#3598)Yong He2024-02-20