summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/basic_block.h (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: Add copy constructor to instructionsReinUsesLisp2021-11-161-0/+3
|
* ShaderCache: Order Phi Arguments from farthest away to nearest.Fernando Sahmkow2021-10-311-0/+14
|
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-41/+10
| | | | | This commit regresses VertexA shaders, their transformation pass has to be adapted to the new control flow.
* shader: Intrusively store in a block if it's sealed or notReinUsesLisp2021-07-231-0/+9
|
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+0
|
* shader: Intrusively store register values in block for SSA passReinUsesLisp2021-07-231-0/+10
|
* shader: Inline common IR::Block methodsReinUsesLisp2021-07-231-5/+12
|
* spirv: Initial bindings supportReinUsesLisp2021-07-231-0/+16
|
* shader: Add support for forward declarationsReinUsesLisp2021-07-231-1/+1
|
* shader: Initial implementation of an ASTReinUsesLisp2021-07-231-4/+36
|
* shader: Add pools and rename filesReinUsesLisp2021-07-231-7/+4
|
* shader: Initial instruction supportReinUsesLisp2021-07-231-1/+1
|
* shader: SSA and dominanceReinUsesLisp2021-07-231-4/+16
|
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+134