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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-14
general: fix compilation on GCC 12
Liam
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-20
shader_recompiler: Reduce unused includes
ameerj
1
-1
/
+1
2021-07-23
shader_recompiler, video_core: Resolve clang errors
lat9nq
1
-1
/
+0
2021-07-23
shader: Implement delegation of Exit to dispatcher on CFG
FernandoS27
1
-1
/
+8
2021-07-23
shader: Address feedback + clang format
lat9nq
1
-8
/
+8
2021-07-23
shader: Fix BRX tracking
FernandoS27
1
-0
/
+1
2021-07-23
shader: Fix splits on blocks using indirect branches
ReinUsesLisp
1
-11
/
+7
2021-07-23
shader: Fix indirect branches to scheduler instructions
ReinUsesLisp
1
-1
/
+8
2021-07-23
shader: Implement BRX
FernandoS27
1
-1
/
+6
2021-07-23
shader: Add partial rasterizer integration
ReinUsesLisp
1
-1
/
+2
2021-07-23
shader: Implement CAL inlining function calls
ReinUsesLisp
1
-9
/
+10
2021-07-23
shader: Fix conditional execution of exit instructions
ReinUsesLisp
1
-1
/
+1
2021-07-23
shader: Initial implementation of an AST
ReinUsesLisp
1
-47
/
+30
2021-07-23
shader: Add pools and rename files
ReinUsesLisp
1
-1
/
+1
2021-07-23
shader: SSA and dominance
ReinUsesLisp
1
-6
/
+38
2021-07-23
shader: Initial recompiler work
ReinUsesLisp
1
-0
/
+137