From: Chia-I Wu Date: Mon, 16 Aug 2010 14:00:45 +0000 (+0800) Subject: drwa: Fix polygon edge flags. X-Git-Tag: 062012170305~10680 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9271059b361128070c68b3d1a7982b4f9f151546;p=profile%2Fivi%2Fmesa.git drwa: Fix polygon edge flags. Fix a copy-and-paste error introduced by f141abdc8fdbff41e16b0ce53fa3fa8fba32a7f9. --- diff --git a/src/gallium/auxiliary/draw/draw_decompose_tmp.h b/src/gallium/auxiliary/draw/draw_decompose_tmp.h index be3a997..a142563 100644 --- a/src/gallium/auxiliary/draw/draw_decompose_tmp.h +++ b/src/gallium/auxiliary/draw/draw_decompose_tmp.h @@ -257,7 +257,7 @@ FUNC(FUNC_VARS) flags = (DRAW_PIPE_RESET_STIPPLE | DRAW_PIPE_EDGE_FLAG_0); if (!(prim_flags & DRAW_SPLIT_BEFORE)) - flags |= DRAW_PIPE_EDGE_FLAG_1; + flags |= DRAW_PIPE_EDGE_FLAG_2; edge_next = DRAW_PIPE_EDGE_FLAG_0; edge_finish =