summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-09-22 12:24:21 -0700
committerEric Anholt <eric@anholt.net>2014-09-23 13:40:10 -0700
commit517e01b5c3db9ba750698096e823134b288e213f (patch)
treec45b171316ae6d599b6b19d4c3a5cc7960334491 /src/mesa/Makefile.sources
parent5e1fcc625824ae962d5f658e151e6bc2665adce8 (diff)
mesa: Move register_allocate.c to util.
The r300 gallium driver is using it outside of the Mesa tree, and I wanted to do so for vc4 as well. Rather than make the multiple-definitions problem even more complicated, just move it to more-shared code. v2: Don't forget to delete the symlink in r300 (review by Matt). Delete more r300-helper references (review by Emil) Don't prefix util/ header inclusion with "util/" (review by Emil) Reviewed-by: Matt Turner <mattst88@gmail.com> (v1) Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> (v1)
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 12336c074a..475501877b 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -280,7 +280,6 @@ PROGRAM_FILES = \
$(SRCDIR)program/prog_print.c \
$(SRCDIR)program/prog_statevars.c \
$(SRCDIR)program/programopt.c \
- $(SRCDIR)program/register_allocate.c \
$(SRCDIR)program/sampler.cpp \
$(SRCDIR)program/string_to_uint_map.cpp \
$(SRCDIR)program/symbol_table.c \