summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-modifier.cpp
Commit message (Expand)AuthorAge
* 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
* Fix attribute reflection. (#5823)Yong He2024-12-11
* 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
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Support specialization constants. (#4963)Yong He2024-08-30
* 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
* Add `_Internal`/`External` atom enforcement and validation. (#4702)ArielG-NV2024-07-25
* Emit errors when invalid capabilities are used (#4510)ArielG-NV2024-07-02
* Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...ArielG-NV2024-06-28
* Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV2024-05-16
* Allow multiple _AttributeTargets for attribute declaration (#4087)kaizhangNV2024-05-02
* Add ParamDecl as the attribute target (#4067)kaizhangNV2024-05-01
* Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV2024-04-19
* Properly compile `gl_WorkgroupSize`. (#3925)Yong He2024-04-10
* 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
* Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV2024-03-26
* Allow anonymous struct. (#3822)Yong He2024-03-23
* 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
* Uniformity analysis. (#3704)Yong He2024-03-07
* Add slangc interface to compile and use ir modules. (#3615)Yong He2024-02-23
* Support link time type specialization. (#3604)Yong He2024-02-20
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Unify GLSL and HLSL buffer block parsing. (#3552)Yong He2024-02-06
* Capability type checking. (#3530)Yong He2024-02-02
* Add slangc option to specialize entrypoint + auto glsl mode. (#3531)Yong He2024-02-01
* Correctly apply glsl local size layout to entry points during lowering (#3528)Ellie Hermaszewska2024-01-30
* [SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He2024-01-24
* GLSL SSBO Support (#3400)Ellie Hermaszewska2023-12-15
* Define `Texture::Sample` for float element types only. (#3403)Yong He2023-12-12
* Add check for invalid use of modifiers. (#3402)Yong He2023-12-12
* Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He2023-12-11
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10
* Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru2023-09-19
* Fix attribute highlighting + language server crash. (#3198)Yong He2023-09-08
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Add support for vk::image_format attribute (#2945)jsmall-nvidia2023-06-28
* Add [Differentiable(n)] syntax to specify max order. (#2883)Yong He2023-05-14
* Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska2023-05-12