summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_base.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei1-0/+1
2022-10-07video_core: don't block rendering on screenshotsLiam1-1/+7
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-04-18bootmanager: Don't create another screenshot request if previous one is not done yetgerman771-0/+4
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-07-29renderers: Add explicit invert_y bool to screenshot callbackameerj1-1/+1
2021-07-24renderer_base: Removed redundant settingsameerj1-3/+0
2021-07-24general: Rename "Frame Limit" references to "Speed Limit"ameerj1-1/+1
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp1-1/+3
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
2019-03-06video_core/engines: Remove unnecessary includesLioncash1-0/+1
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei1-0/+12
2018-11-13video_core/renderer_base: Remove GL include from the renderer base class filesLioncash1-1/+0
2018-09-09Port Citra #4047 & #4052: add change background color supporttech4me1-0/+1
2018-08-21renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselvesLioncash1-8/+0
2018-08-21Port #3353 from CitrafearlessTobi1-1/+1
2018-08-12core: Namespace EmuWindowLioncash1-1/+1
2018-08-11video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash1-4/+15
2018-08-04video_core: Eliminate the g_renderer global variableLioncash1-0/+4
2018-08-02video_core: Make global EmuWindow instance part of the base renderer classLioncash1-3/+11
2018-03-23renderer: Create rasterizer and cleanup.bunnei1-1/+6
2018-01-13Remove references to PICA and rasterizers in video_coreJames Rowe1-14/+1
2017-02-13VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner1-1/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-2/+2
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-2/+1
2016-04-21HWRasterizer: Texture forwardingtfarley1-2/+0
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage1-4/+2
2015-12-21VideoCore: Sync state after changing rasterizersYuri Kunde Schlesner1-0/+1
2015-12-08VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner1-0/+28