dolphin/Source/Core/VideoBackends
degasus 0f0a3cc509 ogl: clamp to edge for out of bound efb access
fixes issue 6898

OpenGL defaults are GL_REPEAT, which is even more unlikely than GL_CLAMP_TO_EDGE.
As I can't test the behavoir of the real hardware, I changed it to how it works before,
but I guess just clip the texture makes more sense.
2014-01-03 08:15:19 +01:00
..
D3D Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
OGL ogl: clamp to edge for out of bound efb access 2014-01-03 08:15:19 +01:00
Software Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00