mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
Re-enable hardware float support (#975204)
This commit is contained in:
parent
b1d1bf9659
commit
1d63743895
1 changed files with 5 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 9.2
|
Version: 9.2
|
||||||
Release: 0.11.%{gitdate}%{?dist}
|
Release: 0.12.%{gitdate}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -352,7 +352,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
|
||||||
--enable-gbm \
|
--enable-gbm \
|
||||||
--disable-opencl \
|
--disable-opencl \
|
||||||
--enable-glx-tls \
|
--enable-glx-tls \
|
||||||
--enable-texture-float=hardware \
|
--enable-texture-float=yes \
|
||||||
%{?with_llvm:--enable-gallium-llvm} \
|
%{?with_llvm:--enable-gallium-llvm} \
|
||||||
%{?with_llvm:--with-llvm-shared-libs} \
|
%{?with_llvm:--with-llvm-shared-libs} \
|
||||||
--enable-dri \
|
--enable-dri \
|
||||||
|
@ -604,6 +604,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 17 2013 Adam Jackson <ajax@redhat.com> 9.2-0.12.20130610
|
||||||
|
- Re-enable hardware float support (#975204)
|
||||||
|
|
||||||
* Mon Jun 17 2013 Adam Jackson <ajax@redhat.com> 9.2-0.11.20130610
|
* Mon Jun 17 2013 Adam Jackson <ajax@redhat.com> 9.2-0.11.20130610
|
||||||
- Fix evergreen on big-endian
|
- Fix evergreen on big-endian
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue