summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-20gl_rasterizer: Implement DrawTransformFeedback macroAmeer J1-2/+5
2023-09-23Macro HLE: Add DrawIndirectByteCountFernando Sahmkow1-5/+30
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow1-0/+24
2023-08-26Mark decompiled macros as decompiled on dump, dump shaders after translationKelebek11-8/+16
2023-03-26video_core/macro: Make use of Common::HashValueMorph1-3/+3
2023-01-06MacroHLE: eliminate 2 rushed macros.Fernando Sahmkow1-42/+0
2023-01-04yuzu-ui: Add setting for disabling macro HLEFernando Sahmkow1-4/+5
2023-01-04Video_core: Address feedbackFernando Sahmkow2-109/+249
2023-01-01video_core: fix buildLiam1-1/+2
2023-01-01MacroHLE: Final cleanup and fixes.Fernando Sahmkow1-70/+28
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow1-0/+3
2023-01-01Revert Buffer cache changes and setup additional macros.Fernando Sahmkow2-7/+120
2023-01-01MacroHLE: Add HLE replacement for base vertex and base instance.Fernando Sahmkow1-59/+56
2023-01-01MacroHLE: Add Index Buffer size estimation.Fernando Sahmkow1-7/+13
2023-01-01MacroHLE: Refactor MacroHLE system.Fernando Sahmkow4-113/+345
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow1-16/+29
2023-01-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow1-26/+27
2022-12-08video_core: Implement maxwell3d draw manager and split draw logicFeng Chen1-52/+17
2022-11-17maxwell3d: full HLE for multi-layer clearsLiam1-11/+5
2022-11-17maxwell3d: HLE multi-layer clear macroLiam1-1/+21
2022-11-14Add break for default casesKyle Kienapfel2-0/+3
2022-11-09Initial ARM64 supportLiam1-0/+3
2022-10-21video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen3-32/+19
2022-10-07Update 3D regsKelebek11-24/+24
2022-10-06VideoCore: Add option to dump the macros.Fernando Sahmkow1-0/+1
2022-10-02MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow1-1/+62
2022-10-02macro_jit_x64: fix miscompilation of bit extraction operationsLiam1-37/+9
2022-10-01macro_jit_x64: cancel exit for taken branchLiam1-11/+5
2022-06-14general: fix compilation on MinGW GCC 12Liam1-1/+1
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam2-2/+1
2022-05-10video_core/macro: clear code on upload address assignmentLiam2-0/+8
2022-05-09VideoCore: Add option to dump the macros.Fernando Sahmkow1-0/+27
2022-05-08video_core/macro_jit_x64: warn on invalid parameter accessLiam1-3/+21
2022-04-23general: Convert source file copyright comments over to SPDXMorph8-24/+16
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash1-1/+1
2022-01-25video_core/macro: Add missing <cstring> headerLioncash1-2/+3
2022-01-25video_core/macro_interpreter: Move impl class to the cpp fileLioncash2-84/+86
2022-01-25video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash3-7/+7
2022-01-25video_core/macro: Remove unused parameter from Execute()Lioncash2-3/+2
2022-01-25video_core/macro_jit_x64: Remove unused impl class memberLioncash1-1/+0
2022-01-25video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from implLioncash1-5/+4
2022-01-25video_core/macro_jit_x64: Move impl class into cpp fileLioncash2-87/+86
2022-01-25video_core/macro_hle: Move impl class into cpp fileLioncash2-27/+19
2021-08-15xbyak: Update include pathMerry1-1/+1
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash2-7/+5
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash6-29/+29
2020-09-22General: Make use of std::nullopt where applicableLioncash1-1/+1
2020-08-30externals: Update Xbyak to 5.96Lioncash1-5/+5
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp1-3/+3
2020-08-14macro-interpreter: Resolve -Wself-assign-field warningLioncash1-1/+0
2020-07-21video_core: Remove unused variablesLioncash1-1/+0
2020-07-17macro_hle: Remove unnecessary static keywordsLioncash1-7/+4
2020-07-17macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()Lioncash1-2/+1
2020-07-17macro_hle: Remove unnecessary std::make_pair callsLioncash1-3/+3
2020-07-17macro: Resolve missing parameter in doxygen commentLioncash1-1/+2
2020-06-30macro: Add support for "middle methods" on the code cache (#4112)David1-8/+27
2020-06-24addressed issuesDavid Marcec2-4/+7
2020-06-24clear mme draw modeDavid Marcec1-0/+3
2020-06-24Addressed issuesDavid Marcec4-13/+13
2020-06-24Fix constbuffer for 0217920100488FF7David Marcec1-6/+6
2020-06-24Macro HLE supportDavid Marcec6-9/+202
2020-06-20macro_jit_x64: Use ecx for shift registerMerryMage1-2/+2
2020-06-20macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()Lioncash1-3/+3
2020-06-20macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()Lioncash1-3/+4
2020-06-20macro_jit_x64: Remove unused variableLioncash1-2/+1
2020-06-20macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()Lioncash1-2/+2
2020-06-19macro_jit_x64: Remove unused function ReadMerryMage1-8/+4
2020-06-17macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValueMerryMage2-6/+18
2020-06-17macro_jit_x64: Optimization implicitly assumes same destinationMerryMage1-1/+2
2020-06-17macro_jit_x64: Should not skip zero registers for certain ALU opsMerryMage1-1/+3
2020-06-15macro_jit_x64: Remove NEXT_PARAMETERMerryMage1-5/+2
2020-06-15macro_jit_x64: Remove unused function Compile_WriteCarryMerryMage2-9/+0
2020-06-15macro_jit_x64: Select better registersMerryMage1-8/+8
2020-06-15macro_jit_x64: Remove REGISTERSMerryMage1-7/+3
2020-06-15macro_jit_x64: Remove JITState::parametersMerryMage2-6/+3
2020-06-15macro_jit_x64: Remove METHOD_ADDRESS_64MerryMage1-2/+1
2020-06-15macro_jit_x64: Remove RESULT_64MerryMage2-16/+3
2020-06-15xbyak_abi: Remove *GPS variants of stack manipulation functionsMerryMage1-6/+6
2020-06-15video_core/macro_jit_x64: Remove initializer in member variableReinUsesLisp1-2/+2
2020-06-04Default init labels and use initializer list for macro engineDavid Marcec1-1/+1
2020-06-03Mark parameters as constDavid Marcec6-8/+9
2020-06-02Pass by reference instead of copying parametersDavid Marcec2-2/+2
2020-05-30Favor switch case over jump tableDavid Marcec2-18/+26
2020-05-30Implement macro JITDavid Marcec6-0/+1294