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-Tag: upstream/18.1.0~3393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=526945f7dc425ffbb8511b33301f6b1827ee4956;p=platform%2Fupstream%2Fmesa.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 f185b1f..5599f0a 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 \