diff --git a/Mesa.changes b/Mesa.changes index d655f7c..3ad30de 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Oct 31 04:55:54 UTC 2017 - aavindraa@gmail.com + +- update to 17.2.4 + * Mesa Core includes a change to prevent KOTOR from breaking when + in combination with the ATI fragment shader extension. + * Additionally, NIR has also received a correction. + * Mesa's state tracker has gotten a patch to avoid leaks in + certain situations such as resizing a window. + * Intel drivers have received fixes. The compiler has + gotten a couple, while anv also received one. + * i965 got a patch to avoid VA-API, Beignet and other contexts + in the system to break when in combination with previous versions of Mesa 17.2.x. + * AMD's compiler received fixes. `radv` has also + received another couple, including one to avoid a hang due to + overflow on huge textures. + * Broadcom's vc4 has corrected a problem when compiling with + Android's clang. + * Clover compilation issue fixed (affecting a specific clang revision) + * Fixed Vulkan's WSI memory leak in X11. + ------------------------------------------------------------------- Mon Oct 23 09:26:42 UTC 2017 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index 77615b3..6462798 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %endif %define glamor 1 %define _name_archive mesa -%define _version 17.2.3 +%define _version 17.2.4 %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.3 +Version: 17.2.4 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-17.2.3.tar.xz b/mesa-17.2.3.tar.xz deleted file mode 100644 index cba5019..0000000 --- a/mesa-17.2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b0ec8f7b24dd044d7ab30a8c7e6d3767521e245f88d4ed5dd93315dc56f837 -size 10344180 diff --git a/mesa-17.2.3.tar.xz.sig b/mesa-17.2.3.tar.xz.sig deleted file mode 100644 index e856b75..0000000 Binary files a/mesa-17.2.3.tar.xz.sig and /dev/null differ diff --git a/mesa-17.2.4.tar.xz b/mesa-17.2.4.tar.xz new file mode 100644 index 0000000..1e951e5 --- /dev/null +++ b/mesa-17.2.4.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..b215e70 Binary files /dev/null and b/mesa-17.2.4.tar.xz.sig differ