| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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. | |||
| 2022-01-25 | video_core/macro_jit_x64: Move impl class into cpp file | Lioncash | |
| Keeps the implementation internalized and also reduces API-facing header dependencies. Notably, this fully internalizes all of the xbyak externals. | |||
| 2021-08-15 | xbyak: Update include path | Merry | |
| 2020-12-04 | video_core: Resolve more variable shadowing scenarios | Lioncash | |
| Resolves variable shadowing scenarios up to the end of the OpenGL code to make it nicer to review. The rest will be resolved in a following commit. | |||
| 2020-06-17 | macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue | MerryMage | |
| 2020-06-16 | Merge pull request #4089 from MerryMage/macrojit-cleanup-1 | bunnei | |
| macro_jit_x64: Cleanup | |||
| 2020-06-15 | macro_jit_x64: Remove unused function Compile_WriteCarry | MerryMage | |
| 2020-06-15 | macro_jit_x64: Remove JITState::parameters | MerryMage | |
| This can be passed in as an argument instead. | |||
| 2020-06-15 | macro_jit_x64: Remove RESULT_64 | MerryMage | |
| This Reg64 codepath has the exact same behaviour as the Reg32 one. | |||
| 2020-06-15 | video_core/macro_jit_x64: Remove initializer in member variable | ReinUsesLisp | |
| Fix build time issues on gcc. Confirmed through asan that avoiding this initialization is safe. | |||
| 2020-06-04 | Default init labels and use initializer list for macro engine | David Marcec | |
| 2020-06-03 | Mark parameters as const | David Marcec | |
| 2020-05-30 | Favor switch case over jump table | David Marcec | |
| Easier to read and will emit a jump table automatically. | |||
| 2020-05-30 | Implement macro JIT | David Marcec | |
