[Webkit-unassigned] [Bug 83982] New: Update GraphicsContext3DOpenGLES.cpp and fix some issues to build with GLES.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 14 11:24:37 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83982
Summary: Update GraphicsContext3DOpenGLES.cpp and fix some
issues to build with GLES.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebGL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kevin.cs.oh at gmail.com
There are some issues to build with GLES for WebGL. This bug is for fixing them.
1. GL_BGRA is not defined in OpenGL ES, so it causes build-break at GraphicsContext3D::readRenderingResults.
2. getExtensions() is used without including a proper header file.
3. m_attributes is not defined, it should be replaced with m_attrs.
4. Omitted '}' for namespace WebCore.
5. Function argument of GraphicsContext3D::resolveMultisamplingIfNecessary is mismatched with its declaration.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list