summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-spirv.cpp
AgeCommit message (Expand)Author
2024-04-07Add decoration PerPrimitiveEXT for all OutputPrimitives members for mesh (#3900)Pankaj Mistry
2024-04-05Add decoration PerPrimitiveEXT when a mesh output variable is decorated with ...Pankaj Mistry
2024-04-03Not emit DepthReplacing when frag shader uses SV_Position. (#3893)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-02Fix the erroneous logic of determining whether or not to emit DepthReplacing....Yong He
2024-04-01Correctly emit spv extension targeting EXT rather than NV, added to test for ...ArielG-NV
2024-03-27Fix incorrect SPV stride for unsized array (#3837)kaizhangNV
2024-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-25Fix missing PerPrimitive decoration in mesh shader output. (#3828)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-12Make type names spec-conformant in SPIRV reflect. (#3748)Yong He
2024-03-12[SPIRV] Use VectorTimesScalar opcode. (#3737)Yong He
2024-03-11Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shad...Yong He
2024-03-10Fix spirv builtin for `SV_ShadingRate`. (#3730)Yong He
2024-03-08[SPIRV] fix code gen for `SV_Coverage`. (#3718)Yong He
2024-03-07[SPIRV] Fix pointer lowering bug. (#3713)Yong He
2024-03-07Fix SPIRV emit logic of `PrimitiveId` in fragment shader. (#3705)Yong He
2024-03-05[SPIRV] Fix DebugLine generated from source with #line directive. (#3678)Yong He
2024-03-01warnings (#3653)Ellie Hermaszewska
2024-03-01Various SPIRV fixes. (#3655)Yong He
2024-02-29Fix various crashes when generating debug info. (#3650)Yong He
2024-02-29[SPIRV] Fix logic for emitting debug matrix type. (#3649)Yong He
2024-02-29[SPIRV Debug] Properly update output arguments after call. (#3648)Yong He
2024-02-28[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He
2024-02-23SPIRV Fixes. (#3622)Yong He
2024-02-21Fix SPIRV lowering issue. (#3608)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-08Support pointers in SPIRV. (#3561)Yong He
2024-02-03Fix spirv emit that leads to pathological downstream time. (#3546)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-02-02Atomics+Wave ops intrinsics fixes. (#3542)Yong He
2024-01-24[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He
2024-01-23SPIRV Legalization fixes. (#3479)Yong He
2024-01-23Fix incorrect behavior of operator% (#3470)Jay Kwak
2024-01-19Add `-fspv-reflect` support. (#3464)Yong He
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He
2023-12-19Lower sv_vertexid to decoration VertexIndex as defined in GL_KHR_vulkan_glsl ...Pankaj Mistry
2023-12-13Add spirv intrinsics for `ConstBufferPointer`. (#3407)Yong He
2023-11-17Add spirv intrinsic definition for `printf`. (#3340)Yong He
2023-11-16GLSL/SPIRV Fixes. (#3337)Yong He
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-11-06Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He
2023-11-02Several spirv intrinsics and small fix (#3307)Ellie Hermaszewska
2023-10-25Fix warnings for gcc 12.3 (#3286)Ellie Hermaszewska
2023-10-25Add `IArray`. (#3281)Yong He
2023-10-17Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska
2023-10-09Run curated spirv-opt passes through slang-glslang. (#3266)Yong He
2023-10-05Use designated compiler ID in SPIRV backend. (#3261)Yong He