mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
i965: don't use p_compiler.h types
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
9be5ce1d73
commit
351c2ad157
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ intel_image_format_lookup(int fourcc)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
static boolean
|
||||
static bool
|
||||
intel_image_get_fourcc(__DRIimage *image, int *fourcc)
|
||||
{
|
||||
if (image->planar_format) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue