Re: [Dri-devel] RADEON VE patch

2001-04-23 Thread Buddy Smith
Did you try the alternate head? What error did you get? --buddy On Mon, Apr 23, 2001 at 05:40:47AM -0700, Nathan Matias wrote: > This message was sent from Geocrawler.com by "Nathan Matias" <[EMAIL PROTECTED]> > > I tried the Radeon drivers last night(the ones > with the VE patch). Although I

Re: [Dri-devel] RADEON VE patch

2001-04-21 Thread Gareth Hughes
David Konerding wrote: > > How are you guys handling the fat that the Radeon VE lacks the 3D capabilities > that the rest of the Radeon line has? Don't you have to avoid the 3D caps and > fall back to Mesa-in-XFree86? The DRI driver doesn't make use of the features that are missing from the VE,

Re: [Dri-devel] RADEON VE patch

2001-04-21 Thread David Konerding
Buddy Smith wrote: > On Sat, Apr 21, 2001 at 12:50:19PM -0700, David Konerding wrote: > > > How are you guys handling the fat that the Radeon VE lacks the 3D capabilities > > that the rest of the Radeon line has? Don't you have to avoid the 3D caps and > > fall back to Mesa-in-XFree86? > > > > M

Re: [Dri-devel] RADEON VE patch

2001-04-21 Thread Brian Paul
David Konerding wrote: > > Brian Paul wrote: > > > Buddy Smith wrote: > > > > > > Hi. > > > > > > This is a patch i made to add the RADEON VE chipset to the DRI source. > > > > > > It's available at > > > > > > http://foobar.resnet.gatech.edu/~nullset/radeon_ve-DRI-patch > > > > > > I did not po

Re: [Dri-devel] RADEON VE patch

2001-04-21 Thread Buddy Smith
On Sat, Apr 21, 2001 at 12:50:19PM -0700, David Konerding wrote: > How are you guys handling the fat that the Radeon VE lacks the 3D capabilities > that the rest of the Radeon line has? Don't you have to avoid the 3D caps and > fall back to Mesa-in-XFree86? > My patch was a 10-20minute hack to

Re: [Dri-devel] RADEON VE patch

2001-04-21 Thread David Konerding
Brian Paul wrote: > Buddy Smith wrote: > > > > Hi. > > > > This is a patch i made to add the RADEON VE chipset to the DRI source. > > > > It's available at > > > > http://foobar.resnet.gatech.edu/~nullset/radeon_ve-DRI-patch > > > > I did not post it to the patch list, because i'm not sure if the

Re: [Dri-devel] RADEON VE patch

2001-04-21 Thread Brian Paul
Buddy Smith wrote: > > Hi. > > This is a patch i made to add the RADEON VE chipset to the DRI source. > > It's available at > > http://foobar.resnet.gatech.edu/~nullset/radeon_ve-DRI-patch > > I did not post it to the patch list, because i'm not sure if the format is > correct. i generated it

Re: [Dri-devel] RADEON VE patch

2001-04-07 Thread Simon Kirby
On Fri, Apr 06, 2001 at 09:23:41PM -0400, Buddy Smith wrote: > It changes: > > xc/lib/GL/mesa/src/drv/radeon/radeon_screen.c > xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h > xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c > xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_prob

[Dri-devel] RADEON VE patch

2001-04-06 Thread Buddy Smith
Hi. This is a patch i made to add the RADEON VE chipset to the DRI source. It's available at http://foobar.resnet.gatech.edu/~nullset/radeon_ve-DRI-patch I did not post it to the patch list, because i'm not sure if the format is correct. i generated it using diff -u -r It changes: xc/lib/GL/