summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorTim Rowley <timothy.o.rowley@intel.com>2016-02-24 20:56:38 -0600
committerTim Rowley <timothy.o.rowley@intel.com>2016-03-02 18:38:42 -0600
commit7bb193d28c4195b5c3dd7897e6c9f5b0df2749cb (patch)
tree46c518e2ab851ad3a18407c9ff881389177b51d7 /src/gallium/Makefile.am
parentd003be2a303edfe93cde756e56ce31608d51fe7c (diff)
downloadexternal_mesa3d-7bb193d28c4195b5c3dd7897e6c9f5b0df2749cb.zip
external_mesa3d-7bb193d28c4195b5c3dd7897e6c9f5b0df2749cb.tar.gz
external_mesa3d-7bb193d28c4195b5c3dd7897e6c9f5b0df2749cb.tar.bz2
mesa/build: add OpenSWR to build
Tested on Linux (centos, ubuntu, and suse variants) Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r--src/gallium/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index e42a8f1..086e170 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -78,6 +78,12 @@ SUBDIRS += drivers/llvmpipe
endif
endif
+if HAVE_GALLIUM_SWR
+SUBDIRS += drivers/swr
+SUBDIRS += drivers/swr/avx
+SUBDIRS += drivers/swr/avx2
+endif
+
## vc4/rpi
if HAVE_GALLIUM_VC4
SUBDIRS += drivers/vc4 winsys/vc4/drm