diff --git a/Mesa.changes b/Mesa.changes index 093e3ff..18affb1 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Nov 26 16:03:29 UTC 2017 - aavindraa@gmail.com + +- update to 17.2.6 + * Core: fix to keep a program alive when re-linking and prevent + an use-after-free. + * GLSL compiler: several fixes, including one to prevent a + SIGSEV when calling an undeclared subroutine in certain + conditions and another to mark the xfb buffers as active only + if a variable uses them. + * SPIR-V compiler: fixed seveal problems involving the usage of + separate images and texture/samplers. + * Intel drivers: many new fixes, specially for i965. Several are + focused on improving SIMD32 and little-core. It also includes a + fix for a GPU hang which was detected while playing HW + accelerated video with mpv. + * AMD drivers: radv has seen plugged 2 memory leaks while r600 + has gotten a fix through reversing the tess factor components + for isolines. + * swr driver: fixes for two performance regressions (one for + avx512 platforms and the other for the avx/avx2 platforms). + * ddebug gallium driver: fix for an use-after-free. + * EGL: Wayland platform of the the DRI2 drivers got a fix to + prevent crashing in ancient systems. + * GLX has also received corrections to prevent a couple of errors + when creating and binding a context in DRI3 and DRISW, + respectively. + * Build and integration: allow building libglvnd when EGL is present + but not GLX. Enable building targets which don't need X11, such + as omx and va, when XCB is not present. You can now specify + the prefix installation for the OpenCL icd file. + ------------------------------------------------------------------- Sat Nov 11 03:46:49 UTC 2017 - aavindraa@gmail.com diff --git a/Mesa.spec b/Mesa.spec index 4a9adf3..e3a012b 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %endif %define glamor 1 %define _name_archive mesa -%define _version 17.2.5 +%define _version 17.2.6 %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.5 +Version: 17.2.6 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-17.2.5.tar.xz b/mesa-17.2.5.tar.xz deleted file mode 100644 index 6f49a16..0000000 --- a/mesa-17.2.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 975c757..0000000 Binary files a/mesa-17.2.5.tar.xz.sig and /dev/null differ diff --git a/mesa-17.2.6.tar.xz b/mesa-17.2.6.tar.xz new file mode 100644 index 0000000..6f80bed --- /dev/null +++ b/mesa-17.2.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad85224620330be26ab68c8fc78381b12b38b610ade2db8716b38faaa8f30de +size 10387604 diff --git a/mesa-17.2.6.tar.xz.sig b/mesa-17.2.6.tar.xz.sig new file mode 100644 index 0000000..92ff08b Binary files /dev/null and b/mesa-17.2.6.tar.xz.sig differ