Re: [Nouveau] When will nouveau kernel tree be merged into master

2009-07-10 Thread Sean Estabrooks
On Thu, 09 Jul 2009 21:51:23 +0200 Eric Valette wrote: > The command > git clone git://anongit.freedesktop.org/git/mesa/mesa > > Does not work for me while others do. It hangs indefinitely (I let it > run once half a day, doing strace to see that I was waiting to a read on > a socket). > > > Al

[PATCH] Set additional __GLcontextModes fields in DRI driver

2008-03-21 Thread Sean Estabrooks
These fields need to be set or some texture_from_pixmap code fails to find a FBConfig it can use for texturing. --- src/mesa/drivers/dri/common/utils.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) Hi, These values need to be set so that texture_from_pixmap code can find a pr