Mesa (master): Remove ffb and gamma from configs.

Vinson Lee vlee at kemper.freedesktop.org
Thu Mar 4 03:05:24 UTC 2010


Module: Mesa
Branch: master
Commit: e5d0956ca4621f379be9beb104b21a90f207475c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5d0956ca4621f379be9beb104b21a90f207475c

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Mar  3 19:03:45 2010 -0800

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 da63e3b..0b91cfc 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 634546c..e8e8ccf 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 ceab05d..656cf61 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 691f8e4..c5ed89c 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 6494a68..2c2834b 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 




More information about the mesa-commit mailing list