index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader
/
decode
/
xmad.cpp
Age
Commit message (
Expand
)
Author
2019-07-16
shader_ir: Rename Get/SetTemporal to Get/SetTemporary
Lioncash
2019-06-05
shader: Use shared_ptr to store nodes and move initialization to file
ReinUsesLisp
2019-04-18
video_core: Silent -Wswitch warnings
ReinUsesLisp
2019-04-08
Correct XMAD mode, psl and high_b on different encodings.
Fernando Sahmkow
2019-02-03
shader_ir: Rename BasicBlock to NodeBlock
ReinUsesLisp
2019-02-03
shader_ir: Pass decoded nodes as a whole instead of per basic blocks
ReinUsesLisp
2019-01-30
shader_ir: Unify constant buffer offset values
ReinUsesLisp
2019-01-15
shader_ir: Fixup clang build
ReinUsesLisp
2019-01-15
shader_decode: Fixup XMAD
ReinUsesLisp
2019-01-15
shader_ir: Pass to decoder functions basic block's code
ReinUsesLisp
2019-01-15
shader_decode: Improve zero flag implementation
ReinUsesLisp
2019-01-15
shader_decode: Use BitfieldExtract instead of shift + and
ReinUsesLisp
2019-01-15
video_core: Return safe values after an assert hits
ReinUsesLisp
2019-01-15
shader_decode: Fixup clang-format
ReinUsesLisp
2019-01-15
shader_decode: Implement XMAD
ReinUsesLisp
2019-01-15
shader_ir: Initial implementation
ReinUsesLisp