On Wed, 2004-04-21 at 22:17, Ian Romanick wrote: > Keith Whitwell wrote: > > Keith Whitwell wrote: > >> Ian Romanick wrote: > >> > >>> - Colors are wrong. The cylinder in gloss is brownish instead of > >>> purple, and the red & blue gears in gears have their colors swapped. > >>> It almost looks like the RGBA values are being sent to the card in > >>> the wrong order (i.e., as BGRA). > >> > >> Yes, that's exactly what's happening. The enums for RGBA & BGRA are > >> flipped in t_vertex.h. During testing with i830, I convinced myself > >> that that hardware had RGBA vertices so I didn't notice the error. > > > > Here's a patch with the corrected enums, and fixes to the i830 and > > savage driver to maintain their current behaviour. > > Wonderful! Could you commit the non-R200 parts while I finish up the > r200PointsBitmap code? I should be able to resolve that today.
Note that glxgears looks like http://penguinppc.org/~daenzer/DRI/glxgears.png now here; probably endianness issues. If you guys don't know where they are, I'll look into it after it's committed, but not too soon I'm afraid... -- Earthling Michel DÃnzer | Debian (powerpc), X and DRI developer Libre software enthusiast | http://svcs.affero.net/rm.php?r=daenzer ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
