Module: Mesa Branch: master Commit: 11eb127e47c67bf714c8cf97495663e6b711b392 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11eb127e47c67bf714c8cf97495663e6b711b392
Author: Jakob Bornecrantz <[email protected]> Date: Wed Feb 18 16:58:24 2009 +0000 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 files changed, 1 insertions(+), 1 deletions(-) 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
