aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_base.h
AgeCommit message (Collapse)Author
2016-03-09Merge pull request #1474 from lioncash/rendererbunnei
renderer_base: Minor changes
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
There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer.
2016-03-08Improve error report from Init() functionsLittleWhite
Add error popup when citra initialization failed
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
This removes explicit checks sprinkled all over the codebase to instead just have the SW rasterizer expose an implementation with no-ops for most operations.
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
or generated
2014-10-12Remove virtual inheritance from RendererOpenGLYuri Kunde Schlesner
Also make destructor virtual so that instances are properly destructed.
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