39 Commits (61ba55fcc19e90b8541e7abc98d19c33e4c86e7d)

Author SHA1 Message Date
James Rowe b37d69e5e1 Frontend/GPU: Refactor context management 6 years ago
bunnei 361819a125 renderer_opengl: Add texture mailbox support for presenter thread. 6 years ago
ReinUsesLisp d762e37a18 gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig 6 years ago
zhupengfei 2dbb90ed65 yuzu, video_core: Screenshot functionality 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
tech4me 2855533e5a Port Citra #4047 & #4052: add change background color support 7 years ago
Lioncash d18dda762c renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 7 years ago
Lioncash 53e86e35eb core: Namespace EmuWindow 7 years ago
Lioncash 38049444da video_core; Get rid of global g_toggle_framelimit_enabled variable 7 years ago
Lioncash 0170c296f2 renderer_base: Remove unused kFramebuffer enumeration 7 years ago
Lioncash 69bbe31ca8 renderer_base: Make Rasterizer() return the rasterizer by reference 8 years ago
Lioncash 49dc22f84e video_core: Eliminate the g_renderer global variable 8 years ago
Lioncash 153a00ebc0 video_core: Make global EmuWindow instance part of the base renderer class 8 years ago
bunnei 6babc57354 video_core: Move FramebufferInfo to FramebufferConfig in GPU. 8 years ago
bunnei c388741f12 renderer: Create rasterizer and cleanup. 8 years ago
bunnei 1926a0d478 renderer_opengl: Support framebuffer flip vertical. 8 years ago
bunnei f0bccde0a0 renderer: Render previous frame when no new one is available. 8 years ago
James Rowe a5b9cd4d18 Remove references to PICA and rasterizers in video_core 8 years ago
bunnei 0ffcc1190e renderer_opengl: Support rendering Switch framebuffer. 8 years ago
bunnei 14fe63772f render_base: Add a struct describing framebuffer metadata. 8 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
Lioncash 451cd3e77d renderer_base: In-class initialize variables 10 years ago
Lioncash b759bf3513 render_base: Clarify/normalize getter functions 10 years ago
Lioncash c9f47a9b3c renderer_base: Don't directly expose the rasterizer unique_ptr 10 years ago
LittleWhite 59fe02348a Improve error report from Init() functions 10 years ago
Yuri Kunde Schlesner 102d39fe20 VideoCore: Unify interface to OpenGL and SW rasterizers 10 years ago
Emmanuel Gil Peyrot 4964a359e1 Core: Cleanup hw includes. 11 years ago
Emmanuel Gil Peyrot 45c4781544 CitraQt: Cleanup includes. 11 years ago
tfarley 05dc633a8c OpenGL renderer 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Yuri Kunde Schlesner 787a1b047c Remove virtual inheritance from RendererOpenGL 11 years ago
bunnei a48c6b947d removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class 12 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 12 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 12 years ago
bunnei ef7cfa0207 fixed license header in video_core 12 years ago
bunnei 8c60294243 - removed lots of unused code from gekko 12 years ago
bunnei 080f847550 added initial renderer code 12 years ago
bunnei 23506defe3 added video_core project to solution 12 years ago