From ef6eb2dc042985c4eb6716653d8afb025d335069 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 10 May 2014 10:00:32 +0400 Subject: [PATCH] 10.2-rc2 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit $ git log --format="- %s (%an)" e8f61503205a5f44e6156393eb799856f095bf14..0b3126bddddbb3555c8ee97f2158234cf725afa2 - mesa: Bump version to 10.2-rc2 (Ian Romanick) - glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414 (Emil Velikov) - configure: error out if building GBM without dri (Emil Velikov) - i965: Fix GPU hangs on Broadwell in shaders with some control flow. (Kenneth Graunke) - radeonsi: Enable geometry shaders with LLVM 3.4.1 (Tom Stellard) - configure.ac: Add LLVM_VERSION_PATCH to DEFINES (Tom Stellard) - st/xa: Fix performance regression introduced by commit "Cache render target surface" (Thomas Hellstrom) - clover: Destory pipe_screen when device does not support compute v2 (Tom Stellard) - pipe-loader: Don't destroy the winsys in the sw loader (Tom Stellard) - draw: do not use draw_get_option_use_llvm() inside draw execution paths (Roland Scheidegger) - mesa: Fix MaxNumLayers for 1D array textures. (Kenneth Graunke) - i965: Enable GL_ARB_texture_view on Broadwell. (Kenneth Graunke) - nv50/ir/gk110: fix set with f32 dest (Ilia Mirkin) - linker: Fix consumer_inputs_with_locations indexing (Ian Romanick) - meta: Only clear the requested color buffers. (Kenneth Graunke) - meta: Add infrastructure for saving/restoring the DrawBuffers state. (Kenneth Graunke) - meta: Add a new MESA_META_DRAW_BUFFERS bit. (Kenneth Graunke) - meta: Unify the GLSL and fixed-function clear paths. (Kenneth Graunke) - i965: Always intel_prepare_render() after invalidating front buffers. (Kenneth Graunke) - glsl: fix bogus layout qualifier warnings (Tapani Pälli) - i965: Set miptree target field when creating from a BO. (Kenneth Graunke) Signed-off-by: Igor Gnatenko --- .gitignore | 1 + mesa.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e600806..38baedd 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ mesa-20100720.tar.bz2 /mesa-20140419.tar.xz /mesa-20140430.tar.xz /mesa-20140505.tar.xz +/mesa-20140510.tar.xz diff --git a/mesa.spec b/mesa.spec index e2e498e..38c0bf1 100644 --- a/mesa.spec +++ b/mesa.spec @@ -53,13 +53,13 @@ %define _default_patch_fuzz 2 -%define gitdate 20140505 +%define gitdate 20140510 #% define snapshot Summary: Mesa graphics libraries Name: mesa Version: 10.2 -Release: 0.3.rc1.%{gitdate}%{?dist} +Release: 0.4.rc2.%{gitdate}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -676,6 +676,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat May 10 2014 Igor Gnatenko - 10.2-0.4.rc2.20140510 +- 10.2-rc2 upstream release + * Tue May 06 2014 Igor Gnatenko - 10.2-0.3.rc1.20140505 - Move gallium-pipe to the correct sub-package (RHBZ #1094588) (kwizart) - Move egl_gallium.so to the correct location (RHBZ #1094588) (kwizart) diff --git a/sources b/sources index 3af9037..1f11317 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d183463945f084ea364df164389cff6 mesa-20140505.tar.xz +8845801d47c3d9725b9cd56f6277f783 mesa-20140510.tar.xz