From 348509269ead23cb7f953c174d400e6e3d17d723 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Fri, 19 Aug 2016 04:27:18 -0700 Subject: i965: Move blorp into src/intel/blorp At this point, blorp is completely driver agnostic and can be safely moved into its own folder. Soon, we hope to start using it for doing blits in the Vulkan driver. Signed-off-by: Jason Ekstrand Reviewed-by: Topi Pohjolainen --- src/intel/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/intel/Makefile.am') diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 3b7d2f3a85b..fa4570d18aa 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -26,6 +26,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ + -I$(top_builddir)/src/compiler/nir \ -I$(top_builddir)/src/intel \ -I$(top_srcdir)/src/intel \ -I$(top_srcdir)/src/mapi \ @@ -51,6 +52,7 @@ BUILT_SOURCES = CLEANFILES = EXTRA_DIST = +include Makefile.blorp.am include Makefile.genxml.am include Makefile.isl.am -- cgit v1.2.3