summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_base.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* bootmanager: Don't create another screenshot request if previous one is not done yetgerman772022-04-181-0/+3
* general: Replace NonCopyable struct with equivalentsLioncash2022-02-021-2/+6
* renderers: Add explicit invert_y bool to screenshot callbackameerj2021-07-291-2/+2
* renderer_base: Removed redundant settingsameerj2021-07-241-3/+0
* video_core: Add GPU vendor name to window title barameerj2021-06-211-0/+2
* gpu: Report renderer errors with exceptionsReinUsesLisp2021-02-131-15/+2
* render_base: Make use of [[nodiscard]] where applicableLioncash2020-11-171-11/+11
* renderer_opengl: Remove emulated mailbox presentationReinUsesLisp2020-09-201-5/+0
* video_core: Initialize renderer with a GPUReinUsesLisp2020-08-221-3/+14
* Frontend/GPU: Refactor context managementJames Rowe2020-03-251-1/+2
* renderer_opengl: Add texture mailbox support for presenter thread.bunnei2020-02-261-3/+7
* gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp2019-08-211-2/+1
* yuzu, video_core: Screenshot functionalityzhupengfei2018-12-181-0/+27
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-2/+4
* Port Citra #4047 & #4052: add change background color supporttech4me2018-09-091-0/+1
* renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselvesLioncash2018-08-211-3/+0
* core: Namespace EmuWindowLioncash2018-08-121-2/+4
* video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash2018-08-111-5/+16
* renderer_base: Remove unused kFramebuffer enumerationLioncash2018-08-111-3/+0
* renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash2018-08-041-2/+6
* video_core: Eliminate the g_renderer global variableLioncash2018-08-041-2/+6
* video_core: Make global EmuWindow instance part of the base renderer classLioncash2018-08-021-9/+6
* 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
* 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: 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
* | Improve error report from Init() functionsLittleWhite2016-03-081-1/+1
|/
* VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner2015-12-081-2/+6
* 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
* 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