summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static
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/gallium/targets/egl-static
parent5e1fcc625824ae962d5f658e151e6bc2665adce8 (diff)
downloadexternal_mesa3d-517e01b5c3db9ba750698096e823134b288e213f.zip
external_mesa3d-517e01b5c3db9ba750698096e823134b288e213f.tar.gz
external_mesa3d-517e01b5c3db9ba750698096e823134b288e213f.tar.bz2
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/gallium/targets/egl-static')
-rw-r--r--src/gallium/targets/egl-static/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am
index 84f3338..a428be5 100644
--- a/src/gallium/targets/egl-static/Makefile.am
+++ b/src/gallium/targets/egl-static/Makefile.am
@@ -196,11 +196,6 @@ egl_gallium_la_CPPFLAGS += -DGALLIUM_R300
egl_gallium_la_LIBADD += \
$(top_builddir)/src/gallium/drivers/r300/libr300.la \
$(RADEON_LIBS)
-
-if !HAVE_OPENGL
-egl_gallium_la_LIBADD += \
- $(top_builddir)/src/gallium/drivers/r300/libr300-helper.la
-endif
endif
if HAVE_GALLIUM_R600