11.2.2 + virgl fence fix

This commit is contained in:
Dave Airlie 2016-06-14 13:17:59 +10:00
parent 41743fb17f
commit c83e8de593
2 changed files with 11 additions and 3 deletions

View file

@ -50,13 +50,13 @@
%define _default_patch_fuzz 2
%define gitdate 20160501
%define gitdate 20160614
#% define githash 24ea81a
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 11.2.1
Version: 11.2.2
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
@ -77,6 +77,9 @@ Patch15: mesa-9.2-hardware-float.patch
Patch20: mesa-10.2-evergreen-big-endian.patch
Patch30: mesa-10.3-bigendian-assert.patch
# upstream backport for virgl fix
Patch40: 0001-virgl-fix-checking-fences.patch
# To have sha info in glxinfo
BuildRequires: git-core
@ -357,6 +360,8 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
%patch20 -p1 -b .egbe
%patch30 -p1 -b .beassert
%patch40 -p1 -b .virglfix
%if 0%{with_private_llvm}
sed -i 's/llvm-config/mesa-private-llvm-config-%{__isa_bits}/g' configure.ac
sed -i 's/`$LLVM_CONFIG --version`/&-mesa/' configure.ac
@ -695,6 +700,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Jun 14 2016 Dave Airlie <airlied@redhat.com> - 11.2.2-1.20160614
- 11.2.2 + virgl fence fix
* Sun May 01 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.2.1-1.20160601
- 11.2.1

View file

@ -1 +1 @@
e1a2fe139c525b01cc39ccef3ecfd73e mesa-20160501.tar.xz
a9dfe51504c51358c470371154fa5592 mesa-20160614.tar.xz