Bug 58100 - Mesa generates BadMatch error when making context current with no drawable
Summary: Mesa generates BadMatch error when making context current with no drawable
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 21:34 UTC by Alan Hourihane
Modified: 2019-09-18 20:23 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alan Hourihane 2012-12-10 21:34:59 UTC
With the advent of GLX_ARB_create_context(_profile) the specification allows a context to be bound without a read/write drawable when the OpenGL version requested is 3.0 or higher.

Unfortunately the GLX code, and potientially other side effects won't allow this as MakeContextCurrent() will generate a BadMatch error when binding a context to NULL drawables.
Comment 1 GitLab Migration User 2019-09-18 20:23:03 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/973.


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.