[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3859 - in branches/experimental/mesa: configs debian



Author: beatle
Date: 2006-10-20 03:47:37 -0400 (Fri, 20 Oct 2006)
New Revision: 3859

Added:
   branches/experimental/mesa/configs/debian-dri-i386-i686
   branches/experimental/mesa/debian/libgl1-mesa-dri-i686.install
   branches/experimental/mesa/debian/libgl1-mesa-glx-i686.install
Modified:
   branches/experimental/mesa/debian/control
Log:
Add a set of files to enable an i686 optimized build of the DRI/GLX-enabled
libGL and the DRI drivers. Disabled for now.


Added: branches/experimental/mesa/configs/debian-dri-i386-i686
===================================================================
--- branches/experimental/mesa/configs/debian-dri-i386-i686	                        (rev 0)
+++ branches/experimental/mesa/configs/debian-dri-i386-i686	2006-10-20 07:47:37 UTC (rev 3859)
@@ -0,0 +1,14 @@
+# Configuration for building the DRI drivers on i386.
+
+include $(TOP)/configs/linux-dri-x86
+include $(TOP)/configs/debian-dri-default
+
+CONFIG_NAME = debian-dri-i386-i686
+
+ARCH_FLAGS = -march=i686
+LIB_DIR = lib/glx/i686/cmov
+
+DRI_DRIVER_INSTALL_DIR = $(INSTALL_DIR)/lib/dri/i686/cmov
+
+# vim: ft=make
+

Modified: branches/experimental/mesa/debian/control
===================================================================
--- branches/experimental/mesa/debian/control	2006-10-20 07:45:39 UTC (rev 3858)
+++ branches/experimental/mesa/debian/control	2006-10-20 07:47:37 UTC (rev 3859)
@@ -32,7 +32,7 @@
 Priority: extra
 Architecture: i386
 Pre-Depends: libgl1-mesa-swx11
-Description: A free implementation of the OpenGL API -- i686 optimized runtime
+Description: A free implementation of the OpenGL API -- runtime [i686 optimized]
  Mesa is a 3-D graphics library with an API which is very similar to
  that of OpenGL.  To the extent that Mesa utilizes the OpenGL command
  syntax or state machine, it is being used with authorization from
@@ -90,6 +90,27 @@
  For a complete description of Mesa, please look at the
  libgl1-mesa-swx11 package.
 
+#Package: libgl1-mesa-glx-i686
+#Section: libs
+#Priority: extra
+#Architecture: i386
+#Pre-Depends: libgl1-mesa-glx
+#Description: A free implementation of the OpenGL API -- GLX runtime [i686 optimized]
+# This version of Mesa provides GLX and DRI capabilities: it is capable of
+# both direct and indirect rendering.  For direct rendering, it can use DRI
+# modules from the libgl1-mesa-dri package to accelerate drawing.
+# .
+# This package does not include the modules themselves: these can be found
+# in the libgl1-mesa-dri package.
+# .
+# For a complete description of Mesa, please look at the
+# libgl1-mesa-swx11 package.
+# .
+# This set of libraries is optimized for i686 machines and will only be used if
+# you are running a 2.6 kernel on an i686 class CPU. This includes Pentium Pro,
+# Pentium II/II/IV, Celeron CPU's and similar class CPU's (including clones
+# such as AMD Athlon/Opteron, VIA C3 Nehemiah, but not VIA C3 Ezla).
+
 Package: libgl1-mesa-dri
 Section: libs
 Architecture: any
@@ -107,6 +128,27 @@
  For a complete description of Mesa, please look at the
  libgl1-mesa-swx11 package.
 
+#Package: libgl1-mesa-dri-i686
+#Section: libs
+#Priority: extra
+#Architecture: i386
+#Pre-Depends: libgl1-mesa-dri
+#Description: A free implementation of the OpenGL API -- DRI modules [i686 optimized]
+# This version of Mesa provides GLX and DRI capabilities: it is capable of
+# both direct and indirect rendering.  For direct rendering, it can use DRI
+# modules from the libgl1-mesa-dri package to accelerate drawing.
+# .
+# This package does not include the OpenGL library itself, only the DRI
+# modules for accelerating direct rendering.
+# .
+# For a complete description of Mesa, please look at the
+# libgl1-mesa-swx11 package.
+# .
+# This set of libraries is optimized for i686 machines and will only be used if
+# you are running a 2.6 kernel on an i686 class CPU. This includes Pentium Pro,
+# Pentium II/II/IV, Celeron CPU's and similar class CPU's (including clones
+# such as AMD Athlon/Opteron, VIA C3 Nehemiah, but not VIA C3 Ezla).
+
 Package: libgl1-mesa-dev
 Section: libs
 Architecture: any

Added: branches/experimental/mesa/debian/libgl1-mesa-dri-i686.install
===================================================================
--- branches/experimental/mesa/debian/libgl1-mesa-dri-i686.install	                        (rev 0)
+++ branches/experimental/mesa/debian/libgl1-mesa-dri-i686.install	2006-10-20 07:47:37 UTC (rev 3859)
@@ -0,0 +1 @@
+usr/lib/dri/i686/cmov/*.so

Added: branches/experimental/mesa/debian/libgl1-mesa-glx-i686.install
===================================================================
--- branches/experimental/mesa/debian/libgl1-mesa-glx-i686.install	                        (rev 0)
+++ branches/experimental/mesa/debian/libgl1-mesa-glx-i686.install	2006-10-20 07:47:37 UTC (rev 3859)
@@ -0,0 +1 @@
+usr/lib/glx/i686/cmov/libGL.so.* usr/lib/i686/cmov



Reply to: