summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-09-22 12:16:16 -0700
committerEric Anholt <eric@anholt.net>2014-09-23 13:40:10 -0700
commit71e5ba9c011939c962018af7f3ca78b600c95148 (patch)
treebc342719a67f433269ffeae84b31fb4799433a2d /src/gallium/drivers/vc4/Makefile.am
parent0148690ac7b954e1958b746fb3d33f253aa38ccb (diff)
downloadexternal_mesa3d-71e5ba9c011939c962018af7f3ca78b600c95148.zip
external_mesa3d-71e5ba9c011939c962018af7f3ca78b600c95148.tar.gz
external_mesa3d-71e5ba9c011939c962018af7f3ca78b600c95148.tar.bz2
vc4: Switch to using Mesa's register allocator.
This will let me more reliably allocate a-file registers, which are going to be even more in demand when I start using a-file unpacks. Also fixes a bug where the reservation of payload registers (FRAG_Z/W) was off by one but just caused failure to register allocate at all if the off-by-one was fixed.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.am')
-rw-r--r--src/gallium/drivers/vc4/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am
index 0b8279d..7744631 100644
--- a/src/gallium/drivers/vc4/Makefile.am
+++ b/src/gallium/drivers/vc4/Makefile.am
@@ -31,6 +31,7 @@ AM_CFLAGS = \
$(LIBDRM_CFLAGS) \
$(GALLIUM_DRIVER_CFLAGS) \
$(SIM_CFLAGS) \
+ -I$(top_srcdir)/src/mesa/ \
$()
noinst_LTLIBRARIES = libvc4.la