Mesa (8.0): configure: Add the svga gallium driver to the default gallium drivers

Thomas Hellstrom thomash at kemper.freedesktop.org
Thu Jan 12 12:38:29 UTC 2012


Module: Mesa
Branch: 8.0
Commit: 57665cb09e00761240afbb93adcd88f3ed139b15
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=57665cb09e00761240afbb93adcd88f3ed139b15

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Thu Jan 12 12:10:53 2012 +0100

configure: Add the svga gallium driver to the default gallium drivers

Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob at vmware.com>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e2302de..7c50e3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -662,7 +662,7 @@ AC_ARG_ENABLE([gallium_gbm],
     [enable_gallium_gbm=auto])
 
 # Option for Gallium drivers
-GALLIUM_DRIVERS_DEFAULT="r300,r600,swrast"
+GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast"
 
 AC_ARG_WITH([gallium-drivers],
     [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],




More information about the mesa-commit mailing list