summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/opcodes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler, video_core: Resolve clang errorslat9nq2021-07-231-1/+2
| | | | | | | | | | Silences the following warnings-turned-errors: -Wsign-conversion -Wunused-private-field -Wbraced-scalar-init -Wunused-variable And some other errors
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-1/+0
| | | | | This commit regresses VertexA shaders, their transformation pass has to be adapted to the new control flow.
* shader: Simplify code in opcodes.h to fix IntellisenseReinUsesLisp2021-07-231-8/+6
| | | | | | | | Avoid using std::array to fix Intellisense not properly compiling this code and disabling itself on all files that include it. While we are at it, change the code to use u8 instead of size_t for the number of instructions in an opcode.
* shader: Inline common Opcode and Inst functionsReinUsesLisp2021-07-231-3/+71
|
* shader: Add pools and rename filesReinUsesLisp2021-07-231-0/+44