summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/image.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-24video_core/shader: Resolve instances of variable shadowingLioncash1-2/+2
2019-09-21gl_shader_decompiler: Use uint for images and fix SUATOMReinUsesLisp1-37/+29
2019-09-21shader/image: Implement SULD and remove irrelevant codeReinUsesLisp1-24/+49
2019-09-11shader/image: Implement SUATOM and fix SUSTReinUsesLisp1-21/+71
2019-09-06gl_shader_decompiler: Keep track of written images and mark them as modifiedReinUsesLisp1-21/+19
2019-07-15shader: Allow tracking of indirect buffers without variable offsetReinUsesLisp1-5/+1
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