diff options
author | Tim Rowley <[email protected]> | 2016-02-24 20:56:38 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-03-02 18:38:42 -0600 |
commit | 7bb193d28c4195b5c3dd7897e6c9f5b0df2749cb (patch) | |
tree | 46c518e2ab851ad3a18407c9ff881389177b51d7 /src/gallium/Makefile.am | |
parent | d003be2a303edfe93cde756e56ce31608d51fe7c (diff) |
mesa/build: add OpenSWR to build
Tested on Linux (centos, ubuntu, and suse variants)
Reviewed-by: Emil Velikov <[email protected]>
Acked-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index e42a8f17703..086e1701128 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 |