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
/
frontend
/
maxwell
/
translate
/
impl
/
impl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Add support for "negative" and unaligned offsets
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-23
1
-4
/
+4
*
shader: Implement FSWZADD
ameerj
2021-07-23
1
-0
/
+4
*
shader: Fix F2I
FernandoS27
2021-07-23
1
-0
/
+17
*
shader: Implement DMUL and DFMA
ameerj
2021-07-23
1
-0
/
+8
*
shader: Add FP64 register load/store helpers
ameerj
2021-07-23
1
-7
/
+20
*
shader: Implement I2F
ReinUsesLisp
2021-07-23
1
-0
/
+21
*
shader: Implement DADD
ameerj
2021-07-23
1
-2
/
+50
*
shader: Partial implementation of LDC
ReinUsesLisp
2021-07-23
1
-4
/
+12
*
shader: FMUL, select, RRO, and MUFU fixes
ReinUsesLisp
2021-07-23
1
-2
/
+10
*
spirv: Fixes and Intel specific workarounds
ReinUsesLisp
2021-07-23
1
-6
/
+9
*
shader: Rename, implement FADD.SAT and P2R (imm)
ReinUsesLisp
2021-07-23
1
-3
/
+14
*
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-23
1
-0
/
+8
*
shader: Make typed IR
ReinUsesLisp
2021-07-23
1
-0
/
+20
*
shader: Initial instruction support
ReinUsesLisp
2021-07-23
1
-1
/
+25
*
shader: Initial recompiler work
ReinUsesLisp
2021-07-23
1
-0
/
+79