Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-07-23 | shader: Inline common Opcode and Inst functions | ReinUsesLisp | 1 | -89/+1 |
2021-07-23 | shader: Calculate number of arguments in an opcode at compile time | ReinUsesLisp | 1 | -3/+12 |
2021-07-23 | shader: Implement tessellation shaders, polygon mode and invocation id | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | shader: Address feedback + clang format | lat9nq | 1 | -1/+1 |
2021-07-23 | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq | 1 | -1/+1 |
2021-07-23 | shader: Unroll "using enum" for opcode declarations | ReinUsesLisp | 1 | -1/+27 |
2021-07-23 | shader: Initial support for textures and TEX | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Add pools and rename files | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Initial recompiler work | ReinUsesLisp | 1 | -0/+67 |