diff --git a/Mesa.changes b/Mesa.changes index 4a2817f..b5ccc8a 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +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 diff --git a/Mesa.spec b/Mesa.spec index 6d305ec..3453be6 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -18,7 +18,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 11.0.0 +%define _version 11.0.1 %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.1 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-11.0.0.tar.xz b/mesa-11.0.0.tar.xz deleted file mode 100644 index 6cac9e1..0000000 --- a/mesa-11.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32 -size 7257112 diff --git a/mesa-11.0.0.tar.xz.sig b/mesa-11.0.0.tar.xz.sig deleted file mode 100644 index e707e67..0000000 Binary files a/mesa-11.0.0.tar.xz.sig and /dev/null differ diff --git a/mesa-11.0.1.tar.xz b/mesa-11.0.1.tar.xz new file mode 100644 index 0000000..c0ac3ef --- /dev/null +++ b/mesa-11.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d0dfcd1f1e36f07f8228cd76d90175d3fc74c1ed25d7071794a100a98ef2a6 +size 7261440 diff --git a/mesa-11.0.1.tar.xz.sig b/mesa-11.0.1.tar.xz.sig new file mode 100644 index 0000000..d133a27 Binary files /dev/null and b/mesa-11.0.1.tar.xz.sig differ