From 526945f7dc425ffbb8511b33301f6b1827ee4956 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 6 Dec 2017 17:33:00 +0000 Subject: [PATCH] i965: include brw_pipe_control.h in the tarball Fixes: bfe0f3a7027 ("i965: Move PIPE_CONTROL defines and prototypes to brw_pipe_control.h.") Signed-off-by: Emil Velikov --- src/mesa/drivers/dri/i965/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index f185b1f5e2f..5599f0a4b1e 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -33,6 +33,7 @@ i965_FILES = \ brw_nir_uniforms.cpp \ brw_object_purgeable.c \ brw_pipe_control.c \ + brw_pipe_control.h \ brw_performance_query.h \ brw_performance_query.c \ brw_program.c \ -- 2.30.2