summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2014-04-14Merge pull request #263 from Sonicadvance1/DetermineMaliVersionMatthew Parlane
2014-04-12OpenGL backend: remove useless header Globals.h.magumagu
2014-04-12OpenGL config: clear backend_info.Adapters on initmagumagu
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-11VideoBackend: remove unused config vars.magumagu
2014-04-03Add initial support for GLSL ES 3.10.Ryan Houdek
2014-03-30Merge pull request #222 from comex/more-clang-fixesPierre Bourdon
2014-03-30Fix harmless warnings.comex
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-18OGL/VertexManager: Do not check if g_nativeVertexFmt is zeroJens Nyberg
2014-03-18OGL/VertexManager: Minor cleanup of if caseJens Nyberg
2014-03-17More range-based loops and overridesTillmann Karras
2014-03-15Merge pull request #164 from lioncash/cstr-cullPierre Bourdon
2014-03-14OpenGL: Implement color and z pokes.Tony Wasserka
2014-03-14PixelShaderGen: Use integer math for alpha testing.Tony Wasserka
2014-03-14OGL: Force highp for integers.Tony Wasserka
2014-03-14OGL: Remove some dead code.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-03-09clang-modernize -add-overrideTillmann Karras
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-26comment fixesdegasus
2014-02-26remove (ATTR|VARY)(IN|OUT) macrosdegasus
2014-02-26ogl: optimize real xfb a bitdegasus
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-17Merge pull request #55 from Sonicadvance1/GLExt-InitArrayPierre Bourdon
2014-02-16Change OpenGL extension initialization in to a big arrayRyan Houdek
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-15move perfquery enable checks into videocommon (caller side)degasus
2014-02-15rename UpdateViewport to SetViewport like all others setters in RenderBase.hdegasus
2014-02-15fix ogl video config crashdegasus
2014-02-15move shared parts from VertexManager::vFlush into VideoCommondegasus
2014-02-15Kill off some usages of the ArraySize macro.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-08Cleanup GLExtensions on how it fails.Ryan Houdek
2014-02-08Improve GLExtensions compile time.Ryan Houdek
2014-02-01OGL: remove ubo workarounddegasus
2014-01-31Merge pull request #11 from degasus/VertexLoaderCleanupTony Wasserka