[Dri-devel] Quake and MGA

2001-05-26 Thread mythos
I am sorry for my last message about the first level of quake. It is probably an overheating problem and nothing else. But I have another problem in both of my computers, an Athlon 600 Mhz Slot A and an Athlon 700 Mhz Socket A both with Matrox G400.When I start quake for the first time time everyt

Re: [Dri-devel] mga.o still doesn't use AGP memory for g200 ?

2001-05-26 Thread Steven Newbury
On Saturday 26 May 2001 18:11, ralf willenbacher wrote: > Steven Newbury wrote: > > On Friday 25 May 2001 01:22, ralf willenbacher wrote: > > > thanks for trying it out. > > > i fixed a typo (again).. > > > > > > In your patch you changed 'totalcard = b->size' and 'totalagp=b->size' > > to 'tot

[Dri-devel] g200 blending broken

2001-05-26 Thread ralf willenbacher
The fix for the g400 broke it for the g200. So i tried around until the texenv.c's software output matched the g200's output except for GL_ADD. Since i have no unmodified tree anymore ill copy right out of the source.. :> mgastate.c: mgaUpdateAlphaMode() else { /* G400: Regardless of

Re: [Dri-devel] mga.o still doesn't use AGP memory for g200 ?

2001-05-26 Thread ralf willenbacher
Steven Newbury wrote: > > On Friday 25 May 2001 01:22, ralf willenbacher wrote: > > thanks for trying it out. > > i fixed a typo (again).. > > In your patch you changed 'totalcard = b->size' and 'totalagp=b->size' to > 'totalcard += b->size' and 'totalagp += b->size' in > xc/lib/GL/mesa/src/d

Re: [Dri-devel] mga.o still doesn't use AGP memory for g200 ?

2001-05-26 Thread Steven Newbury
On Friday 25 May 2001 01:22, ralf willenbacher wrote: > thanks for trying it out. > i fixed a typo (again).. In your patch you changed 'totalcard = b->size' and 'totalagp=b->size' to 'totalcard += b->size' and 'totalagp += b->size' in xc/lib/GL/mesa/src/drv/mga/mgatexmem.c. This change stop