Bug 69624 - eglCreateContext incorrectly handles EGL_CONTEXT_OPENGL_DEBUG_BIT for GLES contexts
Summary: eglCreateContext incorrectly handles EGL_CONTEXT_OPENGL_DEBUG_BIT for GLES co...
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: EGL (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Chad Versace
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 20:13 UTC by Chad Versace
Modified: 2019-09-18 18:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Chad Versace 2013-09-20 20:13:28 UTC
eglCreateContext rejects the debug bit by emitting EGL_BAD_ATTRIBUTE. According to the EGL_KHR_create_context spec, "This bit is supported for OpenGL and OpenGL ES contexts."

eglCreateContext should either (1) create a debug context or (2) emit EGL_BAD_MATCH.
Comment 1 GitLab Migration User 2019-09-18 18:07:13 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/152.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.