summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2016-09-09OGL: Remove unnecessary c_str callsLioncash
2016-09-07EFB2RAM: Downsample higher resolutions with linear filtering.Scott Mansell
2016-08-31OGL: Remove unnecessary renderer global referencesLioncash
2016-08-23OGL: Handle cases where reversed depth is already used.Jules Blok
2016-08-22VertexManager: Correct variable naming schemeLioncash
2016-08-20Merge pull request #4129 from RisingFog/hahahahahahahahahahaScott Mansell
2016-08-19Fix a really stupid GLSL version parsing bugChris Burgener
2016-08-19Merge pull request #3386 from lioncash/memoryJosJuice
2016-08-18OGL: Workaround gl_ClipDistance bug on Mesa i965.Jules Blok
2016-08-16Improve documentation.Jules Blok
2016-08-15Cosmetics.Jules Blok
2016-08-15DriverDetails: Add bug for broken gl_ClipDistance on i965.Jules Blok
2016-08-15VideoCommon: Add a user-defined far clipping plane.Jules Blok
2016-08-15OGL: Disable clip distance on when not in a game-like state.Jules Blok
2016-08-15OGL: Check for GL_DEPTH_CLAMP support.Jules Blok
2016-08-15VertexShaderGen: Use reversed depth range.Jules Blok
2016-08-15VideoBackends: Enable depth clamping.Jules Blok
2016-08-15VertexShaderGen: Clip z using user-defined clipping planes.Jules Blok
2016-08-15VideoCommon: Implement depth range equation in vertex shader.Jules Blok
2016-08-07Common: namespace MemoryUtilLioncash
2016-07-29VideoCommon: Make API_TYPE an enum classLioncash
2016-06-26VideoCommon: Drop GetConfigName.degasus
2016-06-26VideoBackends: Merge ShowConfig functions.degasus
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-26Remove the rest of ShaderDebugging.Scott Mansell
2016-06-26Multithreadded Shadergen: Minor fixups.Scott Mansell
2016-06-26Remove UID Checker.Scott Mansell
2016-06-26Multithreadded Shadergen: Second pass over Pixel Shadergen.Scott Mansell
2016-06-26Multithreadded Shadergen: Second Pass over vertex/lighting ShadergensScott Mansell
2016-06-26Multithreadded Shadergen: Second Pass over geometery ShadergenScott Mansell
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
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