summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/emit_glsl_atomic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* emit_glsl_atomic: Implement 32x2 fallback atomic opsameerj2022-01-301-9/+55
|
* shaders: Add U64->U32x2 Atomic fallback functionsameerj2022-01-301-0/+96
|
* shader_recompiler: Adjust emit_context includesameerj2021-12-061-1/+1
|
* glsl: Cleanup/Address feedbackameerj2021-07-231-6/+6
|
* glsl: Add Shader_GLSL loggingameerj2021-07-231-7/+6
|
* glsl: Remove Signed Integer variablesameerj2021-07-231-2/+2
|
* glsl: Implement barriersameerj2021-07-231-1/+0
|
* glsl: Fix <32-bit SSBO writesameerj2021-07-231-5/+2
| | | | and more cleanup
* glsl: Cleanup and address feedbackameerj2021-07-231-5/+5
|
* glsl: Implement Load/WriteGlobalameerj2021-07-231-1/+1
| | | | along with some other misc changes and fixes
* glsl: Fix atomic SSBO offsetsameerj2021-07-231-63/+70
| | | | and implement misc getters
* glsl: SHFL fix and prefer shift operations over divide in glsl shaderameerj2021-07-231-11/+11
|
* glsl: Fix ssbo indexing and name shadowing between shader stagesameerj2021-07-231-44/+62
|
* glsl: Rework var alloc to not assign unused resultsameerj2021-07-231-5/+4
|
* glsl: Rework variable allocator to allow for variable reuseameerj2021-07-231-6/+5
|
* glsl: Fix ATOM and implement ATOMSameerj2021-07-231-40/+116
|
* shader_recompiler: GCC fixeslat9nq2021-07-231-0/+1
|
* glsl: remove unused headersameerj2021-07-231-2/+0
|
* glsl: Simply FP storage atomicsameerj2021-07-231-34/+14
|
* glsl: F16x2 storage atomicsameerj2021-07-231-51/+34
|
* glsl: Revert ssbo aliasing. Storage Atomics implameerj2021-07-231-40/+101
|
* glsl: Wip storage atomic opsameerj2021-07-231-0/+301
|
* glsl: Initial backendameerj2021-07-231-0/+0