summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/Render.cpp
AgeCommit message (Expand)Author
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
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-25BPMemory: Make use of BitField in a number of structures.Tony Wasserka
2014-03-25BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...Tony Wasserka
2014-03-20Merge pull request #167 from neobrain/ogl-efbpokesRyan Houdek
2014-03-14OpenGL: Implement color and z pokes.Tony Wasserka
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-26remove (ATTR|VARY)(IN|OUT) macrosdegasus
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Merge pull request #37 from degasus/VideoCommonApiFixesTony Wasserka