summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit-spirv.cpp
Commit message (Expand)AuthorAge
...
* Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shad...Yong He2024-03-11
* Fix spirv builtin for `SV_ShadingRate`. (#3730)Yong He2024-03-10
* [SPIRV] fix code gen for `SV_Coverage`. (#3718)Yong He2024-03-08
* [SPIRV] Fix pointer lowering bug. (#3713)Yong He2024-03-07
* Fix SPIRV emit logic of `PrimitiveId` in fragment shader. (#3705)Yong He2024-03-07
* [SPIRV] Fix DebugLine generated from source with #line directive. (#3678)Yong He2024-03-05
* warnings (#3653)Ellie Hermaszewska2024-03-01
* Various SPIRV fixes. (#3655)Yong He2024-03-01
* Fix various crashes when generating debug info. (#3650)Yong He2024-02-29
* [SPIRV] Fix logic for emitting debug matrix type. (#3649)Yong He2024-02-29
* [SPIRV Debug] Properly update output arguments after call. (#3648)Yong He2024-02-29
* [SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He2024-02-28
* SPIRV Fixes. (#3622)Yong He2024-02-23
* Fix SPIRV lowering issue. (#3608)Yong He2024-02-21
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Support pointers in SPIRV. (#3561)Yong He2024-02-08
* Fix spirv emit that leads to pathological downstream time. (#3546)Yong He2024-02-03
* Capability type checking. (#3530)Yong He2024-02-02
* Atomics+Wave ops intrinsics fixes. (#3542)Yong He2024-02-02
* [SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He2024-01-24
* SPIRV Legalization fixes. (#3479)Yong He2024-01-23
* Fix incorrect behavior of operator% (#3470)Jay Kwak2024-01-23
* Add `-fspv-reflect` support. (#3464)Yong He2024-01-19
* Capability def parsing & codegen + disjoint sets (#3451)Yong He2024-01-18
* Lower sv_vertexid to decoration VertexIndex as defined in GL_KHR_vulkan_glsl ...Pankaj Mistry2023-12-19
* Add spirv intrinsics for `ConstBufferPointer`. (#3407)Yong He2023-12-13
* Add spirv intrinsic definition for `printf`. (#3340)Yong He2023-11-17
* GLSL/SPIRV Fixes. (#3337)Yong He2023-11-16
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He2023-11-06
* Several spirv intrinsics and small fix (#3307)Ellie Hermaszewska2023-11-02
* Fix warnings for gcc 12.3 (#3286)Ellie Hermaszewska2023-10-25
* Add `IArray`. (#3281)Yong He2023-10-25
* Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska2023-10-17
* Run curated spirv-opt passes through slang-glslang. (#3266)Yong He2023-10-09
* Use designated compiler ID in SPIRV backend. (#3261)Yong He2023-10-05
* SPIRV compiler performance fixes. (#3258)Yong He2023-10-04
* More direct-SPIRV fixes. (#3257)Yong He2023-10-02
* Add SPIRV intrinsics for ShaderExecutionReordering and RW/Buffer. (#3252)Yong He2023-10-02
* [Direct SPIRV]: ray tracing pipeline intrinsics. (#3244)Yong He2023-09-28
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* WIP Mesh shaders for SPIR-V (#3226)Ellie Hermaszewska2023-09-27
* Various SPIRV fixes. (#3231)Yong He2023-09-27
* Direct SPIRV: Rasterization pipeline tests. (#3216)Yong He2023-09-20
* Handle combined image and samplers in spirv (#3213)Ellie Hermaszewska2023-09-19
* Memoize types in spirv asm blocks (#3215)Ellie Hermaszewska2023-09-19
* Use target-dependent pointer size in natural layout. (#3210)Yong He2023-09-18
* Direct SPIRV for RayTracing Inline. (#3201)Yong He2023-09-12
* SPIR-V image operations (#3163)Ellie Hermaszewska2023-09-05
* Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)Yong He2023-08-31