[mesa] - update to latest git snap + enable r600g by default

Dave Airlie airlied at fedoraproject.org
Tue Nov 9 05:18:04 UTC 2010


commit a8555b48c4f667e9ebc0c2f354ead69c4daef803
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Nov 9 00:17:43 2010 -0500

    - update to latest git snap + enable r600g by default

 .gitignore |    1 +
 mesa.spec  |   10 ++++++++--
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be29a79..b2059c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ mesa-20100709.tar.bz2
 mesa-20100720.tar.bz2
 /mesa-20100824.tar.bz2
 /mesa-20101020.tar.bz2
+/mesa-20101108.tar.bz2
diff --git a/mesa.spec b/mesa.spec
index fb2e060..012db1b 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -9,13 +9,13 @@
 %define _default_patch_fuzz 2
 
 %define manpages gl-manpages-1.0.1
-%define gitdate 20101020
+%define gitdate 20101108
 #% define snapshot 
 
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.10
-Release: 0.8%{?dist}
+Release: 0.9%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -236,6 +236,7 @@ make clean
     --disable-gallium-intel \
     --disable-gallium-svga \
     --enable-gallium-radeon \
+    --enable-gallium-r600 \
     --enable-gallium-nouveau \
 %endif
     %{?dri_drivers}
@@ -259,6 +260,7 @@ install -d $RPM_BUILD_ROOT%{_libdir}/dri
 #install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri %{_lib}/libdricore.so >& /dev/null
 # use gallium r300 driver iff built
 [ -f %{_lib}/gallium/r300_dri.so ] && cp %{_lib}/gallium/r300_dri.so %{_lib}/r300_dri.so
+[ -f %{_lib}/gallium/r600_dri.so ] && cp %{_lib}/gallium/r600_dri.so %{_lib}/r600_dri.so
 for f in i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage sis swrast tdfx unichrome nouveau_vieux gallium/vmwgfx; do
     so=%{_lib}/${f}_dri.so
     test -e $so && echo $so
@@ -319,6 +321,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/egl/egl_gallium.so
 %{_libdir}/egl/pipe_nouveau.so
 %{_libdir}/egl/pipe_r300.so
+%{_libdir}/egl/pipe_r600.so
 %{_libdir}/egl/pipe_swrast.so
 %{_libdir}/egl/st_GL.so
 
@@ -416,6 +419,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libOSMesa.so
 
 %changelog
+* Mon Nov 08 2010 Dave Airlie <airlied at redhat.com> 7.10-0.9
+- update to latest git snap + enable r600g by default
+
 * Sat Nov 06 2010 Dave Airlie <airlied at redhat.com> 7.10-0.8
 - enable EGL/GLES
 
diff --git a/sources b/sources
index f28ff1a..c68891d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 6ae05158e678f4594343f32c2ca50515  gl-manpages-1.0.1.tar.bz2
-50cfa6784e41c60ae8f94978fc623b01  mesa-20101020.tar.bz2
+0d1e02fde0fdf06d018dd36e575dc1f0  mesa-20101108.tar.bz2


More information about the scm-commits mailing list