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
/
video_core
/
shader
/
decode
/
shift.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader/shift: Implement SHIFT_RIGHT_{IMM,R}
ReinUsesLisp
2020-02-02
1
-26
/
+58
*
shader/shift: Implement SHF_LEFT_{IMM,R}
ReinUsesLisp
2020-02-02
1
-10
/
+69
*
video_core/shader: Resolve instances of variable shadowing
Lioncash
2019-10-24
1
-1
/
+1
*
shader/shift: Implement SHR wrapped and clamped variants
ReinUsesLisp
2019-09-04
1
-6
/
+13
*
shader: Use shared_ptr to store nodes and move initialization to file
ReinUsesLisp
2019-06-06
1
-0
/
+1
*
shader/decode/*: Add missing newline to files lacking them
Lioncash
2019-05-23
1
-1
/
+1
*
shader_ir: Rename BasicBlock to NodeBlock
ReinUsesLisp
2019-02-03
1
-1
/
+1
*
shader_ir: Pass decoded nodes as a whole instead of per basic blocks
ReinUsesLisp
2019-02-03
1
-1
/
+1
*
shader_ir: Unify constant buffer offset values
ReinUsesLisp
2019-01-30
1
-1
/
+1
*
shader_ir: Pass to decoder functions basic block's code
ReinUsesLisp
2019-01-15
1
-1
/
+1
*
shader_decode: Improve zero flag implementation
ReinUsesLisp
2019-01-15
1
-8
/
+6
*
shader_decode: Implement SHL
ReinUsesLisp
2019-01-15
1
-0
/
+8
*
shader_decode: Implement SHR
ReinUsesLisp
2019-01-15
1
-1
/
+26
*
shader_ir: Initial implementation
ReinUsesLisp
2019-01-15
1
-0
/
+24