Browse Source

drwa: Fix polygon edge flags.

Fix a copy-and-paste error introduced by
f141abdc8f.
tags/mesa-7.9-rc1
Chia-I Wu 15 years ago
parent
commit
9271059b36
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/auxiliary/draw/draw_decompose_tmp.h

+ 1
- 1
src/gallium/auxiliary/draw/draw_decompose_tmp.h View File

@@ -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 =

Loading…
Cancel
Save