aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/renderer_opengl.cpp
AgeCommit message (Expand)Author
2017-07-17telemetry: Log performance, configuration, and system data.bunnei
2017-05-27OpenGL: Remove unused RendererOpenGL fieldsYuri Kunde Schlesner
2017-02-26Core: Re-write frame limiterYuri Kunde Schlesner
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26Remove built-in (non-Microprofile) profilerYuri Kunde Schlesner
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2016-12-23core: Move emu_window and key_map into coreMerryMage
2016-11-05Add default hotkey to swap primary screens.James Rowe
2016-11-05Support additional screen layouts.James Rowe
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-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-03-08Improve error report from Init() functionsLittleWhite
2016-02-05renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types.bunnei
2016-02-02OpenGL: Downgrade GL_DEBUG_SEVERITY_NOTIFICATION to Debug logging levelYuri Kunde Schlesner
2016-01-12Merge pull request #1196 from linkmauve/khr_debugbunnei
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
2015-11-18FragShader: Use an UBO instead of several individual uniformsSubv
2015-10-24OpenGL: Log GL_KHR_debug messages we receiveEmmanuel Gil Peyrot
2015-10-21renderer_opengl: Refactor shader generation/caching to be more organized + va...bunnei
2015-09-16general: Silence some warnings when using clangLioncash
2015-09-11video_core: Reorganize headersLioncash
2015-09-11video_core: Remove unnecessary includes from headersLioncash
2015-08-30Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner
2015-08-05OpenGL: Remove redundant texture.enable_2d field from OpenGLStateYuri Kunde Schlesner
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-16VideoCore: Log the GL driver’s vendor and renderer.Emmanuel Gil Peyrot
2015-06-08Liberal texture unbind (clout menu)tfarley
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22OpenGL renderertfarley
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-03Allow the user to set the background clear color during emulationarchshift
2015-03-10Merge pull request #629 from archshift/lcdfbbunnei
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-07Merge pull request #636 from bunnei/refactor-screen-winbunnei
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-15video_core: Implement the remaining framebuffer formats in the OpenGL renderer.Emmanuel Gil Peyrot
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-01-14GSP: Update framebuffer info on all interruptsYuri Kunde Schlesner
2015-01-07GSP: Toggle active framebuffer each framebunnei