summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-03-12 13:16:28 +1000
committerDave Airlie <airlied@redhat.com>2014-03-12 13:16:28 +1000
commitaf7dc3049924f0b4de5c9f63a5b033c57e72ccb7 (patch)
tree4a795ef869713e8e0bdee96b35ef39cc84528750
parent2b2a62db0118fc11edb65fa20190ac345f5aef8e (diff)
downloadmesa-af7dc3049924f0b4de5c9f63a5b033c57e72ccb7.tar.gz
mesa-af7dc3049924f0b4de5c9f63a5b033c57e72ccb7.tar.xz
mesa-af7dc3049924f0b4de5c9f63a5b033c57e72ccb7.zip
disable r600 llvm compiler (upstream advice)
-rw-r--r--mesa.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/mesa.spec b/mesa.spec
index 146c6a6..1c7cf2b 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -51,7 +51,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 10.1
-Release: 1.%{gitdate}%{?dist}
+Release: 2.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -377,7 +377,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS %{?with_opencl:-frtti -fexceptions} %{!?with_ope
%if %{with_hardware}
%{?with_vmware:--enable-xa} \
--with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,}%{?with_llvm:swrast,r600,}%{?with_freedreno:freedreno,}r300,nouveau \
- %{?with_llvm:--enable-r600-llvm-compiler} \
%else
--with-gallium-drivers=%{?with_llvm:swrast} \
%endif
@@ -632,6 +631,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Wed Mar 12 2014 Dave Airlie <airlied@redhat.com> 10.1-2.20140305
+- disable r600 llvm compiler (upstream advice)
+
* Wed Mar 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-1.20140305
- mesa: Bump version to 10.1 (final) (Ian Romanick)
- glx/dri2: fix build failure on HURD (Julien Cristau)