summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/surface_load_store.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler, video_core: Resolve clang errorslat9nq2021-07-231-4/+4
| | | | | | | | | | Silences the following warnings-turned-errors: -Wsign-conversion -Wunused-private-field -Wbraced-scalar-init -Wunused-variable And some other errors
* shader: Fix ImageWrite indexingReinUsesLisp2021-07-231-1/+1
|
* shader: Document and relax cache control on surface instructionsReinUsesLisp2021-07-231-10/+11
|
* shader: Implement SULD and SUSTReinUsesLisp2021-07-231-0/+280