summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/image.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-15shader: Allow tracking of indirect buffers without variable offsetReinUsesLisp1-5/+1
While changing this code, simplify tracking code to allow returning the base address node, this way callers don't have to manually rebuild it on each invocation.
2019-06-21shader_ir: Fix image copy rebase issuesFernando Sahmkow1-2/+7
2019-06-21shader: Implement bindless imagesReinUsesLisp1-2/+28
2019-06-21shader: Decode SUST and implement backing image functionalityReinUsesLisp1-0/+89