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
/
control_flow.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
shader: Address feedback + clang format
lat9nq
1
-2
/
+2
2021-07-23
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
1
-81
/
+59
2021-07-23
shader: Fix dangling labels
ReinUsesLisp
1
-0
/
+5
2021-07-23
shader: Fix BRX tracking
FernandoS27
1
-3
/
+3
2021-07-23
shader: Fix splits on blocks using indirect branches
ReinUsesLisp
1
-5
/
+30
2021-07-23
shader: Fix branches to visited virtual blocks
ReinUsesLisp
1
-0
/
+10
2021-07-23
shader: Fix indirect branches to scheduler instructions
ReinUsesLisp
1
-3
/
+6
2021-07-23
shader: Implement BRX
FernandoS27
1
-9
/
+49
2021-07-23
shader: Add partial rasterizer integration
ReinUsesLisp
1
-8
/
+23
2021-07-23
shader: Implement CAL inlining function calls
ReinUsesLisp
1
-40
/
+38
2021-07-23
shader: Fix conditional execution of exit instructions
ReinUsesLisp
1
-4
/
+5
2021-07-23
shader: Fix control flow
ReinUsesLisp
1
-1
/
+1
2021-07-23
shader: Initial implementation of an AST
ReinUsesLisp
1
-272
/
+154
2021-07-23
shader: SSA and dominance
ReinUsesLisp
1
-6
/
+124
2021-07-23
shader: Initial recompiler work
ReinUsesLisp
1
-0
/
+531