diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 9193d67..a66e717 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Feb 4 17:49:03 UTC 2019 - sndirsch@suse.com + +- Update to 18.3.3 + * In this release we have: + A memory leak fix in the etnaviv driver, better NEON assembly code in vc4 and + couple of stability improvements to the radeonsi driver. Another memory leak + affecting all gallium drivers have also been addressed. + * The time required to compile GLSL shaders with large amount of uniforms, such + as Godot, has been improved. + * GLX and swrast have also seen some improvements. + * On the Vulkan side, the ANV driver adjusted the number of images supported + for gen8 and earlier to 8, while for newer hardware it remains the same 64. + The RADV driver has seens a collection of stability improvements and fix for + the Vulkan version advertised in some corner cases. + * To top it all up, the meson build system has seen a steady amount of fixes: + the DSO version for the VDPAU drivers is now included, ICC compatibility + patches, opencl handling and relaxed handling when building osmesa. +- adjusted n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch + ------------------------------------------------------------------- Mon Jan 21 18:29:27 UTC 2019 - Tobias Klausmann diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 9a35fa8..e6f5dc5 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 18.3.2 +%define _version 18.3.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -112,7 +112,7 @@ %endif Name: Mesa-drivers -Version: 18.3.2 +Version: 18.3.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/Mesa.changes b/Mesa.changes index 9193d67..a66e717 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Feb 4 17:49:03 UTC 2019 - sndirsch@suse.com + +- Update to 18.3.3 + * In this release we have: + A memory leak fix in the etnaviv driver, better NEON assembly code in vc4 and + couple of stability improvements to the radeonsi driver. Another memory leak + affecting all gallium drivers have also been addressed. + * The time required to compile GLSL shaders with large amount of uniforms, such + as Godot, has been improved. + * GLX and swrast have also seen some improvements. + * On the Vulkan side, the ANV driver adjusted the number of images supported + for gen8 and earlier to 8, while for newer hardware it remains the same 64. + The RADV driver has seens a collection of stability improvements and fix for + the Vulkan version advertised in some corner cases. + * To top it all up, the meson build system has seen a steady amount of fixes: + the DSO version for the VDPAU drivers is now included, ICC compatibility + patches, opencl handling and relaxed handling when building osmesa. +- adjusted n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch + ------------------------------------------------------------------- Mon Jan 21 18:29:27 UTC 2019 - Tobias Klausmann diff --git a/Mesa.spec b/Mesa.spec index 5f25cca..88429a9 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 18.3.2 +%define _version 18.3.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -111,7 +111,7 @@ %endif Name: Mesa -Version: 18.3.2 +Version: 18.3.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-18.3.2.tar.xz b/mesa-18.3.2.tar.xz deleted file mode 100644 index 636f306..0000000 --- a/mesa-18.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7ce7181c07b6d8e0132da879af1729523a6c8aa87f79a9d59dfd064024cfb35 -size 11868440 diff --git a/mesa-18.3.2.tar.xz.sig b/mesa-18.3.2.tar.xz.sig deleted file mode 100644 index 60e1f6a..0000000 Binary files a/mesa-18.3.2.tar.xz.sig and /dev/null differ diff --git a/mesa-18.3.3.tar.xz b/mesa-18.3.3.tar.xz new file mode 100644 index 0000000..a429a84 --- /dev/null +++ b/mesa-18.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab6886a6966c532ccbcc3b240925e681464b658244f0cbed752615af3936299 +size 11874468 diff --git a/mesa-18.3.3.tar.xz.sig b/mesa-18.3.3.tar.xz.sig new file mode 100644 index 0000000..3949464 Binary files /dev/null and b/mesa-18.3.3.tar.xz.sig differ diff --git a/n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch b/n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch index 8638449..4a31497 100644 --- a/n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch +++ b/n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch @@ -26,7 +26,7 @@ index 7b99e49f00..d6bebfb292 100644 + if (0 && pdp->shminfo.shmid >= 0) { ximage->width = ximage->bytes_per_line / ((ximage->bits_per_pixel + 7)/ 8); ximage->height = h; - XShmPutImage(dpy, drawable, gc, ximage, 0, 0, x, y, w, h, False); + XShmPutImage(dpy, drawable, gc, ximage, srcx, srcy, x, y, w, h, False); -- 2.16.4