summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_warp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-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: Adjust emit_context includesGravatar ameerj2021-12-051-1/+1
|
* shader: Add loggingGravatar ReinUsesLisp2021-07-221-4/+4
|
* glasm: Use ARB_derivative_control conditionallyGravatar ReinUsesLisp2021-07-221-4/+25
|
* glasm: Catch more register leaksGravatar ReinUsesLisp2021-07-221-2/+4
| | | | | | | | | | | | | Add support for null registers. These are used when an instruction has no usages. This comes handy when an instruction is only used for its CC value, with the caveat of having to invalidate all pseudo-instructions before defining the instruction itself in the register allocator. This commits changes this. Workaround a bug on Nvidia's condition codes conditional execution using branches.
* glasm: Implement FSWZADDGravatar ameerj2021-07-221-2/+11
|
* glasm: Implement derivative instructions on GLASMGravatar ReinUsesLisp2021-07-221-8/+8
|
* glasm: Implement shuffle and vote instructions on GLASMGravatar ReinUsesLisp2021-07-221-0/+118
|
* glasm: Add GLASM backend infrastructureGravatar ReinUsesLisp2021-07-221-0/+0