http://bugs.freedesktop.org/show_bug.cgi?id=23585





--- Comment #2 from Alex Deucher <ag...@yahoo.com>  2009-08-31 16:02:07 PST ---
Weird.  I built the tests and the icons render fine on my rs780 (I'll test with
other chips later).  Richard did some investigating and found:

The glapi level profile for ppracer found lots of following inside:
Begin(GL_QUADS)
Begin(GL_QUADS)
TexCoord2f
TexCoord2f
Vertex2f(3f)
Vertex2f(3f)
TexCoord2f
Vertex2f(3f)
TexCoord2f
Vertex2f(3f)
TexCoord2f
Vertex2f(3f)
End
End 

While in indirect mode,
Begin(GL_QUADS)
TexCoord2f(3f)
Vertex2f
TexCoord2f(3f)
Vertex2f
TexCoord2f(3f)
Vertex2f
TexCoord2f(3f)
Vertex2f
End

The first vertex has been duplicated, so last vertex could be dropped.
The weird thing is that r300 runs ok with same glapi level profile showing
above.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to