aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/video_core.cpp
AgeCommit message (Expand)Author
2019-11-08video_core: Silence implicit conversion warningsReinUsesLisp
2019-04-11video_core/gpu: Create threads separately from initializationLioncash
2019-02-06gl_shader_disk_cache: Pass core system as argument and guard against games wi...ReinUsesLisp
2019-01-26video_core: Silent implicit conversion warningReinUsesLisp
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-08-22renderer_opengl: Namespace OpenGL codeLioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-08-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-25video-core: Move logging macros over to new fmt-capable onesLioncash
2018-03-26renderer_opengl: Logging, etc. cleanup.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-01-07config: Add option for specifying screen resolution scale factor.bunnei
2016-12-06Implement Frame rate limiter (#2223)emmauss
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-29config: Add a setting for graphics V-Sync.bunnei
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-21Config: Add scaled resolution optiontfarley
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-08Improve error report from Init() functionsLittleWhite
2015-12-30video_core: Make the renderer global a unique_ptrLioncash
2015-09-11video_core: Reorganize headersLioncash
2015-08-15Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-22OpenGL renderertfarley
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2014-12-20License changepurpasmart96
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-09-07Dead code removal: video_core.cpp, load_symbol_map.cpparchshift
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner
2014-08-25Fix the threading for GL Context in Qt5.Sacha
2014-08-12Use glewExperimental on Linux in order to fix GLFW-modearchshift
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift
2014-05-19Improved clarity and whitespacearchshift
2014-04-30Fixed indentsarchshift
2014-04-30OpenGL 3+ on OSX with GLFWarchshift
2014-04-10cleaned up some logging messagesbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei