From: Tom <to...@ri...> - 2010-03-09 00:29:56
|
Hi people, With the r300g driver (git ~today) drawing tris with color pointer like so: glColorPointer(4, GL_UNSIGNED_BYTE, sizeof(struct vtx_data), blah); Seems to invert the RGBA -> ABGR. This short program shows the bug. It should display a yellow tri, and instead on r300g it shows a blue tri. http://tom.noflag.org.uk/misc/r300g_color_bug.c Not sure if you want user bug reports of this kind yet, but anyway... -- Tom |