index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_base.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-19
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
1
-2
/
+2
2023-06-03
core: frontend: Refactor GraphicsContext to its own module.
bunnei
1
-0
/
+1
2022-10-07
video_core: don't block rendering on screenshots
Liam
1
-1
/
+7
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-3
/
+2
2022-04-18
bootmanager: Don't create another screenshot request if previous one is not done yet
german77
1
-0
/
+4
2022-03-19
video_core: Reduce unused includes
ameerj
1
-1
/
+0
2021-07-29
renderers: Add explicit invert_y bool to screenshot callback
ameerj
1
-1
/
+1
2021-07-24
renderer_base: Removed redundant settings
ameerj
1
-3
/
+0
2021-07-24
general: Rename "Frame Limit" references to "Speed Limit"
ameerj
1
-1
/
+1
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
1
-1
/
+3
2020-07-10
configuration: implement per-game configurations (#4098)
lat9nq
1
-1
/
+1
2019-03-06
video_core/engines: Remove unnecessary includes
Lioncash
1
-0
/
+1
2018-12-18
yuzu, video_core: Screenshot functionality
zhupengfei
1
-0
/
+12
2018-11-13
video_core/renderer_base: Remove GL include from the renderer base class files
Lioncash
1
-1
/
+0
2018-09-09
Port Citra #4047 & #4052: add change background color support
tech4me
1
-0
/
+1
2018-08-21
renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves
Lioncash
1
-8
/
+0
2018-08-21
Port #3353 from Citra
fearlessTobi
1
-1
/
+1
2018-08-12
core: Namespace EmuWindow
Lioncash
1
-1
/
+1
2018-08-11
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
1
-4
/
+15
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
1
-0
/
+4
2018-08-02
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
1
-3
/
+11
2018-03-23
renderer: Create rasterizer and cleanup.
bunnei
1
-1
/
+6
2018-01-13
Remove references to PICA and rasterizers in video_core
James Rowe
1
-14
/
+1
2017-02-13
VideoCore: Move software rasterizer files to sub-directory
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-2
/
+2
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
1
-2
/
+1
2016-04-21
HWRasterizer: Texture forwarding
tfarley
1
-2
/
+0
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
1
-4
/
+2
2015-12-21
VideoCore: Sync state after changing rasterizers
Yuri Kunde Schlesner
1
-0
/
+1
2015-12-08
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
1
-0
/
+28