At this point all the drivers seam to have there own little quirks.  The radeon
driver being vary difrent from the rest.  The mga driver is missing code like
that of r128_context.c Line 199.  I am wondering if we need both Destroy AND
SwapOut, could there not be just a genaric Remove that would deside wather we
would need to Swap or if it's ok to Destroy?  It also seams to me that this
code should be common to all drivers, is this a possible maitnance saver?

# I'v used the commands...
cd xc/lib/GL/mesa/src/drv/
grep -n -A 5 -B 5 -r DestroyTexObj *
grep -n -A 5 -B 5 -r SwapOutTexObj *
# to answer a lot of my questions.

--- Keith Whitwell <[EMAIL PROTECTED]> wrote:
> Michel Dänzer wrote:
> > 
> > On Son, 2002-02-17 at 18:08, Marc Dietrich wrote:
> > >
> > > Wolfenstein crashes after playing the intro at line 494 in
> r128_texstate.c
> > > with an "assert t" failed message.
> > > This patch is based uppon a past patch made by Gareth Hughes (see
> > > http://marc.theaimsgroup.com/?l=dri-devel&m=98470478214782 ) for the
> > > radeon driver. There are also some other changes, but I really don't know
> > > what this stuff is doing - it just works for me.
> > > Maybe someone can confirm (and understand) this.
> > 
> > I can confirm that this fixes the same problem in tuxracer and other
> > apps, but I'm hesitant to commit it because I don't understand why. :/
> > 
> 
> How do other drivers handle the same point?
> 
> Keith
> 
> _______________________________________________
> Dri-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dri-devel



__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to