[Mesa-dev] [Bug 74010] mesa-10.0.2: z-buffer issue with opengl 3.3 context on intel

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 13 03:45:38 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74010

--- Comment #9 from Tapani Pälli <lemody at gmail.com> ---
The problem is with the glxconfig that gets chosen. The application queries for
compatible list of configs with glXChooseFBConfig and then blindly selects the
first one. Although attributes for config query state GLX_DEPTH_SIZE 24, Mesa
returns some configs that have depth size 0 and application selects one of
those.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140613/19bbcb2b/attachment.html>


More information about the mesa-dev mailing list