summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_base.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-09nvnflinger/gpu: implement applet captureLiam
2024-01-31nvnflinger/gpu: implement layer stack compositionLiam
2023-10-02vk_present_manager: recreate surface on any surface lossLiam
2023-06-03android: renderer_vulkan: Fix crash with surface recreation.bunnei
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-04-18bootmanager: Don't create another screenshot request if previous one is not d...german77
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2021-07-28renderers: Add explicit invert_y bool to screenshot callbackameerj
2021-07-23renderer_base: Removed redundant settingsameerj
2021-06-20video_core: Add GPU vendor name to window title barameerj
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2020-11-17render_base: Make use of [[nodiscard]] where applicableLioncash
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-25renderer_opengl: Add texture mailbox support for presenter thread.bunnei
2019-08-21gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-09-08Port Citra #4047 & #4052: add change background color supporttech4me
2018-08-20renderer_base: Make creation of the rasterizer, the responsibility of the ren...Lioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-08-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash
2018-08-10renderer_base: Remove unused kFramebuffer enumerationLioncash
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