From: Emil Velikov Date: Wed, 6 Dec 2017 17:33:00 +0000 (+0000) Subject: i965: include brw_pipe_control.h in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=526945f7dc425ffbb8511b33301f6b1827ee4956;p=mesa.git 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 --- 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 \