gallium: Disable i965simple pipe driver after it was broken
authorJakob Bornecrantz <jakob@vmware.com>
Wed, 18 Feb 2009 16:58:24 +0000 (16:58 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Wed, 18 Feb 2009 17:15:31 +0000 (17:15 +0000)
It is only the i965simple pipe driver that was broken
in the gallium-texture-transfere merge that is being
disabled, mothing more nothing less.

FYI, there never where working i965 hardware support
in gallium anyways.

configure.ac

index 2d48ccf..b2c0111 100644 (file)
@@ -1118,7 +1118,7 @@ AC_ARG_ENABLE([gallium-intel],
     [enable_gallium_intel=yes])
 if test "x$enable_gallium_intel" = xyes; then
     GALLIUM_WINSYS_DRM_DIRS="$GALLIUM_WINSYS_DRM_DIRS intel"
-    GALLIUM_DRIVER_DIRS="$GALLIUM_DRIVER_DIRS i915simple i965simple"
+    GALLIUM_DRIVER_DIRS="$GALLIUM_DRIVER_DIRS i915simple"
 fi
 
 dnl