summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-04-16 19:06:22 -0600
committerBrian Paul <brianp@vmware.com>2013-04-17 11:59:40 -0600
commit4f57fbb507c77a627c9660756ce1b7ab8bcfeb78 (patch)
tree1cd622fc5872489415e567db46b6ff7debeb2a63 /src/mesa/main/enable.c
parent8ac8ae83609d5d5f28037ccd5b81ce5e40db2d33 (diff)
downloadexternal_mesa3d-4f57fbb507c77a627c9660756ce1b7ab8bcfeb78.zip
external_mesa3d-4f57fbb507c77a627c9660756ce1b7ab8bcfeb78.tar.gz
external_mesa3d-4f57fbb507c77a627c9660756ce1b7ab8bcfeb78.tar.bz2
mesa: remove DD_POINT_SMOOTH flag
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/main/enable.c')
-rw-r--r--src/mesa/main/enable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c
index ce92a42..8811929 100644
--- a/src/mesa/main/enable.c
+++ b/src/mesa/main/enable.c
@@ -615,7 +615,6 @@ _mesa_set_enable(struct gl_context *ctx, GLenum cap, GLboolean state)
return;
FLUSH_VERTICES(ctx, _NEW_POINT);
ctx->Point.SmoothFlag = state;
- ctx->_TriangleCaps ^= DD_POINT_SMOOTH;
break;
case GL_POLYGON_SMOOTH:
if (!_mesa_is_desktop_gl(ctx))