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

2001-05-31 Thread Mark Crichton
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 has already been clobbered...fix is t

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

2001-05-31 Thread STEVEN NEWBURY
rks but don't expect anything soon - I am just getting back into coding after many years (nothing like diving in at the deep end eh?). Best bet if you really are interested is to get the specs from Matrox. You can do this by registering as a developer. I plan to do this soon. > >Thanks, >

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 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 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-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