1
0
forked from rpms/mesa

10.1 upstream release

- mesa: Bump version to 10.1 (final) (Ian Romanick)
- glx/dri2: fix build failure on HURD (Julien Cristau)
- i965: Validate (and resolve) all the bound textures. (Chris Forbes)
- i965: Widen sampler key bitfields for 32 samplers (Chris Forbes)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2014-03-05 12:33:48 +04:00
parent eb1af9860e
commit 2b2a62db01
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -68,3 +68,4 @@ mesa-20100720.tar.bz2
/mesa-20140222.tar.xz
/mesa-20140225.tar.xz
/mesa-20140301.tar.xz
/mesa-20140305.tar.xz

View File

@ -45,13 +45,13 @@
%define _default_patch_fuzz 2
%define gitdate 20140301
%define gitdate 20140305
#% define snapshot
Summary: Mesa graphics libraries
Name: mesa
Version: 10.1
Release: 0.rc3.%{gitdate}%{?dist}
Release: 1.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -632,6 +632,12 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* 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)
- i965: Validate (and resolve) all the bound textures. (Chris Forbes)
- i965: Widen sampler key bitfields for 32 samplers (Chris Forbes)
* Sat Mar 01 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc3.20140301
- 10.1-rc3

View File

@ -1 +1 @@
be88d201d1d5b9f511e68966a361728f mesa-20140301.tar.xz
242b9395d6b0303ddcd88987a93f5e8c mesa-20140305.tar.xz