summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2019-11-28 16:57:23 +1100
committerDylan Baker <dylan@pnwbakers.com>2019-12-03 10:23:40 -0800
commitd32a34a3f3d3a0c29164fb42f9796cf19dcd9a3d (patch)
tree91ec697fa3dc15bf4b9686fec2191d8ba692c810
parent8e3c4caf74d6f625498791cd9b5051dffa5282a0 (diff)
i965: update Makefile.sources for perf changes
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@jsg.id.au> Fixes: 134e750e16bfc53480e0 ("i965: extract performance query metrics") Fixes: 8ae6667992ccca41d088 ("intel/perf: move query_object into perf") Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> (cherry picked from commit 34dda0ca659a8dd4a25123d966ed04340b9a0e45)
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources2
1 files changed, 0 insertions, 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 \