summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2016-08-24Merge pull request #4140 from Armada651/ww-depthScott Mansell
2016-08-23OGL: Handle cases where reversed depth is already used.Jules Blok
2016-08-23D3D: Correctly invert the viewport depth range.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-10D3D11: Support texture dumping of non-zero mipmap levelsStenzek
2016-08-07Common: namespace MemoryUtilLioncash
2016-08-01Merge pull request #4073 from amaiorano/fix-d3d-debugobjectnamePierre Bourdon
2016-07-31Fix D3D::SetDebugObjectName to bind to the EFB color_read_texture rather than...amaiorano
2016-07-29VideoCommon: Make API_TYPE an enum classLioncash
2016-06-27Merge pull request #3930 from RisingFog/split_video_dump_resolutionChris Burgener
2016-06-27Fix D3D crashes/issuesChris Burgener
2016-06-27D3D: Fix crash on start with BBox enabledLéo Lam
2016-06-26VideoCommon: Drop GetConfigName.degasus
2016-06-26VideoBackends: Merge ShowConfig functions.degasus
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-26Merge pull request #3513 from phire/make_hdkr_happyScott Mansell
2016-06-26Add missing overridecomex
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-25Null: Create Visual Studio project file.degasus
2016-06-25nullvideo: initial release of null video backenddegasus
2016-06-24Fix D3D12 headers missing includes.Pierre Bourdon
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-19D3D11: Fix CPU EFB color reads when MSAA is enabledStenzek
2016-05-19OGL: Work around slowdown of glMapBufferRange with SSBO on NVIDIA driversStenzek
2016-05-18Merge pull request #3832 from degasus/androidMarkus Wick
2016-05-18VideoSW: Fix XFB config.degasus
2016-05-18VideoSW: Drop Update in XFB copy.degasus
2016-05-11OGL: Use coherent mapping on Qualcomm devices.degasus