From: Keith Whitwell Date: Thu, 24 Apr 2008 22:31:35 +0000 (+0100) Subject: draw: remove old assignment of edgeflag value X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2926e59e4ad604dedcb639b2961937841afcf005;p=mesa.git draw: remove old assignment of edgeflag value --- diff --git a/src/gallium/auxiliary/draw/draw_pt_post_vs.c b/src/gallium/auxiliary/draw/draw_pt_post_vs.c index 65cb8ba7014..c4a67c8289d 100644 --- a/src/gallium/auxiliary/draw/draw_pt_post_vs.c +++ b/src/gallium/auxiliary/draw/draw_pt_post_vs.c @@ -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);