RE: [Mesa3d-dev] RE: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Daniel Vogel
> ftp://ftp.retinalburn.net/pub/ut2k3/Shot0.bmp > ftp://ftp.retinalburn.net/pub/ut2k3/Shot1.bmp How does "rmode 7" (untextured, lighting only) look like? "rmode 5" == regular "rmode 6" == just textures "rmode 7" == just lighting -- Daniel, Epic Games Inc. --

Re: [Mesa3d-dev] RE: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Dieter Nützel
Am Mittwoch, 22. Januar 2003 02:14 schrieb Ian Romanick: > Brian Paul wrote: > > Leif Delgass wrote: > >> On Thu, 2 Jan 2003, Daniel Vogel wrote: > >>> glTexEnvi( GL_TEXTURE_ENV, GL_OPERAND2_RGB, GL_SRC_COLOR ); > >> > >> This is indeed one of the sources of the GL_INVALID_ENUMs; however, it > >> a

Re: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Michel Dänzer
On Mit, 2003-01-22 at 01:24, Leif Delgass wrote: > On Tue, 21 Jan 2003, Leif Delgass wrote: > > > In the meantime, I've commited the one-line fix to DRI HEAD, texmem-0-0-1 > > and mesa-4-0-4-branch, since the bug is in 4.x also. Thanks. > > Should I submit it to [EMAIL PROTECTED] too or is the

Re: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Leif Delgass
On Tue, 21 Jan 2003, Leif Delgass wrote: > On Tue, 21 Jan 2003, Brian Paul wrote: > > > Ian Romanick wrote: > > > Leif Delgass wrote: > > > > > >> On Thu, 2 Jan 2003, Daniel Vogel wrote: > > >> > > >> > > >>> A bit unrelated: > > >>> > > >>> > > > Log: OpenGL Error: GL_INVALID_ENUM (UOpenGLR

Re: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Leif Delgass
On Tue, 21 Jan 2003, Brian Paul wrote: > Ian Romanick wrote: > > Leif Delgass wrote: > > > >> On Thu, 2 Jan 2003, Daniel Vogel wrote: > >> > >> > >>> A bit unrelated: > >>> > >>> > > Log: OpenGL Error: GL_INVALID_ENUM (UOpenGLRenderDevice::Unlock) > > (if anyone wants the full log let me

Re: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Brian Paul
Ian Romanick wrote: Leif Delgass wrote: On Thu, 2 Jan 2003, Daniel Vogel wrote: A bit unrelated: Log: OpenGL Error: GL_INVALID_ENUM (UOpenGLRenderDevice::Unlock) (if anyone wants the full log let me know) On OS X 10.2.3 this is caused by glTexEnvi( GL_TEXTURE_ENV, GL_OPERAND2_RGB, GL_S

RE: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Daniel Vogel
> > glTexEnvi( GL_TEXTURE_ENV, GL_OPERAND2_RGB, GL_SRC_COLOR ); > > This is indeed one of the sources of the GL_INVALID_ENUMs; however, it > appears to be a bug in Mesa. There seems to be a missing break after > texstate.c:423 : It actually proved to be a bug in Mac OS X prior to 10.2.4 as well.

RE: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Leif Delgass
On Thu, 2 Jan 2003, Daniel Vogel wrote: > A bit unrelated: > > > > Log: OpenGL Error: GL_INVALID_ENUM (UOpenGLRenderDevice::Unlock) > > > (if anyone wants the full log let me know) > > On OS X 10.2.3 this is caused by > > glTexEnvi( GL_TEXTURE_ENV, GL_OPERAND2_RGB, GL_SRC_COLOR ); This is inde

Re: [Dri-devel] Mesa glTexEnv bug (Was: S3TC and ut2k)

2003-01-21 Thread Ian Romanick
Leif Delgass wrote: On Thu, 2 Jan 2003, Daniel Vogel wrote: A bit unrelated: Log: OpenGL Error: GL_INVALID_ENUM (UOpenGLRenderDevice::Unlock) (if anyone wants the full log let me know) On OS X 10.2.3 this is caused by glTexEnvi( GL_TEXTURE_ENV, GL_OPERAND2_RGB, GL_SRC_COLOR ); This is