On Thu, 20 Feb 2003, Daniel Vogel wrote:

> > On Thu, 20 Feb 2003, Philip Brown wrote:
> > 
> > > On Thu, Feb 20, 2003 at 09:12:04PM +0000, Philip Armstrong wrote:
> > > > Using the debs at http://people.debian.org/~daenzer/dri-trunk-sid/ on
> > > > Debian unstable and the latest demo release of UT2003 (v2206 -- which
> > > > is purported to not need S3TC extensions), I get the following
> > > > traceback reported by UT2003:
> > > > 
> > > > phil@trigger /scratch/phil/ut2k3/demo >./ut2003_demo          
> > > > Xlib:  extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
> > > 
> > > ???
> > > 
> > > This looks like you are using Xig libGL.so library. Deinstall Xig libs
> > > before doing tests like this.
> > 
> > No, that's ut2k3 looking for S3TC support.
> 
> No.
> 
> BTW, the above warning message is harmless IIRC.

Yeah, I realized my error just after posting it (see my reply to myself).  
;)
 
> > > > [ 6]  /usr/X11R6/lib/modules-dri-trunk/dri/mga_dri.so [0x43f31fb7]
> > > > [ 7]  /scratch/phil/ut2k3/demo/System/OpenGLDrv.so(DrawPrimitive__
> > > > 22FOpenGLRenderInterface14EPrimitiveTypeiiii+0x373)
> 
> Might be interesting to know why it crashes inside the driver :)

I agree. 

Based on the MESA_DEBUG log, It looks like ARB_texture_env_combine isn't
supported in the MGA driver.  I see defines for what look like combiner
registers, but it's not implemented in the driver yet (I don't have
hardware docs myself so I don't know the specifics of what the cards can
do).  The INVALID_ENUMS here appear to be the result of that and a lack of
ARB_texture_cube_map (neither of which are in core OpenGL 1.2).  However,
the driver shouldn't cause a segfault even with a bad enum.  A trace from
gdb would be helpful, I think.

On the plus side, the R100 and R200 drivers now support
ATI_texture_env_combine3 and one bug that was causing vertex corruption in
the intro cinematic in the R100 driver was fixed.  However, there are
still vertex problems that appear to be in the R100 driver to track down.

I can't test R200, so I'm not sure what the status is there.

-- 
Leif Delgass 
http://www.retinalburn.net







-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to