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
/
ir_opt
/
constant_propagation_pass.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Address Feedback
FernandoS27
2021-07-23
1
-6
/
+3
*
shader: Fold composite extract
FernandoS27
2021-07-23
1
-0
/
+62
*
shader: Fold comparisons and Pack/Unpack16
FernandoS27
2021-07-23
1
-1
/
+41
*
shader: Fix constant propagation to use reverse post order
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
shader: Refactor PTP and other minor changes
ReinUsesLisp
2021-07-23
1
-20
/
+2
*
shader: Implement TLD4.PTP
FernandoS27
2021-07-23
1
-0
/
+18
*
shader: Implement TLD4 and TLD4_B
FernandoS27
2021-07-23
1
-0
/
+12
*
shader: Fold interpolation multiplications
ReinUsesLisp
2021-07-23
1
-0
/
+34
*
shader: Implement DMNMX, DSET, DSETP
ameerj
2021-07-23
1
-2
/
+8
*
shader: Implement CAL inlining function calls
ReinUsesLisp
2021-07-23
1
-3
/
+5
*
shader: Partial implementation of LDC
ReinUsesLisp
2021-07-23
1
-6
/
+16
*
shader: FMUL, select, RRO, and MUFU fixes
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-23
1
-6
/
+6
*
shader: Add XMAD multiplication folding optimization
ReinUsesLisp
2021-07-23
1
-5
/
+77
*
spirv: Initial bindings support
ReinUsesLisp
2021-07-23
1
-12
/
+64
*
shader: Misc fixes
ReinUsesLisp
2021-07-23
1
-16
/
+11
*
shader: Initial implementation of an AST
ReinUsesLisp
2021-07-23
1
-0
/
+50
*
shader: Better constant folding
ReinUsesLisp
2021-07-23
1
-12
/
+47
*
shader: Make typed IR
ReinUsesLisp
2021-07-23
1
-0
/
+20
*
shader: Constant propagation and global memory to storage buffer
ReinUsesLisp
2021-07-23
1
-0
/
+146