draw: remove old assignment of edgeflag value
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 24 Apr 2008 22:31:35 +0000 (23:31 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 24 Apr 2008 22:31:35 +0000 (23:31 +0100)
src/gallium/auxiliary/draw/draw_pt_post_vs.c

index 65cb8ba70149ce6782b57a2dc7206789a2ea610f..c4a67c8289dc500f777884b0ba6ffcb7b728e559 100644 (file)
@@ -112,7 +112,6 @@ static boolean post_vs_cliptest_viewport_gl( struct pt_post_vs *pvs,
       out->clip[3] = out->data[0][3];
 
       out->vertex_id = 0xffff;
-      out->edgeflag = 1;
       out->clipmask = compute_clipmask_gl(out->clip, 
                                          pvs->draw->plane,
                                          pvs->draw->nr_planes);