summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_base.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei2018-03-231-31/+2
|
* renderer: Create rasterizer and cleanup.bunnei2018-03-231-1/+6
|
* renderer_opengl: Support framebuffer flip vertical.bunnei2018-02-121-0/+1
|
* renderer: Render previous frame when no new one is available.bunnei2018-01-151-1/+2
|
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-6/+1
|
* renderer_opengl: Support rendering Switch framebuffer.bunnei2018-01-111-2/+5
|
* render_base: Add a struct describing framebuffer metadata.bunnei2018-01-111-0/+26
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-8/+3
|
* Merge pull request #1474 from lioncash/rendererbunnei2016-03-091-9/+9
|\ | | | | renderer_base: Minor changes
| * renderer_base: In-class initialize variablesLioncash2016-03-091-5/+2
| |
| * 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.
* | Improve error report from Init() functionsLittleWhite2016-03-081-1/+1
|/ | | | Add error popup when citra initialization failed
* 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