summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_memory.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.
* shader_recompiler: Reduce unused includesameerj2022-03-201-2/+0
|
* shaders: Add U64->U32x2 Atomic fallback functionsameerj2022-01-301-0/+107
|
* shader_recompiler: Adjust emit_context includesameerj2021-12-061-1/+1
|
* shader: Split profile and runtime info headersReinUsesLisp2021-07-231-1/+1
|
* glasm: Fix global memory fallbacksReinUsesLisp2021-07-231-9/+10
|
* glasm: Use storage buffers instead of global memory when possibleReinUsesLisp2021-07-231-14/+366
|
* glasm: Fix global memory callbacksReinUsesLisp2021-07-231-5/+6
|
* glasm: Implement global memory fallbacksReinUsesLisp2021-07-231-39/+78
|
* glasm: Implement TEX and TEXS instructionsReinUsesLisp2021-07-231-1/+1
| | | | | Remove lod clamp from texture instructions with lod, as this is not needed (nor supported).
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-5/+5
|
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-40/+37
|
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-0/+178
|
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+0