summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-08-16 22:00:45 +0800
committerChia-I Wu <olv@lunarg.com>2010-08-16 22:01:57 +0800
commit9271059b361128070c68b3d1a7982b4f9f151546 (patch)
treeaca31c0611f0b0cfabc6ad8350d7f02d80c94cdc
parentaaf51ed7c24a5d9488f8225972e5d5d108c6c197 (diff)
drwa: Fix polygon edge flags.
Fix a copy-and-paste error introduced by f141abdc8fdbff41e16b0ce53fa3fa8fba32a7f9.
-rw-r--r--src/gallium/auxiliary/draw/draw_decompose_tmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_decompose_tmp.h b/src/gallium/auxiliary/draw/draw_decompose_tmp.h
index be3a997c3d..a142563af9 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 =