mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
9.2.2 upstream release + fixes from git 9.2 branch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
205d5627e8
commit
ea1c6e950a
3 changed files with 7 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -56,3 +56,4 @@ mesa-20100720.tar.bz2
|
|||
/mesa-20130723.tar.xz
|
||||
/mesa-20130902.tar.xz
|
||||
/mesa-20130919.tar.xz
|
||||
/mesa-20131113.tar.xz
|
||||
|
|
11
mesa.spec
11
mesa.spec
|
@ -48,12 +48,12 @@
|
|||
|
||||
%define _default_patch_fuzz 2
|
||||
|
||||
%define gitdate 20130919
|
||||
%define gitdate 20131113
|
||||
#% define snapshot
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 9.2
|
||||
Version: 9.2.2
|
||||
Release: 1.%{gitdate}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
|
@ -76,9 +76,6 @@ Patch12: mesa-8.0.1-fix-16bpp.patch
|
|||
Patch15: mesa-9.2-hardware-float.patch
|
||||
Patch16: mesa-9.2-no-useless-vdpau.patch
|
||||
Patch20: mesa-9.2-evergreen-big-endian.patch
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=68665
|
||||
# http://cgit.freedesktop.org/mesa/mesa/commit/?id=b217d48364f368f541e53006af5dd56f664be24d
|
||||
Patch21: 0001-st-dri-do-not-create-a-new-context-for-msaa-copy.patch
|
||||
|
||||
BuildRequires: pkgconfig autoconf automake libtool
|
||||
%if %{with_hardware}
|
||||
|
@ -304,7 +301,6 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
|
|||
%patch15 -p1 -b .hwfloat
|
||||
%patch16 -p1 -b .vdpau
|
||||
%patch20 -p1 -b .egbe
|
||||
%patch21 -p1 -b .msaa
|
||||
|
||||
%if 0%{with_private_llvm}
|
||||
sed -i 's/llvm-config/mesa-private-llvm-config-%{__isa_bits}/g' configure.ac
|
||||
|
@ -604,6 +600,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 13 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 9.2.2-1.20131113
|
||||
- 9.2.2 upstream release + fixes from git 9.2 branch
|
||||
|
||||
* Thu Sep 19 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 9.2-1.20130919
|
||||
- Today's git snap of 9.2 branch
|
||||
- [NVE4] Fix crashing games when set AA to x2 on GTX760
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
99e1cbf18a76c540d5026a6db6e94199 mesa-20130919.tar.xz
|
||||
eafb41bd8c3160972e192b1d502ad8b6 mesa-20131113.tar.xz
|
||||
|
|
Loading…
Reference in a new issue