mesa: fix make check for ARB_texture_gather
[mesa.git] / src / mesa / main / texparam.c
index 757ae80ec8defb87cf299b0c4ec854cdec0dc5d4..31723c377841bdee25216ed3922e58c93fdf11bd 100644 (file)
@@ -256,7 +256,7 @@ static inline void
 incomplete(struct gl_context *ctx, struct gl_texture_object *texObj)
 {
    FLUSH_VERTICES(ctx, _NEW_TEXTURE);
-   _mesa_dirty_texobj(ctx, texObj, GL_TRUE);
+   _mesa_dirty_texobj(ctx, texObj);
 }