summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-modifier.h
Commit message (Expand)AuthorAge
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* Fix the missing derivative member check (#8569)kaizhangNV2025-10-02
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Don't let clang-format reorder Fiddle `#include`s (#7887)Sam Estep2025-08-18
* Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot2025-07-15
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Remove redundant [payload] attribute (Fix #7528) (#7555)Harsh Aggarwal (NVIDIA)2025-06-30
* Add MLP training examples. (#7550)Yong He2025-06-30
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Require `override` keyword for overriding default interface methods. (#7458)Yong He2025-06-16
* Allow interface methods to have default implementations. (#7439)Yong He2025-06-13
* Remove SLANG_UNREFLECTED (#7241)Theresa Foley2025-05-27
* Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV2025-05-22
* Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He2025-05-16
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi2025-04-21
* Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)2025-04-07
* Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru2025-03-15
* Simplify implicit cast ctors for vector & matrix. (#6408)Yong He2025-02-20
* Add support for WGSL subgroup operations (#6213)Darren Wihandi2025-02-02
* Implement Quad Control intrinsics (#5981)Darren Wihandi2025-01-17
* Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala2025-01-14
* Enable exprs for all supported GLSL layout qualifiers (#5857)Darren2024-12-15
* Enable exprs for GLSL binding layout qualifiers (#5807)Darren2024-12-10
* Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He2024-12-09
* Embed core module in wasm build. (#5569)Yong He2024-11-15
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Move texture format inference to frontend and add reflection api for it. (#5155)Yong He2024-09-26
* Support specialization constants. (#4963)Yong He2024-08-30
* Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)Yong He2024-08-28
* Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV2024-08-28
* Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru2024-08-27
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...ArielG-NV2024-06-28
* RasterizerOrder resource for spirv and metal. (#4175)Yong He2024-05-16
* Support `[__ref]` attribute to make `this` pass by reference. (#4139)Yong He2024-05-08
* WIP: Force Inline If RefType (#4005)ArielG-NV2024-04-26
* Support derivative functions in compute & capabilities adjustments (#4014)ArielG-NV2024-04-25
* Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...ArielG-NV2024-04-03
* Implement 8.14-8.19 of OpenGL-GLSL specificationArielG-NV2024-04-03
* Support SM6.6 keyword "WaveSize" (#3871)Jay Kwak2024-04-01
* Support `[RequirePrelude]` attribute on types. (#3867)Yong He2024-04-01
* Allow bit operators on enum types. (#3862)Yong He2024-04-01
* Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV2024-03-26
* Partially implement vk_buffer_ref proposal. (#3814)Yong He2024-03-21
* Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV2024-03-15
* Support unscoped enums. (#3771)Yong He2024-03-14
* Implement glsl atomic's [non image or memory scope] with optional extension(s...ArielG-NV2024-03-13
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07