mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
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:
parent
e9d6ab72be
commit
81bac6e2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue