summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-spirv-legalize.cpp
AgeCommit message (Expand)Author
2025-08-29[CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV
2025-07-03Fix for mixed block/embedded usage of structs in SPIRV (#7608)James Helferty (NVIDIA)
2025-07-02[HLSL, SPIRV_1_3] Hoist OpSelect returning a composite into `if`/`else` (#7594)ArielG-NV
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2025-05-29Implement MapElement for CoopMat (#7159)Jay Kwak
2025-05-19Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...Darren Wihandi
2025-05-16Support Vulkan memory model (#7057)Jay Kwak
2025-05-15Support tensor addressing (#7060)Jay Kwak
2025-05-12Ensure to emit 32-bit type for bitfield operations for SPIRV (#7046)kaizhangNV
2025-04-11Add flag to hoist instructions (#6740)jarcherNV
2025-03-06Update SPIRV-Tools and fix new validation errors. (#6511)Yong He
2025-02-27Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He
2025-02-02Add support for WGSL subgroup operations (#6213)Darren Wihandi
2025-01-22Add validation for destination of atomic operations (#6093)Anders Leino
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2024-12-18Allow `Optional`, `Tuple` and `bool` to be used in varying input/output. (#5889)Yong He
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-11-18Add `IDifferentiablePtrType` support for arrays (#5576)Sai Praveen Bangaru
2024-11-06[WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-21Fix spirv codegen for pointer to empty structs. (#5355)Yong He
2024-09-26Move texture format inference to frontend and add reflection api for it. (#5155)Yong He
2024-08-30Support specialization constants. (#4963)Yong He
2024-08-19Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-07-10Specialize address space during spirv legalization. (#4600)Yong He
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-12Fix duplicate SPIRV decorations. (#4346)Yong He
2024-06-11Fix global value inlining for spirv_asm blocks. (#4339)Yong He
2024-06-06Fix build warnings and treat warnings as error on CI (#4276)Jay Kwak
2024-06-01Support different SPIRV versions. (#4254)Yong He
2024-05-16RasterizerOrder resource for spirv and metal. (#4175)Yong He
2024-05-14Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He
2024-05-08Fix legalization of `kIROp_GetLegalizedSPIRVGlobalParamAddr`. (#4141)Yong He
2024-05-08Fix NonUniformResourceIndex legalization for SPIRV. (#4133)Yong He
2024-05-01SPIRV: Fix storage class for unwrapped pointers (#4068)cheneym2
2024-04-25Support derivative functions in compute & capabilities adjustments (#4014)ArielG-NV
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-19Enable NonUniformResourceIndex support for glsl, hlsl and spirv (#3899)sriramm-nv
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-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-21Partially implement vk_buffer_ref proposal. (#3814)Yong He
2024-03-18Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)Yong He
2024-03-15Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV
2024-03-14Mesh shader refactoring and bugfixes (#3702)Ellie Hermaszewska
2024-03-14Fix lowering of glsl builtin globals. (#3767)Yong He
2024-03-13Implement glsl atomic's [non image or memory scope] with optional extension(s...ArielG-NV