summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_hle.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-10-21video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen1-30/+17
2022-10-07Update 3D regsKelebek11-24/+24
2022-10-02MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow1-1/+62
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-25video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash1-2/+2
2022-01-25video_core/macro_hle: Move impl class into cpp fileLioncash1-11/+19
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-3/+3
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp1-3/+3
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-06-24addressed issuesDavid Marcec1-4/+6
2020-06-24clear mme draw modeDavid Marcec1-0/+3
2020-06-24Addressed issuesDavid Marcec1-10/+10
2020-06-24Fix constbuffer for 0217920100488FF7David Marcec1-6/+6
2020-06-24Macro HLE supportDavid Marcec1-0/+108