From befc32b3800b82401f72dfc87200db67079313ee Mon Sep 17 00:00:00 2001 From: Eugene Shatokhin Date: Mon, 12 May 2014 18:11:04 +0400 Subject: [PATCH] Updated to version 10.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes from 10.1.2 to 10.1.3 Carl Worth (4): docs: Add MD5 sums for Mesa 10.1.2 get-pick-list.sh: Require explicit "10.1" for nominating stable patches VERSION: Update to 10.1.3 docs: Add release notes for Mesa 10.1.3. Kenneth Graunke (2): mesa: Fix MaxNumLayers for 1D array textures. i965: Fix depth (array slices) computation for 1D_ARRAY render targets. Tapani Pälli (1): glsl: fix bogus layout qualifier warnings Thomas Hellstrom (1): st/xa: Fix performance regression introduced by commit "Cache render target surface" --- .abf.yml | 2 +- mesa.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index fe67a27..b2946a2 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - MesaLib-10.1.2.tar.bz2: 9debffff2d25628bd699e3707ba89da3a3976c55 + MesaLib-10.1.3.tar.bz2: 37e70471ca42950cf1fe9749b2958325408cf826 diff --git a/mesa.spec b/mesa.spec index 7414716..f7e6332 100644 --- a/mesa.spec +++ b/mesa.spec @@ -18,11 +18,11 @@ %define gallium_drivers "r300,r600,radeonsi,nouveau,svga,swrast" %endif -#define short_ver 10.1.2 +#define short_ver 10.1 Summary: OpenGL 3.0 compatible 3D graphics library Name: mesa -Version: 10.1.2 +Version: 10.1.3 Release: 1 License: MIT Group: System/Libraries