summaryrefslogtreecommitdiff
path: root/src/mesa/main/polygon.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>1999-08-26 14:50:49 +0000
committerKeith Whitwell <keith@tungstengraphics.com>1999-08-26 14:50:49 +0000
commit2be79c1aa2c168b7ecfb8289ce462ffb1de935eb (patch)
treeade794e15539608ae1e89d264cdeb459c50783ae /src/mesa/main/polygon.c
parent0552b3063349d167b128714e49c704e8f9006071 (diff)
various pipeline bugs
Diffstat (limited to 'src/mesa/main/polygon.c')
-rw-r--r--src/mesa/main/polygon.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/polygon.c b/src/mesa/main/polygon.c
index 83690035ff..09399da8ea 100644
--- a/src/mesa/main/polygon.c
+++ b/src/mesa/main/polygon.c
@@ -1,4 +1,4 @@
-/* $Id: polygon.c,v 1.1 1999/08/19 00:55:41 jtg Exp $ */
+/* $Id: polygon.c,v 1.2 1999/08/26 14:50:49 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -119,9 +119,6 @@ void gl_PolygonMode( GLcontext *ctx, GLenum face, GLenum mode )
ctx->Polygon.Unfilled = GL_TRUE;
ctx->TriangleCaps |= DD_TRI_UNFILLED;
}
- else {
- ctx->Polygon.Unfilled = GL_FALSE;
- }
ctx->NewState |= (NEW_POLYGON | NEW_RASTER_OPS);