http://bugs.freedesktop.org/show_bug.cgi?id=15477





--- Comment #4 from Ben Gamari <[EMAIL PROTECTED]>  2008-04-14 08:35:47 PST ---
This message appears in mesa's glx_pbuffer.c and was introduced by Kristian's
commit e82dd8c6e1fa2fff5b960de26961080ba5e9651d (DRI interface changes and DRI2
direct rendering support). It appears to be thrown because drawable !=
req->glxwindow (glx_pbuffer.c:366) when that comparison in driCreateDrawable
(dri_glx.c:1088) failed. The comparison is apparently checking for "GLX 1.3+
drawable constructors," which the old DRI can't handle. Unfortunately, the
glxwindow and drawable somehow aren't being initialized with similar values,
hence the failing check. Hope this saves someone a little work.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to