summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_clip.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2007-11-07 12:08:19 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-11-07 13:41:00 +0000
commitc28fdf309607ec2994ef9a1109931a8389854300 (patch)
treef63cd5c6915779f8bca6b1aa30b01123be5b5822 /src/mesa/pipe/draw/draw_clip.c
parent3922baede207c64ce07ec2ac19ffab04f7035483 (diff)
Use a consistent number to identify undefined vertices.
Diffstat (limited to 'src/mesa/pipe/draw/draw_clip.c')
-rw-r--r--src/mesa/pipe/draw/draw_clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_clip.c b/src/mesa/pipe/draw/draw_clip.c
index 222022d6c1..bc62d422a4 100644
--- a/src/mesa/pipe/draw/draw_clip.c
+++ b/src/mesa/pipe/draw/draw_clip.c
@@ -102,7 +102,7 @@ static void interp( const struct clipper *clip,
dst->clipmask = 0;
dst->edgeflag = 0;
dst->pad = 0;
- dst->vertex_id = 0;
+ dst->vertex_id = UNDEFINED_VERTEX_ID;
}
/* Clip coordinates: interpolate normally