diff --git a/Mesa.changes b/Mesa.changes index 3ad30de..093e3ff 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Nov 11 03:46:49 UTC 2017 - aavindraa@gmail.com + +- update to 17.2.5 + * In Core, a GL error related to the ARB_ES3_1_compatibility spec + noticed with the GFXBench 5 Aztec Ruins has been corrected. + * The GLSL compiler is not giving a linker error for mismatching + uniform precision with GLSL ES 1.00 any more. This enables, + specially, several Android applications which violate this rule, + e.g., Forge of Empires. + * The SPIR-V compiler has corrected an assert triggered when + support for the simple memory model was claimed. + * NIR has also received a correction related with + gl_SubGroupG{e,t}MaskARB. + * Intel drivers, specially i965, got several fixes, including a + plug for a memory leak and another one in the compiler to avoid + GPU hangs on Broxton. + * The gallium i915g driver for Intel has seen an important fix. + * AMD drivers (mostly radv) have received several fixes, including a + correction for a DCC corruption that was visible with Rust, + breaking an endless loop in r600, avoiding a GPU hang with vulkan + dota2 in VR mode and a plug for a memory leak. + * Broadcom's vc4 gotten a fix to exclude some code that shouldn't + be there in release builds. + ------------------------------------------------------------------- Tue Oct 31 04:55:54 UTC 2017 - aavindraa@gmail.com diff --git a/Mesa.spec b/Mesa.spec index 6462798..4a9adf3 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %endif %define glamor 1 %define _name_archive mesa -%define _version 17.2.4 +%define _version 17.2.5 %define with_opencl 0 %define with_vulkan 0 %ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x @@ -53,7 +53,7 @@ %endif Name: Mesa -Version: 17.2.4 +Version: 17.2.5 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-17.2.4.tar.xz b/mesa-17.2.4.tar.xz deleted file mode 100644 index 1e951e5..0000000 --- a/mesa-17.2.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ba408fecd6e1132e5490eec1a2f04466214e4c65c8b89b331be844768c2e550 -size 10381984 diff --git a/mesa-17.2.4.tar.xz.sig b/mesa-17.2.4.tar.xz.sig deleted file mode 100644 index b215e70..0000000 Binary files a/mesa-17.2.4.tar.xz.sig and /dev/null differ diff --git a/mesa-17.2.5.tar.xz b/mesa-17.2.5.tar.xz new file mode 100644 index 0000000..6f49a16 --- /dev/null +++ b/mesa-17.2.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7f914b7b9ea0b15f2d9d01a4375e311b0e90e55683b8e8a67ce8691eb1070f +size 10386312 diff --git a/mesa-17.2.5.tar.xz.sig b/mesa-17.2.5.tar.xz.sig new file mode 100644 index 0000000..975c757 Binary files /dev/null and b/mesa-17.2.5.tar.xz.sig differ