On Thu, 2008-04-03 at 21:52 +0200, Markus Amsler wrote: > commit dc836edf49a08a7fd77fc1f127818b0550558581 > Author: Kristian Høgsberg <[EMAIL PROTECTED]> > Date: Wed Apr 2 19:04:57 2008 -0400 > > Initialize GLX_EXT_texture_from_pixmap attributes correctly. > > After this commit I get with glxinfo: > Error: couldn't find RGB GLX visual > > Any other opengl app gives a similar error message.
Did you also update the X server? The bug was that the X server didn't send these attributes and so the client had to make up some stuff. The git xserver sends these values now and the client just goes with what the server sends it. Now, of course, libGL shouldn't fail to initialize any visuals if the server doesn't send the exact set of attributes the client wants. I'll take a look at that issue but try the git xserver in the meantime. cheers, Kristian ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
