summaryrefslogtreecommitdiff
path: root/src/video_core/macro/macro_hle.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-19scope_exit: Make constexprFearlessTobi
2023-12-19gl_rasterizer: Implement DrawTransformFeedback macroAmeer J
2023-09-23Macro HLE: Add DrawIndirectByteCountFernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-01-05MacroHLE: eliminate 2 rushed macros.Fernando Sahmkow
2023-01-04Video_core: Address feedbackFernando Sahmkow
2023-01-01video_core: fix buildLiam
2023-01-01MacroHLE: Final cleanup and fixes.Fernando Sahmkow
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow
2023-01-01Revert Buffer cache changes and setup additional macros.Fernando Sahmkow
2023-01-01MacroHLE: Add HLE replacement for base vertex and base instance.Fernando Sahmkow
2023-01-01MacroHLE: Add Index Buffer size estimation.Fernando Sahmkow
2023-01-01MacroHLE: Refactor MacroHLE system.Fernando Sahmkow
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow
2023-01-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow
2022-12-08video_core: Implement maxwell3d draw manager and split draw logicFeng Chen
2022-11-17maxwell3d: full HLE for multi-layer clearsLiam
2022-11-16maxwell3d: HLE multi-layer clear macroLiam
2022-10-21video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen
2022-10-07Update 3D regsKelebek1
2022-10-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-01-25video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash
2022-01-25video_core/macro_hle: Move impl class into cpp fileLioncash
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-07-17Merge pull request #4369 from lioncash/hle-macroLC
2020-07-16macro_hle: Remove unnecessary static keywordsLioncash
2020-07-16macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()Lioncash
2020-07-16macro_hle: Remove unnecessary std::make_pair callsLioncash
2020-06-24addressed issuesDavid Marcec
2020-06-24clear mme draw modeDavid Marcec
2020-06-24Addressed issuesDavid Marcec
2020-06-24Fix constbuffer for 0217920100488FF7David Marcec
2020-06-24Macro HLE supportDavid Marcec