From: Roland Scheidegger Date: Sat, 23 May 2009 23:18:31 +0000 (+0200) Subject: intel: fix (cosmetic) typo flag used twice X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ed2c0dddc5813cbbe08b73f96043b1c4b07d0bf;p=mesa.git intel: fix (cosmetic) typo flag used twice --- diff --git a/src/mesa/drivers/dri/intel/intel_clear.c b/src/mesa/drivers/dri/intel/intel_clear.c index 309ac1923bc..21f534d090b 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 |