summaryrefslogtreecommitdiffstats
path: root/src/video_core/video_core.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2021-11-20Fix screenshot dimensions when at 1x scaleameerj1-2/+0
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow1-1/+1
2020-03-25Frontend/GPU: Refactor context managementJames Rowe1-10/+1
2019-04-12video_core/gpu: Create threads separately from initializationLioncash1-0/+7
2019-02-07gl_shader_disk_cache: Pass core system as argument and guard against games without title idsReinUsesLisp1-1/+6
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei1-0/+2
2018-08-12core: Namespace EmuWindowLioncash1-1/+3
2018-08-11video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash1-5/+0
2018-08-11video_core: Remove unused Renderer enumerationLioncash1-2/+0
2018-08-04video_core: Eliminate the g_renderer global variableLioncash1-11/+9
2018-08-03video_core: Remove unimplemented Start() function prototypeLioncash1-3/+0
2018-08-02video_core: Make global EmuWindow instance part of the base renderer classLioncash1-2/+1
2018-03-23renderer: Create rasterizer and cleanup.bunnei1-0/+2
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2018-01-13Remove gpu debugger and get yuzu qt to compileJames Rowe1-2/+0
2017-05-28Move screen size constants from video_core to coreYuri Kunde Schlesner1-15/+0
2017-01-07config: Add option for specifying screen resolution scale factor.bunnei1-1/+0
2016-12-06Implement Frame rate limiter (#2223)emmauss1-0/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-7/+8
2016-04-21Config: Add scaled resolution optiontfarley1-0/+1
2016-03-08Improve error report from Init() functionsLittleWhite1-1/+1
2015-12-30video_core: Make the renderer global a unique_ptrLioncash1-2/+3
2015-08-16Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei1-1/+2
2015-06-28Common: Cleanup emu_window includes.Emmanuel Gil Peyrot1-4/+3
2015-05-23OpenGL renderertfarley1-0/+5
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+0
2015-03-07Set framebuffer layout from EmuWindow.bunnei1-1/+0
2014-12-21License changepurpasmart961-1/+1
2014-10-12Rework OpenGL renderer.Yuri Kunde Schlesner1-0/+4
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman1-0/+1
2014-04-09fixed project includes to use new directory structurebunnei1-2/+3
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed license header in video_corebunnei1-23/+3
2014-04-06added initial renderer codebunnei1-3/+14
2014-04-05added video_core project to solutionbunnei1-17/+21
2014-04-05added an "Update" method to update all hardwarebunnei1-0/+3
2014-04-05added initial support for hw.cpp modulebunnei1-0/+6
2014-04-05added hw module to interface h/w register reads/writesbunnei1-21/+9
2014-04-05- added an interface layer for ARM coresbunnei1-13/+25
2013-09-26renamed from citrus to citraShizZy1-7/+7
2013-09-14renamed project to 'citrus'ShizZy1-8/+8
2013-09-06added core and mem_map files to the projectShizZy1-12/+12
2013-08-30adding initial project layoutShizZy1-0/+35