Summary: | __glXInitialize can initialize same display multiple times | ||
---|---|---|---|
Product: | Mesa | Reporter: | szunti |
Component: | GLX | Assignee: | mesa-dev |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | jmuizelaar, julien.isorce |
Version: | 8.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 99831 |
Description
szunti
2012-09-15 17:27:10 UTC
The related bugs are 41736 (mesa xdemo manywin aborts with intel_do_flush_locked error) and I think 28799 (Shared textures not working in 7.7.1) Mostly food for thought if anyone wants to pursue this: - Call XOpenDisplay once, as mentioned already. - Introduce an X API to compare two Display(s) - unless there's one already. - Refcount the Display - implies atomics/locking which is fine since MT users should call XInitThreads, which populates the Lock/Unlock callbacks. - Worth checking how the Nvidia binary driver handles this? *** Bug 99831 has been marked as a duplicate of this bug. *** -- 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/87. |
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.