summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_base.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2023-07-18general: Silence -Wshadow{,-uncaptured-local} warningslat9nq
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
2022-10-07video_core: don't block rendering on screenshotsLiam
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-04-18bootmanager: Don't create another screenshot request if previous one is not d...german77
2022-03-19video_core: Reduce unused includesameerj
2021-07-28renderers: Add explicit invert_y bool to screenshot callbackameerj
2021-07-23renderer_base: Removed redundant settingsameerj
2021-07-23general: Rename "Frame Limit" references to "Speed Limit"ameerj
2021-04-14common: Move settings to common from core.bunnei
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2019-03-05video_core/engines: Remove unnecessary includesLioncash
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-11-13video_core/renderer_base: Remove GL include from the renderer base class filesLioncash
2018-09-08Port Citra #4047 & #4052: add change background color supporttech4me
2018-08-22Merge pull request #840 from FearlessTobi/port-3353bunnei
2018-08-20renderer_base: Make creation of the rasterizer, the responsibility of the ren...Lioncash
2018-08-21Port #3353 from CitrafearlessTobi
2018-08-11core: Namespace EmuWindowLioncash
2018-08-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classLioncash
2018-03-22renderer: Create rasterizer and cleanup.bunnei
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-02-12VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2015-12-20VideoCore: Sync state after changing rasterizersYuri Kunde Schlesner
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner