From e5d0956ca4621f379be9beb104b21a90f207475c Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 3 Mar 2010 19:03:45 -0800 Subject: [PATCH] Remove ffb and gamma from configs. --- configs/freebsd-dri | 2 -- configs/linux-dri | 2 +- configs/linux-dri-x86-64 | 2 +- configs/linux-dri-xcb | 4 +--- configs/linux-egl | 2 -- 5 files changed, 3 insertions(+), 9 deletions(-) diff --git a/configs/freebsd-dri b/configs/freebsd-dri index da63e3b78c5..0b91cfc37e9 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -48,8 +48,6 @@ WINDOW_SYSTEM=dri DRM_SOURCE_PATH=$(TOP)/../drm -# ffb and gamma are missing because they have not been converted to use the new -# interface. DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon tdfx \ unichrome savage sis diff --git a/configs/linux-dri b/configs/linux-dri index 634546c64ca..e8e8ccfcf94 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -64,7 +64,7 @@ GALLIUM_WINSYS_DRM_DIRS = vmware intel i965 GALLIUM_STATE_TRACKERS_DIRS = egl DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ - savage sis tdfx unichrome ffb swrast + savage sis tdfx unichrome swrast INTEL_LIBS = `pkg-config --libs libdrm_intel` INTEL_CFLAGS = `pkg-config --cflags libdrm_intel` diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index ceab05d5db4..656cf6140d7 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -16,7 +16,7 @@ LIB_DIR = lib64 # Library/program dependencies EXTRA_LIB_PATH=-L/usr/X11R6/lib64 -# ffb, gamma, and sis are missing because they have not be converted to use +# sis is missing because it has not been converted to use # the new interface. i810 are missing because there is no x86-64 # system where they could *ever* be used. # diff --git a/configs/linux-dri-xcb b/configs/linux-dri-xcb index 691f8e4918c..c5ed89c4b34 100644 --- a/configs/linux-dri-xcb +++ b/configs/linux-dri-xcb @@ -53,7 +53,5 @@ PROGRAM_DIRS = xdemos DRIVER_DIRS = dri WINDOW_SYSTEM=dri -# gamma are missing because they have not been converted to use the new -# interface. DRI_DIRS = i810 i915 mach64 mga r128 r200 r300 radeon \ - savage sis tdfx unichrome ffb + savage sis tdfx unichrome diff --git a/configs/linux-egl b/configs/linux-egl index 6494a68aeb1..2c2834b81d7 100644 --- a/configs/linux-egl +++ b/configs/linux-egl @@ -54,6 +54,4 @@ DRIVER_DIRS = dri WINDOW_SYSTEM = dri GALLIUM_WINSYS_DIRS = egl_drm -# gamma are missing because they have not been converted to use the new -# interface. DRI_DIRS = intel -- 2.30.2