Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Vladimir Dergachev
On Wed, 29 Dec 2004, Peter Zubaj wrote: Hi, I tryed r300 driver from r300.sourceforge.net. I have Athlon XP 1800 and ATI Radeon 9500 Pro - 128 MB. It worked somehow :-) . Here is screenshot of glxgears: http://www.gaya.sk/~pzubaj/scr1.png Yep, that's how it looks on my screen as well :) For this w

Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Peter Zubaj
Hi, I tryed r300 driver from r300.sourceforge.net. I have Athlon XP 1800 and ATI Radeon 9500 Pro - 128 MB. It worked somehow :-) . Here is screenshot of glxgears: http://www.gaya.sk/~pzubaj/scr1.png For this window size I have got 600 FPS (this is 4 times faster as software rendering). I have o

Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Keith Whitwell
Vladimir Dergachev wrote: debugging messages, you should get about 1000 fps. I hand tweaked 4-th coordinates of vertices and colors to display something sensible. Does Mesa actually use those ? (Especially color ones). Yes, but you have to respect the 'size' parameter of the vertex arrays.

Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Vladimir Dergachev
debugging messages, you should get about 1000 fps. I hand tweaked 4-th coordinates of vertices and colors to display something sensible. Does Mesa actually use those ? (Especially color ones). Yes, but you have to respect the 'size' parameter of the vertex arrays. Eg. if size == 2, then you

Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Keith Whitwell
Vladimir Dergachev wrote: Hi all, The immediate mode drawing is working now. This enabled me to implement most (all ? - I am not sure which ones I missed) of rendering primitives. Thus the "shimmering_gears" snapshot. If you checkout r300_driver from CVS with this tag (i.e. "cvs co r300

[R300] shimmering_gears snapshot

2004-12-28 Thread Vladimir Dergachev
Hi all, The immediate mode drawing is working now. This enabled me to implement most (all ? - I am not sure which ones I missed) of rendering primitives. Thus the "shimmering_gears" snapshot. If you checkout r300_driver from CVS with this tag (i.e. "cvs co r300_driver -r shimmering_gear