From: Chia-I Wu Date: Mon, 21 Sep 2009 02:52:07 +0000 (+0800) Subject: intel: meta clear has a new name. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81bac6e2a811ee537c38070f19e70e730ea1169f;p=mesa.git intel: meta clear has a new name. It was renamed to _mesa_meta_Clear. Signed-off-by: Chia-I Wu --- diff --git a/src/mesa/drivers/dri/intel/intel_clear.c b/src/mesa/drivers/dri/intel/intel_clear.c index 9010b910c7d..fef977f4655 100644 --- a/src/mesa/drivers/dri/intel/intel_clear.c +++ b/src/mesa/drivers/dri/intel/intel_clear.c @@ -172,7 +172,7 @@ intelClear(GLcontext *ctx, GLbitfield mask) DBG("\n"); } - _mesa_meta_clear(&intel->ctx, tri_mask); + _mesa_meta_Clear(&intel->ctx, tri_mask); intel_batchbuffer_flush(intel->batch); }