diff options
author | Keith Whitwell <[email protected]> | 2008-04-24 23:31:35 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-24 23:31:35 +0100 |
commit | 2926e59e4ad604dedcb639b2961937841afcf005 (patch) | |
tree | e2bd71c06ce1d15d043598bb008c3453e6f03549 | |
parent | ef683014dd72612e6eb245e89e754b033acb3a49 (diff) |
draw: remove old assignment of edgeflag value
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_post_vs.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |