[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
Mon Jun 16 02:11:47 PDT 2014


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

Tapani Pälli <lemody at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #11 from Tapani Pälli <lemody at gmail.com> ---
took some time to figure this out but the attributelist you pass to GLX (via
glXChooseFBConfig) is broken, you should have attribute-value pairs, instead
there is a single 'GLX_RGBA' in the middle of the list which screws things up
badly. Take that GLX_RGBA away and things will work just fine.

-- 
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/20140616/0f0b3c42/attachment.html>


More information about the mesa-dev mailing list