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

Tapani Pälli <lem...@gmail.com> changed:

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

--- Comment #11 from Tapani Pälli <lem...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to