intel: meta clear has a new name.

It was renamed to _mesa_meta_Clear.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
Chia-I Wu 2009-09-21 10:52:07 +08:00 committed by Brian Paul
parent e9d6ab72be
commit 81bac6e2a8

View file

@ -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);
}