summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/Render.cpp
AgeCommit message (Expand)Author
2014-11-21Adds support for OpenGL ES draw_elements_base_vertex.Ryan Houdek
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-11-02Merge pull request #1161 from rohit-n/ogl-vectorskidau
2014-10-29OGL: Use unique_ptr instead of pointer when taking screenshot.Rohit Nirmal
2014-10-29Removes Qualcomm's rotated framebuffer bug from DriverDetails.Ryan Houdek
2014-10-28Create userdir/Dump/Frames as needed.comex
2014-10-26OGL: Get rid of error macrosLioncash
2014-10-25Merge pull request #1322 from degasus/ogl-ppskidau
2014-10-23Enables EarlyZ support in OpenGL ES 3.1.Ryan Houdek
2014-10-23OGL: force enable postprocessingdegasus
2014-10-17Moved Input Display to Movie MenuFog
2014-10-15Merge pull request #1272 from RisingFog/sconfig-dump-framesskidau
2014-10-14Don't pass u64 (which may be long long) to %lu.comex
2014-10-12Move bDumpFrames to SConfig (and it's references)Fog
2014-10-06Merge pull request #1214 from rohit-n/format-warningskidau
2014-10-05Merge pull request #1206 from comex/amperspocalypseskidau
2014-10-03OGL: Silence string format warnings.Rohit Nirmal
2014-10-02Change a bunch of reference function arguments to pointers.comex
2014-09-30Add on screen frame counter.Rachel Bryk
2014-09-25Cleanup Renderer::CalculateTargetSize(), and allow IRs higher than 4x to be s...Rachel Bryk
2014-09-19WIP XFB scaling.magumagu
2014-09-05Merge pull request #972 from Sonicadvance1/fix-intel-windowsshuffle2
2014-09-04Work around Intel's failings with with buffer_storageSonicadvance1
2014-09-03Don't switch to a vertex array object of 0.comex
2014-08-19msvc: resolve all warnings in VideoBackends/OGL.Shawn Hoffman
2014-08-17Merge pull request #790 from lioncash/ogl-cleanupLioncash
2014-08-16OGL: Removed some unnecessary preprocessor directives from Render.cpp.Lioncash
2014-08-15OGL: Fix brace and body placementsLioncash
2014-08-13Change OpenGL's post processing to use the new VideoCommon PP object.Ryan Houdek
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-07-18Merge pull request #595 from Armada651/pref_logDolphin Bot
2014-07-16Turn the FPSCounter namespace into a class.Jules Blok
2014-07-13Fix warnings unearthed by #579Tillmann Karras
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-07-10Move FPSCounter calls to RenderBase.Jules Blok
2014-07-02FPS counter cleanupLioncash
2014-06-15Remove EmuWindow.Armada
2014-06-06Fix OpenGL ES version detection.Ryan Houdek
2014-06-05OGL: speed up the EFB cachedegasus
2014-05-25Use strings instead of arbitrary buffers for video statisticsLioncash
2014-05-19ogl: use ARB_texture_multisample for msaadegasus
2014-05-19ogl: drop csaa supportdegasus
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-04-18Change to ARM's naming convention in DriverDetails.Ryan Houdek
2014-04-14Merge pull request #263 from Sonicadvance1/DetermineMaliVersionMatthew Parlane
2014-04-12OpenGL backend: remove useless header Globals.h.magumagu
2014-04-11Support checking for the Mali-T7xx line of GPUs.Ryan Houdek
2014-04-11Add the ability to determine the Mali driver version.Ryan Houdek
2014-04-03Add initial support for GLSL ES 3.10.Ryan Houdek