バージョン
4.0-589
ブランチ
master
投稿日時
10 年, 2 ヶ月前
Windows x64 Windows x86 Mac OS X Android Ubuntu 13.04
コミット
0f0a3cc5093fb0f95b97c5a5cf5f515ae1405c17
投稿者
degasus
変更点
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.