diff options
author | Brian Paul <[email protected]> | 2013-04-16 19:06:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-17 11:59:40 -0600 |
commit | 4f57fbb507c77a627c9660756ce1b7ab8bcfeb78 (patch) | |
tree | 1cd622fc5872489415e567db46b6ff7debeb2a63 /src/mesa/main/enable.c | |
parent | 8ac8ae83609d5d5f28037ccd5b81ce5e40db2d33 (diff) |
mesa: remove DD_POINT_SMOOTH flag
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/enable.c')
-rw-r--r-- | src/mesa/main/enable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c index ce92a4222a7..88119295a77 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)) |