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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
yuzu, video_core: Screenshot functionality
zhupengfei
2018-12-18
1
-0
/
+27
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-2
/
+4
*
Port Citra #4047 & #4052: add change background color support
tech4me
2018-09-09
1
-0
/
+1
*
renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves
Lioncash
2018-08-21
1
-3
/
+0
*
core: Namespace EmuWindow
Lioncash
2018-08-12
1
-2
/
+4
*
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-11
1
-5
/
+16
*
renderer_base: Remove unused kFramebuffer enumeration
Lioncash
2018-08-11
1
-3
/
+0
*
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
1
-2
/
+6
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
1
-2
/
+6
*
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-02
1
-9
/
+6
*
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-23
1
-31
/
+2
*
renderer: Create rasterizer and cleanup.
bunnei
2018-03-23
1
-1
/
+6
*
renderer_opengl: Support framebuffer flip vertical.
bunnei
2018-02-12
1
-0
/
+1
*
renderer: Render previous frame when no new one is available.
bunnei
2018-01-15
1
-1
/
+2
*
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-13
1
-6
/
+1
*
renderer_opengl: Support rendering Switch framebuffer.
bunnei
2018-01-11
1
-2
/
+5
*
render_base: Add a struct describing framebuffer metadata.
bunnei
2018-01-11
1
-0
/
+26
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-8
/
+3
*
Merge pull request #1474 from lioncash/renderer
bunnei
2016-03-09
1
-9
/
+9
|
\
|
*
renderer_base: In-class initialize variables
Lioncash
2016-03-09
1
-5
/
+2
|
*
render_base: Clarify/normalize getter functions
Lioncash
2016-03-09
1
-2
/
+2
|
*
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-09
1
-2
/
+5
*
|
Improve error report from Init() functions
LittleWhite
2016-03-08
1
-1
/
+1
|
/
*
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-12-08
1
-2
/
+6
*
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+2
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+2
*
OpenGL renderer
tfarley
2015-05-23
1
-0
/
+4
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
Remove virtual inheritance from RendererOpenGL
Yuri Kunde Schlesner
2014-10-12
1
-1
/
+1
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-28
1
-3
/
+1
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-2
/
+1
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+58