aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_base.h
AgeCommit message (Expand)Author
2018-08-04renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash
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-22video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei
2018-03-22renderer: Create rasterizer and cleanup.bunnei
2018-02-11renderer_opengl: Support framebuffer flip vertical.bunnei
2018-01-14renderer: Render previous frame when no new one is available.bunnei
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2018-01-10renderer_opengl: Support rendering Switch framebuffer.bunnei
2018-01-10render_base: Add a struct describing framebuffer metadata.bunnei
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-03-09Merge pull request #1474 from lioncash/rendererbunnei
2016-03-08renderer_base: In-class initialize variablesLioncash
2016-03-08render_base: Clarify/normalize getter functionsLioncash
2016-03-08renderer_base: Don't directly expose the rasterizer unique_ptrLioncash
2016-03-08Improve error report from Init() functionsLittleWhite
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-05-22OpenGL renderertfarley
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-10-12Remove virtual inheritance from RendererOpenGLYuri Kunde Schlesner
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei