Mesa (master): intel: fix (cosmetic) typo flag used twice

Roland Scheidegger sroland at kemper.freedesktop.org
Mon Jun 15 16:31:10 UTC 2009


Module: Mesa
Branch: master
Commit: 4ed2c0dddc5813cbbe08b73f96043b1c4b07d0bf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ed2c0dddc5813cbbe08b73f96043b1c4b07d0bf

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Sun May 24 01:18:31 2009 +0200

intel: fix (cosmetic) typo flag used twice

---

 src/mesa/drivers/dri/intel/intel_clear.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_clear.c b/src/mesa/drivers/dri/intel/intel_clear.c
index 309ac19..21f534d 100644
--- a/src/mesa/drivers/dri/intel/intel_clear.c
+++ b/src/mesa/drivers/dri/intel/intel_clear.c
@@ -134,7 +134,6 @@ intel_clear_tris(GLcontext *ctx, GLbitfield mask)
 		    BUFFER_BIT_STENCIL)) == 0);
 
    _mesa_PushAttrib(GL_COLOR_BUFFER_BIT |
-		    GL_CURRENT_BIT |
 		    GL_DEPTH_BUFFER_BIT |
 		    GL_ENABLE_BIT |
 		    GL_POLYGON_BIT |




More information about the mesa-commit mailing list