summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/Render.cpp
AgeCommit message (Expand)Author
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
2014-02-16Remove the old MMIO access "interface".Pierre Bourdon
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-13Turn loops into range-based formTillmann Karras
2014-02-01OGL: remove ubo workarounddegasus
2014-01-31VideoCommon: remove Cache Displaylistdegasus
2014-01-29[Android] Fix Adreno v53 development drivers rotating framebufferRyan Houdek
2014-01-28OGL: remove version check for buffer_storage on windowsdegasus
2014-01-26BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs ...crudelios
2014-01-23OpenGL: remove unused OpenGL headersdegasus
2014-01-23OpenGL: Stream vertices + indicesdegasus
2014-01-17[GLExtensions] fixup for missing changes on rebasedegasus
2014-01-17[GLExtensions] Pull in all the function pointers for OpenGL 1.1, This removes...Ryan Houdek
2014-01-17[GLExtensions] Oops. Don't just outright disable these helper functions.Ryan Houdek
2014-01-17[GLExtensions] KHR_debug on OpenGL ES 3 has a KHR suffix on their function po...Ryan Houdek
2014-01-17[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely f...Ryan Houdek
2014-01-09VideoCommon: disable efb access + perf querys on cph threaddegasus
2014-01-07Fix for previous commit. I was supposed to use GL_VERSION, not GL_RENDERER.Ryan Houdek
2014-01-07Probe the GL_RENDERER string on Nvidia to grab the driver version.Ryan Houdek
2014-01-05OpenGL: use shader 420pack if available to staticly bind ubo locationdegasus
2014-01-01Merge Fail. We don't disable BaseVertex on broken pinned memory.Ryan Houdek
2013-12-31Merge branch 'master' into buffer_storageRyan Houdek