48 Commits (ff45c3957858cdf189b73e11550da06fe4337b8e)

Author SHA1 Message Date
Lioncash ff45c39578 General: Make use of std::nullopt where applicable 5 years ago
Lioncash a5dcccfdd2 externals: Update Xbyak to 5.96 5 years ago
ReinUsesLisp da53bcee60 video_core: Initialize renderer with a GPU 6 years ago
Lioncash 34ec64233a macro-interpreter: Resolve -Wself-assign-field warning 5 years ago
Lioncash e17fb5ee97 video_core: Remove unused variables 6 years ago
Lioncash c0650cd82c macro_hle: Remove unnecessary static keywords 6 years ago
Lioncash be6b7591d9 macro_hle: Simplify shift expression in HLE_771BB18C62444DA0() 6 years ago
Lioncash cc935d997b macro_hle: Remove unnecessary std::make_pair calls 6 years ago
Lioncash 502dbfb9eb macro: Resolve missing parameter in doxygen comment 6 years ago
David 7c970132b5
macro: Add support for "middle methods" on the code cache (#4112) 6 years ago
David Marcec f5e2aec422 addressed issues 6 years ago
David Marcec 52340e94ac clear mme draw mode 6 years ago
David Marcec fabdf5d385 Addressed issues 6 years ago
David Marcec 74b4334d51 Fix constbuffer for 0217920100488FF7 6 years ago
David Marcec 6ce5f3120b Macro HLE support 6 years ago
MerryMage c12eb814b4 macro_jit_x64: Use ecx for shift register 6 years ago
Lioncash 5a4e89b901 macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate() 6 years ago
Lioncash 140f953b6a macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister() 6 years ago
Lioncash 8ea749c1ca macro_jit_x64: Remove unused variable 6 years ago
Lioncash 811bff009e macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult() 6 years ago
MerryMage 977ceb4056 macro_jit_x64: Remove unused function Read 6 years ago
MerryMage 44f10d9b9f macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue 6 years ago
MerryMage c409722435 macro_jit_x64: Optimization implicitly assumes same destination 6 years ago
MerryMage a6ddd7c382 macro_jit_x64: Should not skip zero registers for certain ALU ops 6 years ago
MerryMage cf0aad7d6a macro_jit_x64: Remove NEXT_PARAMETER 6 years ago
MerryMage 1799f4e774 macro_jit_x64: Remove unused function Compile_WriteCarry 6 years ago
MerryMage c09a9e5cc7 macro_jit_x64: Select better registers 6 years ago
MerryMage 79aa7b3ace macro_jit_x64: Remove REGISTERS 6 years ago
MerryMage 35db6e1c68 macro_jit_x64: Remove JITState::parameters 6 years ago
MerryMage 389549b80d macro_jit_x64: Remove METHOD_ADDRESS_64 6 years ago
MerryMage a6a43a5ae0 macro_jit_x64: Remove RESULT_64 6 years ago
MerryMage d563017dfe xbyak_abi: Remove *GPS variants of stack manipulation functions 6 years ago
ReinUsesLisp 6e5d8aac4d video_core/macro_jit_x64: Remove initializer in member variable 6 years ago
David Marcec eca3d16e54 Default init labels and use initializer list for macro engine 6 years ago
David Marcec 411f5527d4 Mark parameters as const 6 years ago
David Marcec 3a20e74f40 Pass by reference instead of copying parameters 6 years ago
David Marcec 8118ea160b Favor switch case over jump table 6 years ago
David Marcec b032ebdfee Implement macro JIT 6 years ago