summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-modifier.cpp
AgeCommit message (Expand)Author
2024-12-15Enable exprs for all supported GLSL layout qualifiers (#5857)Darren
2024-12-11Fix attribute reflection. (#5823)Yong He
2024-12-10Enable exprs for GLSL binding layout qualifiers (#5807)Darren
2024-12-09Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-08-30Support specialization constants. (#4963)Yong He
2024-08-28Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV
2024-08-27Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru
2024-07-25Add `_Internal`/`External` atom enforcement and validation. (#4702)ArielG-NV
2024-07-02Emit errors when invalid capabilities are used (#4510)ArielG-NV
2024-06-28Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...ArielG-NV
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-02Allow multiple _AttributeTargets for attribute declaration (#4087)kaizhangNV
2024-05-01Add ParamDecl as the attribute target (#4067)kaizhangNV
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-10Properly compile `gl_WorkgroupSize`. (#3925)Yong He
2024-04-03Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...ArielG-NV
2024-04-03Implement 8.14-8.19 of OpenGL-GLSL specificationArielG-NV
2024-04-01Support SM6.6 keyword "WaveSize" (#3871)Jay Kwak
2024-04-01Support `[RequirePrelude]` attribute on types. (#3867)Yong He
2024-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-23Allow anonymous struct. (#3822)Yong He
2024-03-15Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV
2024-03-14Support unscoped enums. (#3771)Yong He
2024-03-13Implement glsl atomic's [non image or memory scope] with optional extension(s...ArielG-NV
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-07Uniformity analysis. (#3704)Yong He
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-06Unify GLSL and HLSL buffer block parsing. (#3552)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-02-01Add slangc option to specialize entrypoint + auto glsl mode. (#3531)Yong He
2024-01-30Correctly apply glsl local size layout to entry points during lowering (#3528)Ellie Hermaszewska
2024-01-24[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He
2023-12-15GLSL SSBO Support (#3400)Ellie Hermaszewska
2023-12-12Define `Texture::Sample` for float element types only. (#3403)Yong He
2023-12-12Add check for invalid use of modifiers. (#3402)Yong He
2023-12-11Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-11-10 Cleanup builtin arithmetic interfaces. (#3317)Yong He
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-09-08Fix attribute highlighting + language server crash. (#3198)Yong He
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-06-28Add support for vk::image_format attribute (#2945)jsmall-nvidia
2023-05-14Add [Differentiable(n)] syntax to specify max order. (#2883)Yong He
2023-05-12Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He