summaryrefslogtreecommitdiffstats
path: root/mesa.spec
diff options
context:
space:
mode:
authorKyle McMartin <kmcmarti@redhat.com>2013-07-15 11:12:47 -0400
committerKyle McMartin <kmcmarti@redhat.com>2013-07-15 11:12:47 -0400
commitaffe40ff19658e6feee3146a9a9df8661c3fb794 (patch)
tree60892c386ad28fe2d67fc3df48c42eec2e411592 /mesa.spec
parent1d63743895e2a69d4cf0d96d78ee5923834bc1bc (diff)
downloadmesa-affe40ff19658e6feee3146a9a9df8661c3fb794.tar.gz
mesa-affe40ff19658e6feee3146a9a9df8661c3fb794.tar.xz
mesa-affe40ff19658e6feee3146a9a9df8661c3fb794.zip
Use LLVM::MCJIT on ARM and AArch64
Diffstat (limited to 'mesa.spec')
-rw-r--r--mesa.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/mesa.spec b/mesa.spec
index 53b08a7..9c8a5bf 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -78,6 +78,7 @@ Patch16: mesa-9.2-no-useless-vdpau.patch
Patch18: mesa-9.2-llvmpipe-on-big-endian.patch
Patch19: mesa-9.2-no-gallium-osmesa.patch
Patch20: 0001-Revert-i965-Disable-unused-pipeline-stages-once-at-s.patch
+Patch30: mesa-llvmpipe-use-mcjit-on-arm.patch
BuildRequires: pkgconfig autoconf automake libtool
%if %{with_hardware}
@@ -305,6 +306,7 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
%patch18 -p1 -b .be
%patch19 -p1 -b .osmesa
%patch20 -p1 -b .revert
+%patch30 -p1 -b .arm
%if 0%{with_private_llvm}
sed -i 's/llvm-config/mesa-private-llvm-config-%{__isa_bits}/g' configure.ac
@@ -604,6 +606,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Sun Jul 14 2013 Kyle McMartin <kyle@redhat.com>
+- Use LLVM::MCJIT on ARM and AArch64.
+
* Mon Jun 17 2013 Adam Jackson <ajax@redhat.com> 9.2-0.12.20130610
- Re-enable hardware float support (#975204)