summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2014-07-04Change the comments to be more detailed.Justin Chadwick
2014-07-03Place pinned memory as top priorityJustin Chadwick
2014-07-02FPS counter cleanupLioncash
2014-06-27Statistics: Reformat stats stringdegasus
2014-06-27VideoCommon: remove unused statsdegasus
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-18Kill off replaceable usages of s[n]printf.Lioncash
2014-06-15Remove EmuWindow.Armada
2014-06-06Fix OpenGL ES version detection.Ryan Houdek
2014-06-05OGL: speed up the EFB cachedegasus
2014-06-05OGL-StreamBuffer: replace size_t with u32degasus
2014-06-05OGL-StreamBuffer: move alignment to callerdegasus
2014-06-05OGL-StreamBuffer: make the SLOT calculation much easierdegasus
2014-06-05OGL-StreamBuffer: allocate fences in StreamBuffer directlydegasus
2014-06-05OGL-StreamBuffer: don't use coherent mappingdegasus
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-05-25Use strings instead of arbitrary buffers for video statisticsLioncash
2014-05-19ogl: pixel format shader without resolvingdegasus
2014-05-19ogl: use ARB_texture_multisample for msaadegasus
2014-05-19ogl: add ARB_texture_multisampledegasus
2014-05-19ogl: drop NV_framebuffer_multisample_coveragedegasus
2014-05-19ogl: drop csaa supportdegasus
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-13OGL/VertexManager: Remove unnused m_CurrentVertexFmtJens Nyberg
2014-05-06Merge pull request #185 from degasus/shader-cleanupTony Wasserka
2014-05-05OpenGL: delete unused function parameter in TextureConverter.magumagu
2014-05-05ogl: fix signed vs unsigned comparison warningdegasus
2014-04-30Changes posmtx vertex attribute to integer.Ryan Houdek
2014-04-30Fixes glVertexAttribIPointer on GLES.Ryan Houdek
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-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