diff options
author | marha <marha@users.sourceforge.net> | 2012-03-13 08:34:09 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-13 08:34:09 +0100 |
commit | 7d894e32566b710952c44cbc71939ad1d9e2fa8d (patch) | |
tree | 2c324c18b71f48bcb8bb2c4c35fa0fce1b02a5fb /mesalib/src/mesa/main/light.c | |
parent | 96276c847a5c266f9f51f3ec4ece8fe3f1381c96 (diff) | |
parent | fc72edebf875378459368c5383d9023730cbca54 (diff) | |
download | vcxsrv-7d894e32566b710952c44cbc71939ad1d9e2fa8d.tar.gz vcxsrv-7d894e32566b710952c44cbc71939ad1d9e2fa8d.tar.bz2 vcxsrv-7d894e32566b710952c44cbc71939ad1d9e2fa8d.zip |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/src/mesa/main/light.c')
-rw-r--r-- | mesalib/src/mesa/main/light.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mesalib/src/mesa/main/light.c b/mesalib/src/mesa/main/light.c index 962a3e689..7bc22e2fa 100644 --- a/mesalib/src/mesa/main/light.c +++ b/mesalib/src/mesa/main/light.c @@ -54,10 +54,6 @@ _mesa_ShadeModel( GLenum mode ) FLUSH_VERTICES(ctx, _NEW_LIGHT); ctx->Light.ShadeModel = mode; - if (mode == GL_FLAT) - ctx->_TriangleCaps |= DD_FLATSHADE; - else - ctx->_TriangleCaps &= ~DD_FLATSHADE; if (ctx->Driver.ShadeModel) ctx->Driver.ShadeModel( ctx, mode ); |