From: Jakob Bornecrantz Date: Wed, 18 Feb 2009 16:58:24 +0000 (+0000) Subject: gallium: Disable i965simple pipe driver after it was broken X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11eb127e47c67bf714c8cf97495663e6b711b392;p=mesa.git 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. --- diff --git a/configure.ac b/configure.ac index 2d48ccf63ae..b2c0111d331 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