Re: [Dri-devel] mesa-3-5 DRI branch

2001-06-01 Thread Keith Whitwell
Mark Crichton wrote: > > * Keith Whitwell ([EMAIL PROTECTED]) [010531 15:37]: > > Mark Crichton wrote: > > > I've found some issues in lib/GL/mesa/src/drv/mga/mgatris.c w.r.t. some > > > of the inline assembly (newer gcc's will complain that esi has already > > > been clobbered...fix is to not sp

RE: [Dri-devel] mesa-3-5 DRI branch

2001-05-31 Thread Dieter Nützel
> * Keith Whitwell () [010531 15:37]: > > Mark Crichton wrote: > > > I've found some issues in lib/GL/mesa/src/drv/mga/mgatris.c w.r.t. some > > > of the inline assembly (newer gcc's will complain that esi has already > > > been clobbered...fix is to not specifically list esi as clobbered, I > > >

Re: [Dri-devel] mesa-3-5 DRI branch

2001-05-31 Thread Mark Crichton
* Keith Whitwell ([EMAIL PROTECTED]) [010531 15:37]: > Mark Crichton wrote: > > I've found some issues in lib/GL/mesa/src/drv/mga/mgatris.c w.r.t. some > > of the inline assembly (newer gcc's will complain that esi has already > > been clobbered...fix is to not specifically list esi as clobbered,

Re: [Dri-devel] mesa-3-5 DRI branch

2001-05-31 Thread Keith Whitwell
Mark Crichton wrote: > > Hello, > > I've been mucking around in the mesa-3-5 DRI branch, and was wondering > if I should be reporting bugs (and fixes) for it? > > I've found some issues in lib/GL/mesa/src/drv/mga/mgatris.c w.r.t. some > of the inline assembly (newer gcc's will complain that esi

Re: [Dri-devel] mesa-3-5 DRI branch

2001-05-31 Thread STEVEN NEWBURY
At 10:37 31/05/2001 -0400, Mark Crichton wrote: >Hello, > >I've been mucking around in the mesa-3-5 DRI branch, and was wondering >if I should be reporting bugs (and fixes) for it? > >I've found some issues in lib/GL/mesa/src/drv/mga/mgatris.c w.r.t. some >of the inline assembly (newer gcc's will