Mesa (master): i965: include brw_pipe_control.h in the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Wed Dec 6 17:35:40 UTC 2017


Module: Mesa
Branch: master
Commit: 526945f7dc425ffbb8511b33301f6b1827ee4956
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=526945f7dc425ffbb8511b33301f6b1827ee4956

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Dec  6 17:33:00 2017 +0000

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 <emil.velikov at collabora.com>

---

 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 f185b1f5e2..5599f0a4b1 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 \




More information about the mesa-commit mailing list