From db2251464dcca78cd42785c3a0353c6a6119e311b761114d0909e9900d024691 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 9 Jun 2015 09:13:50 +0000 Subject: [PATCH 1/2] Accepting request 311205 from home:Zaitor:branches:X11:XOrg New upstream release OBS-URL: https://build.opensuse.org/request/show/311205 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=449 --- Mesa.changes | 30 ++++++++++++++++++++++++++++++ Mesa.spec | 4 ++-- mesa-10.5.6.tar.xz | 3 --- mesa-10.5.7.tar.xz | 3 +++ 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 mesa-10.5.6.tar.xz create mode 100644 mesa-10.5.7.tar.xz diff --git a/Mesa.changes b/Mesa.changes index 0b17dc0..5b7346d 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Jun 8 23:10:43 UTC 2015 - zaitor@opensuse.org + +- Update to version 10.5.6: + + i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+) + + docs: Add sha256sums for the 10.5.6 release + + get-pick-list.sh: Require explicit "10.5" for nominating stable patches + + cherry-ignore: add clover build fix not applicable for 10.5 + + Add release notes for the 10.5.7 release + + nvc0/ir: set ftz when sources are floats, not just destinations + + nv50/ir: guess that the constant offset is the starting slot of array + + nvc0/ir: LOAD's can't be used for shader inputs + + nvc0: a geometry shader can have up to 1024 vertices output + + nv50/ir: avoid messing up arg1 of PFETCH + + nv30: don't leak fragprog consts + + nv30: avoid leaking render state and draw shaders + + nv30: fix clip plane uploads and enable changes + + nv30/draw: avoid leaving stale pointers in draw state + + nv30/draw: draw expects constbuf size in bytes, not vec4 units + + st/mesa: don't leak glsl_to_tgsi object on link failure + + glsl: avoid leaking linked gl_shader when there's a late linker error + + nv30/draw: fix indexed draws with swtnl path and a resource index buffer + + nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM + + nv30/draw: allocate vertex buffers in gart + + nv30/draw: switch varying hookup logic to know about texcoords + + nv30: falling back to draw path for edgeflag does no good + + nv30: avoid doing extra work on clear and hitting unexpected states + + i965/fs: Fix implied_mrf_writes for scratch writes + + st/dri: fix postprocessing crash when there's no depth buffer + ------------------------------------------------------------------- Mon May 25 06:29:26 UTC 2015 - mimi.vx@gmail.com diff --git a/Mesa.spec b/Mesa.spec index 781b747..4045789 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -18,7 +18,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 10.5.6 +%define _version 10.5.7 %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: 10.5.6 +Version: 10.5.7 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-10.5.6.tar.xz b/mesa-10.5.6.tar.xz deleted file mode 100644 index 7e2d76b..0000000 --- a/mesa-10.5.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66017853bde5f7a6647db3eede30512a091a3491daa1708e0ad8027c328ba595 -size 6991136 diff --git a/mesa-10.5.7.tar.xz b/mesa-10.5.7.tar.xz new file mode 100644 index 0000000..bf554cf --- /dev/null +++ b/mesa-10.5.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d06890cd69af8089d6ca76f40e46dcf9cacfe4a9788b32be620574d4638818 +size 6992848 From af995661754a707a0f80d057a73bdc138ff84fdfee55c83a5bf2a90e2438dc93 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 10 Jun 2015 13:18:35 +0000 Subject: [PATCH 2/2] Accepting request 311439 from home:Zaitor:mesa-typo Fix typo in .changes OBS-URL: https://build.opensuse.org/request/show/311439 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=450 --- Mesa.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesa.changes b/Mesa.changes index 5b7346d..3e8c3a5 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Jun 8 23:10:43 UTC 2015 - zaitor@opensuse.org -- Update to version 10.5.6: +- Update to version 10.5.7: + i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+) + docs: Add sha256sums for the 10.5.6 release + get-pick-list.sh: Require explicit "10.5" for nominating stable patches