mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 19:06:52 +00:00
Fix swrast on s390* to be classic not softpipe
This commit is contained in:
parent
5cdc027b29
commit
b831ad1557
1 changed files with 6 additions and 4 deletions
10
mesa.spec
10
mesa.spec
|
@ -1,5 +1,4 @@
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%define rhel_no_hw_arches ppc ppc64 ppc64p7
|
|
||||||
%define with_private_llvm 1
|
%define with_private_llvm 1
|
||||||
%else
|
%else
|
||||||
%define with_private_llvm 0
|
%define with_private_llvm 0
|
||||||
|
@ -15,7 +14,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# S390 doesn't have video cards, but we need swrast for xserver's GLX
|
# S390 doesn't have video cards, but we need swrast for xserver's GLX
|
||||||
%ifarch s390 s390x %{?rhel_no_hw_arches}
|
%ifarch s390 s390x
|
||||||
%define with_hardware 0
|
%define with_hardware 0
|
||||||
%define dri_drivers --with-dri-drivers=swrast
|
%define dri_drivers --with-dri-drivers=swrast
|
||||||
%else
|
%else
|
||||||
|
@ -49,7 +48,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 9.0.1
|
Version: 9.0.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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 +351,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
--disable-gallium-llvm \
|
--disable-gallium-llvm \
|
||||||
--with-gallium-drivers=swrast \
|
--with-gallium-drivers= \
|
||||||
--enable-dri \
|
--enable-dri \
|
||||||
%endif
|
%endif
|
||||||
%{?dri_drivers}
|
%{?dri_drivers}
|
||||||
|
@ -577,6 +576,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 26 2013 Adam Jackson <ajax@redhat.com> 9.0.1-5
|
||||||
|
- Fix swrast on s390* to be classic not softpipe
|
||||||
|
|
||||||
* Thu Jan 31 2013 Jerome Glisse <jglisse@redhat.com> 9.0.1-4
|
* Thu Jan 31 2013 Jerome Glisse <jglisse@redhat.com> 9.0.1-4
|
||||||
- force r600g to stay in gpu memory limit
|
- force r600g to stay in gpu memory limit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue