summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-08-05 14:43:51 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-08-19 03:11:29 -0700
commiteea6a66222c0f4d59bb29388b275a3520dd652be (patch)
tree054bd8e5fd3c235e9fc63587ee7b023e2ade4e9f /src/mesa/drivers/dri/i965/Makefile.am
parentb5c20a98c138e0aa2be0e14b2fa200ecb2b84a83 (diff)
downloadexternal_mesa3d-eea6a66222c0f4d59bb29388b275a3520dd652be.zip
external_mesa3d-eea6a66222c0f4d59bb29388b275a3520dd652be.tar.gz
external_mesa3d-eea6a66222c0f4d59bb29388b275a3520dd652be.tar.bz2
i965/blorp/gen6: Use genxml packing structs for state setup
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 0a5222e..77ad1e8 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -36,6 +36,7 @@ AM_CFLAGS = \
-I$(top_srcdir)/src/compiler/nir \
-I$(top_srcdir)/src/intel \
-I$(top_builddir)/src/compiler/nir \
+ -I$(top_builddir)/src/intel \
-I$(top_builddir)/src/mesa/drivers/dri/common \
$(DEFINES) \
$(VISIBILITY_CFLAGS) \