From 1d63743895e2a69d4cf0d96d78ee5923834bc1bc Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 17 Jun 2013 15:53:32 -0400 Subject: [PATCH] Re-enable hardware float support (#975204) --- mesa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 14c8589..53b08a7 100644 --- a/mesa.spec +++ b/mesa.spec @@ -54,7 +54,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 9.2 -Release: 0.11.%{gitdate}%{?dist} +Release: 0.12.%{gitdate}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -352,7 +352,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions" --enable-gbm \ --disable-opencl \ --enable-glx-tls \ - --enable-texture-float=hardware \ + --enable-texture-float=yes \ %{?with_llvm:--enable-gallium-llvm} \ %{?with_llvm:--with-llvm-shared-libs} \ --enable-dri \ @@ -604,6 +604,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Jun 17 2013 Adam Jackson 9.2-0.12.20130610 +- Re-enable hardware float support (#975204) + * Mon Jun 17 2013 Adam Jackson 9.2-0.11.20130610 - Fix evergreen on big-endian