summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_base.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* render_base: Clarify/normalize getter functionsLioncash2016-03-091-2/+2
|
* renderer_base: Don't directly expose the rasterizer unique_ptrLioncash2016-03-091-2/+5
| | | | | There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer.
* VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner2015-12-081-2/+6
| | | | | | 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.
* Core: Cleanup hw includes.Emmanuel Gil Peyrot2015-06-281-0/+2
|
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-0/+2
|
* OpenGL renderertfarley2015-05-231-0/+4
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+1
|
* License changepurpasmart962014-12-211-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
|
* Remove virtual inheritance from RendererOpenGLYuri Kunde Schlesner2014-10-121-1/+1
| | | | Also make destructor virtual so that instances are properly destructed.
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-281-3/+1
|
* fixed project includes to use new directory structurebunnei2014-04-091-2/+1
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+58