From 6463e257ef46bce97137ed87ad4716b10a64599f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 26 Feb 2013 12:17:22 -0500 Subject: [PATCH] Fix s390*'s swrast to be classic not softpipe --- mesa.spec | 7 +++++-- 1 file 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 9.1-0.3 +- Fix s390*'s swrast to be classic not softpipe + * Tue Feb 19 2013 Jens Petersen - 9.1-0.2 - build against llvm-3.2 - turn on radeonsi