summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2016-06-20analytics: Report OpenGL's adapter name too.Scott Mansell
2016-05-30[OGL] Workaround nvidia being weird with GL_MAX_TEXTURE_SIZEAnthony Serna
2016-05-26Fix building with PCH disabled.Rohit Nirmal
2016-05-19OGL: Work around slowdown of glMapBufferRange with SSBO on NVIDIA driversStenzek
2016-05-11OGL: Use coherent mapping on Qualcomm devices.degasus
2016-05-11OGL: Drop QC ES3.1 workaround.degasus
2016-05-08D3D12: Implement XFB encoding/decoding (support Real XFB)Stenzek
2016-03-26Merge pull request #3672 from EmptyChaos/d3d-anisotropyPierre Bourdon
2016-03-26OpenGL: Cache query to max texture size.Scott Mansell
2016-03-24VideoCommon: Refactor TexMode0 mipmaps disabled test into a helper functionEmptyChaos
2016-03-24VideoBackends: Do not use Anisotropy on Point filtered textures.EmptyChaos
2016-02-14Copy all layers of textures with CopyRectangleFromTexturemimimi085181
2016-01-28Merge pull request #3426 from Sonicadvance1/ES_fix_framedumpRyan Houdek
2016-01-25Fifo: Make g_bSkipCurrentFrame a TU-local variableLioncash
2016-01-24OpcodeDecoder: Add namespaceLioncash
2016-01-20Merge pull request #3518 from Sonicadvance1/blacklist_sandyPierre Bourdon
2016-01-20Blacklist Sandy Bridge on mesa from using geometry shaders.Ryan Houdek
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2016-01-12Merge VideoBackendHardware into VideoBackend.degasus
2016-01-10[Android] Add support for rotation and minimizing the applicationRyan Houdek
2016-01-10Merge pull request #3439 from Armada651/depth-rangePierre Bourdon
2016-01-09Disable geometry shaders on mesa AMD/ATI drivers.Ryan Houdek
2016-01-09Add support for framedumping to OpenGL ES.Ryan Houdek
2016-01-09Merge pull request #3451 from RisingFog/libavPierre Bourdon
2016-01-07Use ffmpeg for Windows Video Dumping instead of VFWChris Burgener
2016-01-07FrameBufferManager: Fix typo in stereoscopic MSAA shader.Jules Blok
2016-01-06VideoConfig: Use "GFX.ini" for both D3D and OGL.degasus
2016-01-06Merge pull request #3428 from Sonicadvance1/proper_glextensionsRyan Houdek
2016-01-04Merge pull request #3431 from stenzek/shadercacheMathew Maidment
2016-01-04Merge pull request #3434 from lioncash/enumMarkus Wick
2016-01-04Merge pull request #3430 from lioncash/compareMarkus Wick
2016-01-03OGL: Correct unique_ptr typesLioncash
2016-01-03Render: Clamp the z range to the full range.Jules Blok
2016-01-02VideoBackend: Get rid of a boolean globalLioncash
2016-01-02OnScreenDisplay: Make CallbackType an enum classLioncash
2016-01-02Make GLExtensions no longer require slghtly modified GL headers.Ryan Houdek
2016-01-02ShaderGen: Remove virtual methods from ShaderGeneratorInterface, move string ...Stenzek
2016-01-01ProgramShaderCache: Simplify SHADERUID comparison operatorsLioncash
2016-01-01Merge pull request #3336 from Sonicadvance1/improve_glextensionsRyan Houdek
2015-12-30Merge pull request #3361 from stenzek/d3d-vectored-efb-pokesMarkus Wick
2015-12-29TextureCache, fix an incorrect assert.Scott Mansell
2015-12-28Merge pull request #3381 from Armada651/revert-3076Markus Wick
2015-12-26ShaderGeneration: Get rid of static buffersLioncash
2015-12-23OGL: Fix for black framebuffer when resolution/msaa mode changesStenzek
2015-12-22Render: Get rid of explicit new and deleteLioncash
2015-12-23Revert "Merge pull request #3076 from void-ghost/stereo3d_presets"Jules Blok
2015-12-22FramebufferManager: Get rid of raw new and deleteLioncash
2015-12-21FramebufferManagerBase: Get rid of explicit delete and newLioncash
2015-12-21StreamBuffer: Make factory function return a std::unique_ptrLioncash