index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_base.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-09
nvnflinger/gpu: implement applet capture
Liam
2024-01-31
nvnflinger/gpu: implement layer stack composition
Liam
2023-10-02
vk_present_manager: recreate surface on any surface loss
Liam
2023-06-03
android: renderer_vulkan: Fix crash with surface recreation.
bunnei
2023-06-03
core: frontend: Refactor GraphicsContext to its own module.
bunnei
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-04-18
bootmanager: Don't create another screenshot request if previous one is not d...
german77
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
2021-07-28
renderers: Add explicit invert_y bool to screenshot callback
ameerj
2021-07-23
renderer_base: Removed redundant settings
ameerj
2021-06-20
video_core: Add GPU vendor name to window title bar
ameerj
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
2020-11-17
render_base: Make use of [[nodiscard]] where applicable
Lioncash
2020-09-20
renderer_opengl: Remove emulated mailbox presentation
ReinUsesLisp
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
2020-02-25
renderer_opengl: Add texture mailbox support for presenter thread.
bunnei
2019-08-21
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2018-12-18
yuzu, video_core: Screenshot functionality
zhupengfei
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-09-08
Port Citra #4047 & #4052: add change background color support
tech4me
2018-08-20
renderer_base: Make creation of the rasterizer, the responsibility of the ren...
Lioncash
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-10
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-10
renderer_base: Remove unused kFramebuffer enumeration
Lioncash
2018-08-04
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-03-22
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
renderer: Create rasterizer and cleanup.
bunnei
2018-02-11
renderer_opengl: Support framebuffer flip vertical.
bunnei
2018-01-14
renderer: Render previous frame when no new one is available.
bunnei
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-10
renderer_opengl: Support rendering Switch framebuffer.
bunnei
2018-01-10
render_base: Add a struct describing framebuffer metadata.
bunnei
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-03-09
Merge pull request #1474 from lioncash/renderer
bunnei
2016-03-08
renderer_base: In-class initialize variables
Lioncash
2016-03-08
render_base: Clarify/normalize getter functions
Lioncash
2016-03-08
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-08
Improve error report from Init() functions
LittleWhite
2015-12-07
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-06-28
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
2015-06-28
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-05-22
OpenGL renderer
tfarley
[next]