summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-02-26 12:17:22 -0500
committerAdam Jackson <ajax@redhat.com>2013-02-26 12:17:22 -0500
commit6463e257ef46bce97137ed87ad4716b10a64599f (patch)
tree4f926140f7d4b241bced8046eeed84551021a5dd
parent52a3beeca5f3b829da12c8f77be6887e9b99b841 (diff)
downloadmesa-6463e257ef46bce97137ed87ad4716b10a64599f.tar.gz
mesa-6463e257ef46bce97137ed87ad4716b10a64599f.tar.xz
mesa-6463e257ef46bce97137ed87ad4716b10a64599f.zip
Fix s390*'s swrast to be classic not softpipe
-rw-r--r--mesa.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/mesa.spec b/mesa.spec
index 9dd68c9..b7b770a 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -49,7 +49,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 9.1
-Release: 0.2%{?dist}
+Release: 0.3%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -359,7 +359,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
%endif
%else
--disable-gallium-llvm \
- --with-gallium-drivers=swrast \
+ --with-gallium-drivers= \
--enable-dri \
%endif
%{?dri_drivers}
@@ -588,6 +588,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Tue Feb 26 2013 Adam Jackson <ajax@redhat.com> 9.1-0.3
+- Fix s390*'s swrast to be classic not softpipe
+
* Tue Feb 19 2013 Jens Petersen <petersen@redhat.com> - 9.1-0.2
- build against llvm-3.2
- turn on radeonsi