[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
cmarrin at apple.com
cmarrin at apple.com
Wed Dec 22 15:44:44 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 7d82da4466ef4231dc7c4b3ad6a98d7e7499807b
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Nov 11 17:45:40 2010 +0000
SL bug fix in ExtensionsOpenGL.cpp
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71831 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp b/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp
index d9e081d..a6fa5d9 100644
--- a/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp
+++ b/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp
@@ -92,7 +92,7 @@ void Extensions3DOpenGL::blitFramebuffer(long srcX0, long srcY0, long srcX1, lon
void Extensions3DOpenGL::renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height)
{
- ::glRenderbufferStorageMultisample(target, samples, internalformat, width, height);
+ ::glRenderbufferStorageMultisampleEXT(target, samples, internalformat, width, height);
}
} // namespace WebCore
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list