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
/
bfi.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader/decode: Fix constant buffer offsets
ReinUsesLisp
2020-02-05
1
-1
/
+1
*
shader/bfi: Implement register-constant buffer variant
ReinUsesLisp
2020-01-27
1
-2
/
+5
*
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: 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
-2
/
+2
*
shader_decode: Use BitfieldExtract instead of shift + and
ReinUsesLisp
2019-01-15
1
-7
/
+2
*
video_core: Return safe values after an assert hits
ReinUsesLisp
2019-01-15
1
-0
/
+1
*
shader_decode: Implement BFI
ReinUsesLisp
2019-01-15
1
-1
/
+22
*
shader_ir: Initial implementation
ReinUsesLisp
2019-01-15
1
-0
/
+24