From 11eb127e47c67bf714c8cf97495663e6b711b392 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 18 Feb 2009 16:58:24 +0000 Subject: [PATCH] gallium: Disable i965simple pipe driver after it was broken 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2d48ccf..b2c0111 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4