summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/image.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader: Allow tracking of indirect buffers without variable offsetReinUsesLisp2019-07-151-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.
* shader_ir: Fix image copy rebase issuesFernando Sahmkow2019-06-211-2/+7
|
* shader: Implement bindless imagesReinUsesLisp2019-06-211-2/+28
|
* shader: Decode SUST and implement backing image functionalityReinUsesLisp2019-06-211-0/+89