From: Lionel Landwerlin Date: Fri, 9 Aug 2019 13:01:22 +0000 (+0300) Subject: i965: don't use p_compiler.h types X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=351c2ad157fd73ec05315b66bd65add659b93efc;p=mesa.git i965: don't use p_compiler.h types Signed-off-by: Lionel Landwerlin Acked-by: Eric Engestrom --- diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i965/intel_screen.c index 6c4d7c5be27..b669f8d138c 100644 --- a/src/mesa/drivers/dri/i965/intel_screen.c +++ b/src/mesa/drivers/dri/i965/intel_screen.c @@ -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) {