summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2019-08-09 16:01:22 +0300
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2019-08-09 22:49:48 +0300
commit351c2ad157fd73ec05315b66bd65add659b93efc (patch)
tree379e65f525210e5ad8066099d576c9edcb810ab1
parent9be5ce1d736f1fc13de26533a0ffb2e57137c304 (diff)
downloadmesa-351c2ad157fd73ec05315b66bd65add659b93efc.tar.gz
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>
-rw-r--r--src/mesa/drivers/dri/i965/intel_screen.c2
1 files changed, 1 insertions, 1 deletions
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) {