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.cpp
Age
Commit message (
Expand
)
Author
2019-07-09
shader_ir: propagate shader size to the IR
Fernando Sahmkow
2019-07-09
shader_ir: Remove the old scanner.
Fernando Sahmkow
2019-07-09
shader_ir: Implement a new shader scanner
Fernando Sahmkow
2019-06-20
shader: Decode SUST and implement backing image functionality
ReinUsesLisp
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-02-26
shader/decode: Split memory and texture instructions decoding
ReinUsesLisp
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-28
shader/decode: Avoid a pessimizing std::move within DecodeRange()
Lioncash
2019-01-15
shader_ir: Pass to decoder functions basic block's code
ReinUsesLisp
2019-01-15
shader_decode: Implement VMAD and VSETP
ReinUsesLisp
2019-01-15
video_core: Address feedback
ReinUsesLisp
2019-01-15
shader_ir: Fixup file inclusions and clang-format
ReinUsesLisp
2019-01-15
shader_ir: Initial implementation
ReinUsesLisp