summaryrefslogtreecommitdiffstats
path: root/mesa.spec
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-04-04 17:23:59 -0400
committerAdam Jackson <ajax@redhat.com>2013-04-04 17:23:59 -0400
commitac0fbf9e295ff9b8414633521528b4dbbf3ea757 (patch)
tree87511303f3efabf6295f3d6732a55067f120d6e1 /mesa.spec
parent5b216c73c93eb57eafddd6c30951a9ee48ca8f0c (diff)
downloadmesa-ac0fbf9e295ff9b8414633521528b4dbbf3ea757.tar.gz
mesa-ac0fbf9e295ff9b8414633521528b4dbbf3ea757.tar.xz
mesa-ac0fbf9e295ff9b8414633521528b4dbbf3ea757.zip
Enable llvmpipe even on non-SSE2 machines (#909473)
Diffstat (limited to 'mesa.spec')
-rw-r--r--mesa.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/mesa.spec b/mesa.spec
index c410542..4abc611 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -48,7 +48,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 9.1
-Release: 4%{?dist}
+Release: 5%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -73,7 +73,7 @@ Patch9: mesa-8.0-llvmpipe-shmget.patch
#Patch11: mesa-8.0-nouveau-tfp-blacklist.patch
Patch12: mesa-8.0.1-fix-16bpp.patch
Patch14: i965-hack-hiz-snb-fix.patch
-
+Patch15: 0001-llvmpipe-Work-without-sse2-if-llvm-is-new-enough.patch
BuildRequires: pkgconfig autoconf automake libtool
%if %{with_hardware}
@@ -301,6 +301,7 @@ Mesa shared glapi
# hack from chromium - awaiting real upstream fix
%patch14 -p1 -b .snbfix
+%patch15 -p1 -b .sse2
# default to dri (not xlib) for libGL on all arches
# XXX please fix upstream
sed -i 's/^default_driver.*$/default_driver="dri"/' configure.ac
@@ -591,6 +592,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Thu Apr 04 2013 Adam Jackson <ajax@redhat.com> 9.1-5
+- Enable llvmpipe even on non-SSE2 machines (#909473)
+
* Tue Mar 26 2013 Adam Jackson <ajax@redhat.com> 9.1-4
- Fix build with private LLVM