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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
shader: Implement Int32 SUATOM/SURED
ameerj
2021-07-23
1
-0
/
+1
*
shader: Implement FSWZADD
ameerj
2021-07-23
1
-0
/
+1
*
shader: Fix F2I
FernandoS27
2021-07-23
1
-0
/
+2
*
shader: Implement DMUL and DFMA
ameerj
2021-07-23
1
-0
/
+1
*
shader: Add FP64 register load/store helpers
ameerj
2021-07-23
1
-0
/
+2
*
shader: Implement I2F
ReinUsesLisp
2021-07-23
1
-0
/
+2
*
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
shader: Implement DADD
ameerj
2021-07-23
1
-0
/
+3
*
shader: Implement FSET and FSETP
ameerj
2021-07-23
1
-0
/
+19
*
shader: Implement CAL inlining function calls
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Implement LOP and LOP3
ameerj
2021-07-23
1
-0
/
+7
*
Implement PSET, refactor common comparison funcs
ameerj
2021-07-23
1
-4
/
+4
*
shader: Implement ISET, add common_funcs
ameerj
2021-07-23
1
-0
/
+19
*
shader: Fix control flow
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: FMUL, select, RRO, and MUFU fixes
ReinUsesLisp
2021-07-23
1
-2
/
+3
*
shader: Rename, implement FADD.SAT and P2R (imm)
ReinUsesLisp
2021-07-23
1
-3
/
+4
*
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
shader: Make typed IR
ReinUsesLisp
2021-07-23
1
-0
/
+6
*
shader: Initial instruction support
ReinUsesLisp
2021-07-23
1
-2
/
+7
*
shader: SSA and dominance
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
shader: Initial recompiler work
ReinUsesLisp
2021-07-23
1
-0
/
+316