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.cpp
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
2023-07-18
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-06-03
core: frontend: Refactor GraphicsContext to its own module.
bunnei
2022-10-07
video_core: don't block rendering on screenshots
Liam
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-03-19
video_core: Reduce unused includes
ameerj
2021-07-28
renderers: Add explicit invert_y bool to screenshot callback
ameerj
2021-07-23
renderer_base: Removed redundant settings
ameerj
2021-07-23
general: Rename "Frame Limit" references to "Speed Limit"
ameerj
2021-04-14
common: Move settings to common from core.
bunnei
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2019-03-05
video_core/engines: Remove unnecessary includes
Lioncash
2018-12-18
yuzu, video_core: Screenshot functionality
zhupengfei
2018-11-13
video_core/renderer_base: Remove GL include from the renderer base class files
Lioncash
2018-09-08
Port Citra #4047 & #4052: add change background color support
tech4me
2018-08-22
Merge pull request #840 from FearlessTobi/port-3353
bunnei
2018-08-20
renderer_base: Make creation of the rasterizer, the responsibility of the ren...
Lioncash
2018-08-21
Port #3353 from Citra
fearlessTobi
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-10
video_core; Get rid of global g_toggle_framelimit_enabled variable
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
renderer: Create rasterizer and cleanup.
bunnei
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2017-02-12
VideoCore: Move software rasterizer files to sub-directory
Yuri Kunde Schlesner
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2015-12-20
VideoCore: Sync state after changing rasterizers
Yuri Kunde Schlesner
2015-12-07
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner