[Webkit-unassigned] [Bug 120594] New: Remove redefined GL_COLOR_ATTACHMENT0_EXT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 2 01:07:17 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120594
Summary: Remove redefined GL_COLOR_ATTACHMENT0_EXT
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: ANGLE
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: changseok.oh at collabora.com
I saw compiler complained GL_COLOR_ATTACHMENT0_EXT is redefined like below while building with gles2 and egl options enabled.
CXX Source/WebCore/platform/graphics/opengl/libWebCorePlatform_la-GraphicsContext3DOpenGLCommon.lo
CXX Source/WebCore/platform/graphics/opengl/libPlatform_la-Extensions3DOpenGLCommon.lo
In file included from ../../Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:57:0:
../../Source/WebCore/platform/graphics/OpenGLESShims.h:47:0: warning: "GL_COLOR_ATTACHMENT0_EXT" redefined [enabled by default]
In file included from ../../Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h:37:0,
from ../../Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:36:
../../Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h:578:0: note: this is the location of the previous definition
In file included from ../../Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp:42:0:
../../Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h:578:0: warning: "GL_COLOR_ATTACHMENT0_EXT" redefined [enabled by default]
In file included from ../../Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp:40:0:
../../Source/WebCore/platform/graphics/OpenGLESShims.h:47:0: note: this is the location of the previous definition
CXXLD libPlatform.la
--
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