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
/
ir
/
microinstruction.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
shader: Move microinstruction header to the value header
ReinUsesLisp
1
-162
/
+0
2021-07-23
shader: Inline common Opcode and Inst functions
ReinUsesLisp
1
-2
/
+11
2021-07-23
shader: Use a small_vector for phi blocks
ReinUsesLisp
1
-1
/
+2
2021-07-23
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
1
-2
/
+2
2021-07-23
shader: Refactor PTP and other minor changes
ReinUsesLisp
1
-2
/
+2
2021-07-23
shader: Implement TLD4.PTP
FernandoS27
1
-0
/
+6
2021-07-23
shader: Implement SHFL
ameerj
1
-0
/
+1
2021-07-23
shader: Initial support for textures and TEX
ReinUsesLisp
1
-6
/
+16
2021-07-23
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
1
-0
/
+2
2021-07-23
shader: Add support for forward declarations
ReinUsesLisp
1
-3
/
+17
2021-07-23
shader: Properly store phi on Inst
ReinUsesLisp
1
-11
/
+26
2021-07-23
shader: Add pools and rename files
ReinUsesLisp
1
-1
/
+1
2021-07-23
shader: Constant propagation and global memory to storage buffer
ReinUsesLisp
1
-1
/
+3
2021-07-23
shader: Initial instruction support
ReinUsesLisp
1
-1
/
+11
2021-07-23
shader: SSA and dominance
ReinUsesLisp
1
-0
/
+10
2021-07-23
shader: Initial recompiler work
ReinUsesLisp
1
-0
/
+82