Michel Dänzer wrote:
> On Wed, 2002-06-26 at 10:32, Keith Whitwell wrote:
> 
>>CVSROOT:      /cvsroot/dri
>>Module name:  xc
>>Repository:   xc/xc/lib/GL/mesa/src/drv/radeon/
>>Changes by:   keithw@usw-pr-cvs1.     02/06/26 01:32:32
>>
>>Log message:
>>  Fog correction
>>
> 
> Out of curiosity, what was the problem?

A typo -- a malformed statement like
        
        rmesa->hw.ctx.cmd[VTX_FOO]

which should have been

        rmesa->hw.vtx.cmd[VTX_FOO]

Picked this up in the r200 driver because it was causing a malformed packet there.

Keith



-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members!
JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to