index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
spirv
/
emit_spirv_warp.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using VectorExtractDynamic for subgroup mask on Adreno GPUs
Billy Laws
2023-06-03
1
-1
/
+16
*
shader_recompiler: Fix shuffle partitioning for >64 invoc-per-subgroup GPUs
Billy Laws
2023-01-05
1
-30
/
+28
*
Vulkan: update initialization
Liam
2022-11-27
1
-12
/
+23
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
shader_recompiler: Reduce unused includes
ameerj
2022-03-20
1
-1
/
+0
*
emit_spirv: Reduce emit_spirv.h include overhead
ameerj
2021-12-06
1
-0
/
+1
*
emit_spirv_warp: Fix shuffle ops for 64-thread warp sizes
ameerj
2021-08-31
1
-1
/
+29
*
emit_spirv_warp: Fix ballot related ops for 64-thread warp sizes
ameerj
2021-08-31
1
-10
/
+11
*
Move SPIR-V emission functions to their own header
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
spirv: Replace Constant/ConstantComposite with Const helper
ameerj
2021-07-23
1
-3
/
+3
*
shader: Add coarse derivatives
FernandoS27
2021-07-23
1
-0
/
+8
*
shader: Implement fine derivates constant propagation
FernandoS27
2021-07-23
1
-0
/
+8
*
shader: Move LaneId to the warp emission file and fix AMD
ReinUsesLisp
2021-07-23
1
-0
/
+8
*
shader: Address feedback + clang format
lat9nq
2021-07-23
1
-1
/
+0
*
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-23
1
-1
/
+1
*
shader: Add subgroup masks
ReinUsesLisp
2021-07-23
1
-9
/
+37
*
shader: Implement FSWZADD
ameerj
2021-07-23
1
-0
/
+16
*
shader: Implement SHFL
ameerj
2021-07-23
1
-0
/
+135