summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_warp.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-03Avoid using VectorExtractDynamic for subgroup mask on Adreno GPUsBilly Laws1-1/+16
2023-01-05shader_recompiler: Fix shuffle partitioning for >64 invoc-per-subgroup GPUsBilly Laws1-30/+28
2022-11-27Vulkan: update initializationLiam1-12/+23
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-20shader_recompiler: Reduce unused includesameerj1-1/+0
2021-12-06emit_spirv: Reduce emit_spirv.h include overheadameerj1-0/+1
2021-08-31emit_spirv_warp: Fix shuffle ops for 64-thread warp sizesameerj1-1/+29
2021-08-31emit_spirv_warp: Fix ballot related ops for 64-thread warp sizesameerj1-10/+11
2021-07-23Move SPIR-V emission functions to their own headerReinUsesLisp1-0/+1
2021-07-23spirv: Replace Constant/ConstantComposite with Const helperameerj1-3/+3
2021-07-23shader: Add coarse derivativesFernandoS271-0/+8
2021-07-23shader: Implement fine derivates constant propagationFernandoS271-0/+8
2021-07-23shader: Move LaneId to the warp emission file and fix AMDReinUsesLisp1-0/+8
2021-07-23shader: Address feedback + clang formatlat9nq1-1/+0
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-1/+1
2021-07-23shader: Add subgroup masksReinUsesLisp1-9/+37
2021-07-23shader: Implement FSWZADDameerj1-0/+16
2021-07-23shader: Implement SHFLameerj1-0/+135