[Mesa-stable] [PATCH] i965: update Makefile.sources for perf changes
Jonathan Gray
jsg at jsg.id.au
Thu Nov 28 05:57:23 UTC 2019
brw_performance_query_metrics.h was removed in
134e750e16bfc53480e0bba6f0ae3e1d2a7fb87c and
brw_performance_query.h was removed in
8ae6667992ccca41d08884d863b8aeb22a4c4e65
remove reference to these files from Makefile.sources
Signed-off-by: Jonathan Gray <jsg at jsg.id.au>
Cc: 19.2 19.3 <mesa-stable at lists.freedesktop.org>
---
src/mesa/drivers/dri/i965/Makefile.sources | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index ed6b880bc20..469ee2f5d2d 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -35,9 +35,7 @@ i965_FILES = \
brw_object_purgeable.c \
brw_pipe_control.c \
brw_pipe_control.h \
- brw_performance_query.h \
brw_performance_query.c \
- brw_performance_query_metrics.h \
brw_program.c \
brw_program.h \
brw_program_binary.c \
--
2.24.0
More information about the mesa-stable
mailing list