| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-28 | shader/decode: Avoid a pessimizing std::move within DecodeRange() | Lioncash | |
| std::moveing a local variable in a return statement has the potential to prevent copy elision from occurring, so this can just be converted into a regular return. | |||
| 2019-01-15 | shader_ir: Pass to decoder functions basic block's code | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Implement VMAD and VSETP | ReinUsesLisp | |
| 2019-01-15 | video_core: Address feedback | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Fixup file inclusions and clang-format | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Initial implementation | ReinUsesLisp | |
