Keith Whitwell wrote:
Keith Whitwell wrote:
Ian Romanick wrote:

Here's an updated version of the patch. It incorporates most of Keith's code. It seems to mostly work with 2 exceptions.

- r200PointsBitmap is still broken. I'm not sure what the right way is going to be to fix that.

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





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

Reply via email to