summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/atomic_operations_global_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler, video_core: Resolve clang errorslat9nq2021-07-231-6/+6
| | | | | | | | | | Silences the following warnings-turned-errors: -Wsign-conversion -Wunused-private-field -Wbraced-scalar-init -Wunused-variable And some other errors
* shader: Refactor atomic_operations_global_memoryameerj2021-07-231-44/+36
|
* shader: Implement ATOM/S and REDameerj2021-07-231-0/+222