[mesa] 9.2.4 upstream release

Igor Gnatenko ignatenkobrain at fedoraproject.org
Thu Nov 28 10:21:40 UTC 2013


commit bbef9c7b4e21e1f721e0274fce603cb72a5ef304
Author: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Date:   Thu Nov 28 14:21:24 2013 +0400

    9.2.4 upstream release
    
    Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>

 .gitignore                                         |    1 +
 ...3xx-fix-color-inversion-on-mem-gmem-resto.patch |   31 -
 ...do-not-create-a-new-context-for-msaa-copy.patch |  313 -----
 ...eno-a3xx-fix-viewport-on-gmem-mem-resolve.patch |   32 -
 ...dd-debug-option-to-disable-scissor-optimi.patch |  113 --
 0004-freedreno-update-register-headers.patch       | 1238 --------------------
 0005-freedreno-a3xx-some-texture-fixes.patch       |   65 -
 0006-freedreno-a3xx-compiler-fix-CMP.patch         |   45 -
 ...reno-a3xx-compiler-handle-saturate-on-dst.patch |   98 --
 ...3xx-compiler-use-max_reg-rather-than-file.patch |   59 -
 ...3xx-compiler-cat4-cannot-use-const-reg-as.patch |  104 --
 ...o-fix-segfault-when-no-color-buffer-bound.patch |  216 ----
 ...3xx-compiler-make-compiler-errors-more-us.patch |  172 ---
 ...o-a3xx-compiler-bit-of-re-arrange-cleanup.patch |  420 -------
 0013-freedreno-a3xx-compiler-fix-SGT-SLT-etc.patch |  231 ----
 0014-freedreno-a3xx-don-t-leak-so-much.patch       |   36 -
 ...dreno-a3xx-compiler-better-const-handling.patch |  376 ------
 ...no-a3xx-compiler-handle-sync-flags-better.patch |  128 --
 ...-freedreno-updates-for-msm-drm-kms-driver.patch |  328 ------
 mesa.spec                                          |   44 +-
 sources                                            |    2 +-
 21 files changed, 7 insertions(+), 4045 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 089b161..378e862 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,4 @@ mesa-20100720.tar.bz2
 /mesa-20130919.tar.xz
 /mesa-20131113.tar.xz
 /mesa-20131114.tar.xz
+/mesa-20131128.tar.xz
diff --git a/mesa.spec b/mesa.spec
index 0619a6c..e941de1 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -48,12 +48,12 @@
 
 %define _default_patch_fuzz 2
 
-%define gitdate 20131114
+%define gitdate 20131128
 #% define snapshot 
 
 Summary: Mesa graphics libraries
 Name: mesa
-Version: 9.2.3
+Version: 9.2.4
 Release: 1.%{gitdate}%{?dist}
 License: MIT
 Group: System Environment/Libraries
@@ -77,25 +77,6 @@ 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=71573
-Patch21: 0001-freedreno-a3xx-fix-color-inversion-on-mem-gmem-resto.patch
-Patch22: 0002-freedreno-a3xx-fix-viewport-on-gmem-mem-resolve.patch
-Patch23: 0003-freedreno-add-debug-option-to-disable-scissor-optimi.patch
-Patch24: 0004-freedreno-update-register-headers.patch
-Patch25: 0005-freedreno-a3xx-some-texture-fixes.patch
-Patch26: 0006-freedreno-a3xx-compiler-fix-CMP.patch
-Patch27: 0007-freedreno-a3xx-compiler-handle-saturate-on-dst.patch
-Patch28: 0008-freedreno-a3xx-compiler-use-max_reg-rather-than-file.patch
-Patch29: 0009-freedreno-a3xx-compiler-cat4-cannot-use-const-reg-as.patch
-Patch30: 0010-freedreno-fix-segfault-when-no-color-buffer-bound.patch
-Patch31: 0011-freedreno-a3xx-compiler-make-compiler-errors-more-us.patch
-Patch32: 0012-freedreno-a3xx-compiler-bit-of-re-arrange-cleanup.patch
-Patch33: 0013-freedreno-a3xx-compiler-fix-SGT-SLT-etc.patch
-Patch34: 0014-freedreno-a3xx-don-t-leak-so-much.patch
-Patch35: 0015-freedreno-a3xx-compiler-better-const-handling.patch
-Patch36: 0016-freedreno-a3xx-compiler-handle-sync-flags-better.patch
-Patch37: 0017-freedreno-updates-for-msm-drm-kms-driver.patch
-
 BuildRequires: pkgconfig autoconf automake libtool
 %if %{with_hardware}
 BuildRequires: kernel-headers
@@ -321,24 +302,6 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
 %patch16 -p1 -b .vdpau
 %patch20 -p1 -b .egbe
 
-%patch21 -p1
-%patch22 -p1
-%patch23 -p1
-%patch24 -p1
-%patch25 -p1
-%patch26 -p1
-%patch27 -p1
-%patch28 -p1
-%patch29 -p1
-%patch30 -p1
-%patch31 -p1
-%patch32 -p1
-%patch33 -p1
-%patch34 -p1
-%patch35 -p1
-%patch36 -p1
-%patch37 -p1
-
 %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
@@ -637,6 +600,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Nov 28 2013 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 9.2.4-1.20131128
+- 9.2.4 upstream release
+
 * Thu Nov 14 2013 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 9.2.3-1.20131114
 - 9.2.3 upstream release
 
diff --git a/sources b/sources
index caf10db..f4bcce4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54f46fc070303e0d467779ab39103d58  mesa-20131114.tar.xz
+0f501dfd50b6094774b0d564d745a285  mesa-20131128.tar.xz


More information about the scm-commits mailing list