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/state.c | |
parent | 8ac8ae83609d5d5f28037ccd5b81ce5e40db2d33 (diff) |
mesa: remove DD_POINT_SMOOTH flag
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 6578b375e8b..4e66310afed 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -346,8 +346,6 @@ update_tricaps(struct gl_context *ctx, GLbitfield new_state) * Points */ if (1/*new_state & _NEW_POINT*/) { - if (ctx->Point.SmoothFlag) - ctx->_TriangleCaps |= DD_POINT_SMOOTH; if (ctx->Point._Attenuated) ctx->_TriangleCaps |= DD_POINT_ATTEN; } |