summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_base.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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