diff options
author | Brian Paul <[email protected]> | 2013-04-16 19:06:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-17 11:59:41 -0600 |
commit | 56dc53ed5bae2751eeadbfc1d163dfec72e8cfc8 (patch) | |
tree | a3a53fb498b76c4f68bad99e41c6a98154be33af /src/mesa/main/enable.c | |
parent | b32fb8ac9e05b78d2bd07fcaf0d5f68525c4aa3b (diff) |
mesa: remove DD_TRI_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 fe157162490..22a75c8c5d1 100644 --- a/src/mesa/main/enable.c +++ b/src/mesa/main/enable.c @@ -623,7 +623,6 @@ _mesa_set_enable(struct gl_context *ctx, GLenum cap, GLboolean state) return; FLUSH_VERTICES(ctx, _NEW_POLYGON); ctx->Polygon.SmoothFlag = state; - ctx->_TriangleCaps ^= DD_TRI_SMOOTH; break; case GL_POLYGON_STIPPLE: if (ctx->API != API_OPENGL_COMPAT) |