summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_hle.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update 3D regsKelebek12022-10-071-24/+24
* MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow2022-10-021-1/+62
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash2022-01-251-2/+2
* video_core/macro_hle: Move impl class into cpp fileLioncash2022-01-251-11/+19
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-3/+3
* video_core: Initialize renderer with a GPUReinUsesLisp2020-08-221-3/+3
* Merge pull request #4369 from lioncash/hle-macroLC2020-07-171-10/+7
|\
| * macro_hle: Remove unnecessary static keywordsLioncash2020-07-171-7/+4
| * macro_hle: Remove unnecessary std::make_pair callsLioncash2020-07-171-3/+3
* | macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()Lioncash2020-07-171-2/+1
|/
* addressed issuesDavid Marcec2020-06-241-4/+6
* clear mme draw modeDavid Marcec2020-06-241-0/+3
* Addressed issuesDavid Marcec2020-06-241-10/+10
* Fix constbuffer for 0217920100488FF7David Marcec2020-06-241-6/+6
* Macro HLE supportDavid Marcec2020-06-241-0/+108