Accepting request 335448 from X11:XOrg
- Update to 11.0.2 * This is a emergency release which covers the final dEQP regressions introduced in the 11.0 development cycle. - update upstream status: * remove n_i965-Remove-early-release-of-DRI2-miptree.patch * add U_i965-Remove-early-release-of-DRI2-miptree.patch - Update to 11.0.1 * i965/vec4: Fix saturation errors when coalescing registers * i965/vec4_nir: Load constants as integers * meta: Abort meta pbo path if TexSubImage need signed unsigned conversion * docs: add sha256 checksums for 11.0.0 * Update version to 11.0.1 * docs: add release notes for 11.0.1 * mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default framebuffer. * t_dd_dmatmp: Make "count" actually be the count * t_dd_dmatmp: Clean up improper code formatting from previous patch * t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere * t_dd_dmatmp: Pull out common 'count -= count & 3' code * t_dd_dmatmp: Use addition instead of subtraction in loop bounds * st/mesa: avoid integer overflows with buffers >= 512MB * nv50, nvc0: fix max texture buffer size to 128M elements * freedreno/a3xx: fix blending of L8 format * nv50,nvc0: detect underlying resource changes and update tic * nv50,nvc0: flush texture cache in presence of coherent bufs * radeonsi: load fmask ptr relative to the resources array * nir: Fix a bunch of ralloc parenting errors * i965/vec4: Don't reswizzle hardware registers * configure.ac: Add support to enable read-only text segment on x86. * gbm: convert gbm bo format to fourcc format on dma-buf import * mesa: fix errors when reading depth with glReadPixels * i965: fix textureGrad for cubemaps * mesa: Fix texture compression on big-endian systems OBS-URL: https://build.opensuse.org/request/show/335448 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=251
This commit is contained in:
commit
e5a7d19cc0
49
Mesa.changes
49
Mesa.changes
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 12:47:05 UTC 2015 - sndirsch@suse.com
|
||||
|
||||
- Update to 11.0.2
|
||||
* This is a emergency release which covers the final dEQP
|
||||
regressions introduced in the 11.0 development cycle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 09:29:30 UTC 2015 - jslaby@suse.com
|
||||
|
||||
- update upstream status:
|
||||
* remove n_i965-Remove-early-release-of-DRI2-miptree.patch
|
||||
* add U_i965-Remove-early-release-of-DRI2-miptree.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 26 20:06:50 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 11.0.1
|
||||
* i965/vec4: Fix saturation errors when coalescing registers
|
||||
* i965/vec4_nir: Load constants as integers
|
||||
* meta: Abort meta pbo path if TexSubImage need signed unsigned
|
||||
conversion
|
||||
* docs: add sha256 checksums for 11.0.0
|
||||
* Update version to 11.0.1
|
||||
* docs: add release notes for 11.0.1
|
||||
* mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default
|
||||
framebuffer.
|
||||
* t_dd_dmatmp: Make "count" actually be the count
|
||||
* t_dd_dmatmp: Clean up improper code formatting from previous
|
||||
patch
|
||||
* t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
|
||||
* t_dd_dmatmp: Pull out common 'count -= count & 3' code
|
||||
* t_dd_dmatmp: Use addition instead of subtraction in loop
|
||||
bounds
|
||||
* st/mesa: avoid integer overflows with buffers >= 512MB
|
||||
* nv50, nvc0: fix max texture buffer size to 128M elements
|
||||
* freedreno/a3xx: fix blending of L8 format
|
||||
* nv50,nvc0: detect underlying resource changes and update tic
|
||||
* nv50,nvc0: flush texture cache in presence of coherent bufs
|
||||
* radeonsi: load fmask ptr relative to the resources array
|
||||
* nir: Fix a bunch of ralloc parenting errors
|
||||
* i965/vec4: Don't reswizzle hardware registers
|
||||
* configure.ac: Add support to enable read-only text segment on
|
||||
x86.
|
||||
* gbm: convert gbm bo format to fourcc format on dma-buf import
|
||||
* mesa: fix errors when reading depth with glReadPixels
|
||||
* i965: fix textureGrad for cubemaps
|
||||
* mesa: Fix texture compression on big-endian systems
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 15:40:22 UTC 2015 - jslaby@suse.com
|
||||
|
||||
|
11
Mesa.spec
11
Mesa.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 11.0.0
|
||||
%define _version 11.0.2
|
||||
%ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
|
||||
%define gallium_loader 1
|
||||
%else
|
||||
@ -37,7 +37,7 @@
|
||||
%define with_nine 1
|
||||
%endif
|
||||
Name: Mesa
|
||||
Version: 11.0.0
|
||||
Version: 11.0.2
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
@ -52,9 +52,8 @@ Source6: %{name}-rpmlintrc
|
||||
Source7: Mesa.keyring
|
||||
# required for building against wayland of openSUSE 13.1
|
||||
Patch0: n_Fixed-build-against-wayland-1.2.1.patch
|
||||
# should be replaced by real patch in X+Mesa+Intel ddx
|
||||
# this is only a workaround
|
||||
Patch1: n_i965-Remove-early-release-of-DRI2-miptree.patch
|
||||
# merged, should be in the next release
|
||||
Patch10: U_i965-Remove-early-release-of-DRI2-miptree.patch
|
||||
# to be upstreamed
|
||||
Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
|
||||
# Patch from Fedora, fix 16bpp in llvmpipe
|
||||
@ -521,7 +520,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
||||
# required for building against wayland of openSUSE 13.1
|
||||
%patch0 -p1
|
||||
%endif
|
||||
%patch1 -p1
|
||||
%patch10 -p1
|
||||
### disabled, but not dropped yet; these still need investigation in
|
||||
### order to figure out whether the issue is still reproducable and
|
||||
### hence a fix is required
|
||||
|
@ -1,6 +1,6 @@
|
||||
From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
|
||||
From 70e91d61fde239e8ae58148cacd4ff891126e2aa Mon Sep 17 00:00:00 2001
|
||||
From: Chris Wilson <chris@chris-wilson.co.uk>
|
||||
Date: Fri, 10 Jul 2015 10:41:35 +0100
|
||||
Date: Fri, 7 Aug 2015 21:13:12 +0100
|
||||
Subject: i965: Remove early release of DRI2 miptree
|
||||
References: bfo#86281 bko#349519
|
||||
|
||||
@ -13,6 +13,9 @@ screen, but it allows us to issue a warning and not crash much later in
|
||||
innocent code.)
|
||||
|
||||
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
||||
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=86281
|
||||
Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
|
||||
Reviewed-by: Chad Versace <chad.versace@intel.com>
|
||||
|
||||
---
|
||||
src/mesa/drivers/dri/i965/brw_context.c | 1 -
|
||||
@ -20,7 +23,7 @@ Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
||||
|
||||
--- a/src/mesa/drivers/dri/i965/brw_context.c
|
||||
+++ b/src/mesa/drivers/dri/i965/brw_context.c
|
||||
@@ -1417,7 +1417,6 @@ intel_process_dri2_buffer(struct brw_con
|
||||
@@ -1412,7 +1412,6 @@ intel_process_dri2_buffer(struct brw_con
|
||||
buffer->cpp, buffer->pitch);
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32
|
||||
size 7257112
|
Binary file not shown.
3
mesa-11.0.2.tar.xz
Normal file
3
mesa-11.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4
|
||||
size 7263112
|
BIN
mesa-11.0.2.tar.xz.sig
Normal file
BIN
mesa-11.0.2.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user