WebKit Bugzilla
Attachment 370304 Details for
Bug 197971
: GLContextEGL should check the supported EGL version at compile time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Error_log
error_log_egl.txt (text/plain), 5.13 KB, created by
Mads
on 2019-05-21 01:18:08 PDT
(
hide
)
Description:
Error_log
Filename:
MIME Type:
Creator:
Mads
Created:
2019-05-21 01:18:08 PDT
Size:
5.13 KB
patch
obsolete
>In file included from DerivedSources/WebCore/unified-sources/UnifiedSource320.cpp:2: >/scratch/yocto/mastermerge/builds/zcu102/tmp/work/aarch64-xilinx-linux/webkitgtk/2.22.7-r0/webkitgtk-2.22.7/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp: In static member function \ >'static void* WebCore::GLContextEGL::createContextForEGLVersion(WebCore::PlatformDisplay&, EGLConfig, EGLContext)': >/scratch/yocto/mastermerge/builds/zcu102/tmp/work/aarch64-xilinx-linux/webkitgtk/2.22.7-r0/webkitgtk-2.22.7/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:377:36: error: 'EGL_CONTEXT\ >_MAJOR_VERSION' was not declared in this scope > contextAttributes[0] = EGL_CONTEXT_MAJOR_VERSION; > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/scratch/yocto/mastermerge/builds/zcu102/tmp/work/aarch64-xilinx-linux/webkitgtk/2.22.7-r0/webkitgtk-2.22.7/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:377:36: note: suggested alt\ >ernative: 'EGL_CONTEXT_MAJOR_VERSION_KHR' > contextAttributes[0] = EGL_CONTEXT_MAJOR_VERSION; > ^~~~~~~~~~~~~~~~~~~~~~~~~ > EGL_CONTEXT_MAJOR_VERSION_KHR >/scratch/yocto/mastermerge/builds/zcu102/tmp/work/aarch64-xilinx-linux/webkitgtk/2.22.7-r0/webkitgtk-2.22.7/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:379:36: error: 'EGL_CONTEXT\ >_MINOR_VERSION' was not declared in this scope > contextAttributes[2] = EGL_CONTEXT_MINOR_VERSION; > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/scratch/yocto/mastermerge/builds/zcu102/tmp/work/aarch64-xilinx-linux/webkitgtk/2.22.7-r0/webkitgtk-2.22.7/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:379:36: note: suggested alt\ >ernative: 'EGL_CONTEXT_MINOR_VERSION_KHR' > contextAttributes[2] = EGL_CONTEXT_MINOR_VERSION; > ^~~~~~~~~~~~~~~~~~~~~~~~~ > EGL_CONTEXT_MINOR_VERSION_KHR >/scratch/yocto/mastermerge/builds/zcu102/tmp/work/aarch64-xilinx-linux/webkitgtk/2.22.7-r0/webkitgtk-2.22.7/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:381:36: error: 'EGL_CONTEXT\ >_OPENGL_PROFILE_MASK' was not declared in this scope > contextAttributes[4] = EGL_CONTEXT_OPENGL_PROFILE_MASK; > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/scratch/yocto/mastermerge/builds/zcu102/tmp/work/aarch64-xilinx-linux/webkitgtk/2.22.7-r0/webkitgtk-2.22.7/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:381:36: note: suggested alt\ >ernative: 'EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR' > contextAttributes[4] = EGL_CONTEXT_OPENGL_PROFILE_MASK;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197971
:
370090
|
370161
| 370304 |
370343
|
370881