aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/renderer_opengl.h
AgeCommit message (Expand)Author
2015-05-22OpenGL renderertfarley
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-02-15video_core: Implement the remaining framebuffer formats in the OpenGL renderer.Emmanuel Gil Peyrot
2014-12-20License changepurpasmart96
2014-11-18OpenGL Renderer: Cleanup viewport extent calculation.Tony Wasserka
2014-11-18Viewport scaling and display density independenceKevin Hartman
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-12Rework OpenGL renderer.Yuri Kunde Schlesner
2014-10-12OpenGL renderer: Shuffle initialization code around and rename functions.Yuri Kunde Schlesner
2014-10-12Remove virtual inheritance from RendererOpenGLYuri Kunde Schlesner
2014-09-08Moved common_types::Rect from common to Common namespacearchshift
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner
2014-08-28Downgrade GLSL version to 1.50 (compatible with GL 3.2)Yuri Kunde Schlesner
2014-08-26VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei
2014-08-25Rewrite of OpenGL renderer, including OS X supportKevin Hartman
2014-07-23Renderer: Fix component order in bottom framebuffer.Tony Wasserka
2014-05-19common_types: Changed BasicRect back to Rect, in the common namespacearchshift
2014-04-27Xcode complains that the class name is redundant.archshift
2014-04-27Rect to BasicRectarchshift
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-27fixed renderer to use correct framebuffer locationbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei