diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2009-02-18 16:58:24 +0000 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2009-02-18 17:15:31 +0000 |
commit | 11eb127e47c67bf714c8cf97495663e6b711b392 (patch) | |
tree | 8e658a0883731b6f595b64a7a348dde20b477ec0 | |
parent | c738edcc68905fb251cf9edc0529e2e1c778fdee (diff) |
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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2d48ccf63a..b2c0111d33 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 |