summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/Render.h
AgeCommit message (Expand)Author
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-07Use ffmpeg for Windows Video Dumping instead of VFWChris Burgener
2016-01-01Merge pull request #3336 from Sonicadvance1/improve_glextensionsRyan Houdek
2015-12-20VideoCommon: Change PokeEFB to take a pointer rather than a vectorStenzek
2015-12-13[OGL] Update extension checks in Render.Ryan Houdek
2015-11-24VideoCommon: Create default implementation for state settersdegasus
2015-11-19Enable Anisotropic filtering in ES.Ryan Houdek
2015-11-05Remove the "Show EFB Copy Regions" debug option.Scott Mansell
2015-10-18Support Conservative Depth as a fallback for EarlyZScott Mansell
2015-09-06VideoBackends: Reimplement SSAA, now for D3D + OGLdegasus
2015-09-05Properly support MSAA and SSAA as separate features(+GLES)Ryan Houdek
2015-09-01[GLES] Support texture_buffer for palette texture conversion.Ryan Houdek
2015-08-26Support OpenGL ES 3.2.Ryan Houdek
2015-08-06OGL: Move copy_image variable into backend.degasus
2015-06-06Revert "Revert "OGL: Change the depth buffer type to GL_FLOAT.""Jules Blok
2015-05-25Merge pull request #2357 from degasus/ogl_efb_poke_mergeRyan Houdek
2015-05-25Add missing license headersTillmann Karras
2015-05-20Revert "OGL: Change the depth buffer type to GL_FLOAT."Jules Blok
2015-05-20OGL: reimplement poke-colordegasus
2015-05-08OGL: Change the depth buffer type to GL_FLOAT.Jules Blok
2015-03-02TextureCache: load all mipmap levels from custom texturesdegasus
2014-12-28OGL: disable driver warnings fetchdegasus
2014-12-24OGL: Support stereoscopic XFB blit to screen.Jules Blok
2014-12-20VideoCommon: merge debug test generatorsdegasus
2014-12-15VideoCommon: Merge LineGeometryShader into GeometryShaderGen.Jules Blok
2014-12-07Enables stereo rendering with OpenGL ES 3.1 + AEP.Ryan Houdek
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-09-25Cleanup Renderer::CalculateTargetSize(), and allow IRs higher than 4x to be s...Rachel Bryk
2014-09-19WIP XFB scaling.magumagu
2014-08-15OGL: Fix brace and body placementsLioncash
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-05-19ogl: use ARB_texture_multisample for msaadegasus
2014-05-19ogl: drop csaa supportdegasus
2014-04-03Add initial support for GLSL ES 3.10.Ryan Houdek
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-15merge some common parts of Swap() into VideoCommondegasus
2014-02-15use EFBRectangle for scissor rectdegasus
2014-02-15rename UpdateViewport to SetViewport like all others setters in RenderBase.hdegasus
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Merge branch 'master' into buffer_storageRyan Houdek
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre