mesa/src/gallium/auxiliary/indices
Brian Paul 6b28b44d45 indices: fix conversion of PIPE_PRIM_POLYGON to lines
When the fill mode is PIPE_POLYGON_MODE_LINE we were basically
converting the polygon into triangles, then drawing the outline of all
the triangles.  But we really only want to draw the lines around the
perimeter of the polygon, not the interior lines.

NOTE: This is a candidate for the 7.10 branch.
2011-06-24 16:44:43 -06:00
..
.gitignore gallium: untrack u_indices_gen.c and u_indices_gen.c 2010-05-06 14:23:04 +01:00
u_indices.c aux/indices: don't use 'prim' value once it is known to be bad 2009-06-26 13:44:20 +01:00
u_indices.h indices: add translate/generate functions for unfilled modes 2009-03-04 21:37:23 +00:00
u_indices_gen.py util: Move p_debug.h into util module. 2009-02-18 12:05:26 +00:00
u_indices_priv.h gallium: add new aux lib for index list translations 2009-02-05 16:04:38 +00:00
u_unfilled_gen.py indices: fix conversion of PIPE_PRIM_POLYGON to lines 2011-06-24 16:44:43 -06:00
u_unfilled_indices.c indices: fix conversion of PIPE_PRIM_POLYGON to lines 2011-06-24 16:44:43 -06:00