summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Silence -Wshadow{,-uncaptured-local} warningsGravatar lat9nq2023-07-181-2/+2
* core: frontend: Refactor GraphicsContext to its own module.Gravatar bunnei2023-06-031-0/+1
* video_core: don't block rendering on screenshotsGravatar Liam2022-10-071-1/+7
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* bootmanager: Don't create another screenshot request if previous one is not d...Gravatar german772022-04-181-0/+4
* video_core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* renderers: Add explicit invert_y bool to screenshot callbackGravatar ameerj2021-07-281-1/+1
* renderer_base: Removed redundant settingsGravatar ameerj2021-07-231-3/+0
* general: Rename "Frame Limit" references to "Speed Limit"Gravatar ameerj2021-07-231-1/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* video_core: Initialize renderer with a GPUGravatar ReinUsesLisp2020-08-221-1/+3
* configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-1/+1
* video_core/engines: Remove unnecessary includesGravatar Lioncash2019-03-051-0/+1
* yuzu, video_core: Screenshot functionalityGravatar zhupengfei2018-12-181-0/+12
* video_core/renderer_base: Remove GL include from the renderer base class filesGravatar Lioncash2018-11-131-1/+0
* Port Citra #4047 & #4052: add change background color supportGravatar tech4me2018-09-081-0/+1
* Merge pull request #840 from FearlessTobi/port-3353Gravatar bunnei2018-08-221-1/+1
|\
| * Port #3353 from CitraGravatar fearlessTobi2018-08-211-1/+1
* | renderer_base: Make creation of the rasterizer, the responsibility of the ren...Gravatar Lioncash2018-08-201-8/+0
|/
* core: Namespace EmuWindowGravatar Lioncash2018-08-111-1/+1
* video_core; Get rid of global g_toggle_framelimit_enabled variableGravatar Lioncash2018-08-101-4/+15
* video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-041-0/+4
* video_core: Make global EmuWindow instance part of the base renderer classGravatar Lioncash2018-08-011-3/+11
* renderer: Create rasterizer and cleanup.Gravatar bunnei2018-03-221-1/+6
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-121-14/+1
* VideoCore: Move software rasterizer files to sub-directoryGravatar Yuri Kunde Schlesner2017-02-121-1/+1
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-2/+2
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-301-2/+1
* HWRasterizer: Texture forwardingGravatar tfarley2016-04-211-2/+0
* Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-4/+2
* VideoCore: Sync state after changing rasterizersGravatar Yuri Kunde Schlesner2015-12-201-0/+1
* VideoCore: Unify interface to OpenGL and SW rasterizersGravatar Yuri Kunde Schlesner2015-12-071-0/+28