Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=9625          
     




------- Additional Comments From [EMAIL PROTECTED]  2007-01-11 23:36 -------
Created an attachment (id=8382)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=8382&action=view)
Patch to covert QUADSTRIP into polygon in the GS stage

The problem is I965 uses the same function brw_gs_quads for quads and quadstrip
in the GS stage. Note that the order of vertics for quads is (0, 1, 2, 3), for
quadstrip is (0, 1, 3, 2). So the PV for quadstrip is c->reg.vertex[2], not
c->reg.vertex[3].          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to