summaryrefslogtreecommitdiff
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-11-16 11:43:51 -0800
committerMatt Turner <mattst88@gmail.com>2017-11-17 12:14:38 -0800
commit821ec473a862762b3e9d4004d062293fa27e102b (patch)
tree3a39cb0087847445f3df1fc0459d2b49b945a751 /src/intel/Makefile.sources
parent4f82b17287194ca7d10816f6cfe4712a3e0a03fc (diff)
downloadmesa-821ec473a862762b3e9d4004d062293fa27e102b.tar.gz
i965: Rename intel_asm_annotation -> brw_disasm_info
It was the only file named intel_* in the compiler. Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 5a09e6d9166..cdb10ece35e 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -38,6 +38,8 @@ COMPILER_FILES = \
compiler/brw_dead_control_flow.cpp \
compiler/brw_dead_control_flow.h \
compiler/brw_disasm.c \
+ compiler/brw_disasm_info.c \
+ compiler/brw_disasm_info.h \
compiler/brw_eu.c \
compiler/brw_eu_compact.c \
compiler/brw_eu_defines.h \
@@ -115,9 +117,7 @@ COMPILER_FILES = \
compiler/brw_vue_map.c \
compiler/brw_wm_iz.cpp \
compiler/gen6_gs_visitor.cpp \
- compiler/gen6_gs_visitor.h \
- compiler/intel_asm_annotation.c \
- compiler/intel_asm_annotation.h
+ compiler/gen6_gs_visitor.h
COMPILER_GENERATED_FILES = \
compiler/brw_nir_trig_workarounds.c