From 09aad86180152295d5f2416fd6ba442bd11906e9859fccce891b0d39542728c5 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 28 Mar 2018 10:14:53 +0000 Subject: [PATCH] - Update to 18.0.0 final * one-and-only change since 18.0.0-rc5: updated release notes - Changes since 17.3 * The top highlights include: + Cannonlake support on i965 and anv + GL 4.3/GLES 3.1 support on r600/evergreen with hw fp64 support + Meson build system * ANV Extensions: + VK_EXT_external_memory_dma_buf * RADV Extensions: + VK_ANDROID_native_buffer + VK_KHR_external_fence + VK_KHR_external_fence_capabilities + VK_KHR_external_fence_fd + VK_KHR_get_surface_capabilities2 + VK_EXT_discard_rectangles + VK_EXT_external_memory_dma_buf + VK_AMD_shader_info * EGL: + Support for RGBA/RGBX 1010102 formats + EGL_EXT_pixel_format_float + Final planned release to ship wayland-egl. Now provided by wayland. * GLX: + Darwin/Apple fixes * Mesa core + Support 1 binary format for GL_ARB_get_program_binary on i965 + drirc workarounds: (*) Unreal 4 Editor (*) Observer (*) Steamroll (*) Refunct * drirc mesa_glthread whitelists: + Mount and Blade Warband - i965: * Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "false" * GL_EXT_disjoint_timer_query on gen6+ OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=730 --- Mesa-drivers.changes | 40 +++++++++++++++++++++++++++++++++++++ Mesa-drivers.spec | 2 +- Mesa.changes | 40 +++++++++++++++++++++++++++++++++++++ Mesa.spec | 2 +- mesa-18.0.0-rc5.tar.xz | 3 --- mesa-18.0.0-rc5.tar.xz.sig | Bin 566 -> 0 bytes mesa-18.0.0.tar.xz | 3 +++ mesa-18.0.0.tar.xz.sig | Bin 0 -> 566 bytes 8 files changed, 85 insertions(+), 5 deletions(-) delete mode 100644 mesa-18.0.0-rc5.tar.xz delete mode 100644 mesa-18.0.0-rc5.tar.xz.sig create mode 100644 mesa-18.0.0.tar.xz create mode 100644 mesa-18.0.0.tar.xz.sig diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 6d5213f..049d2da 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Wed Mar 28 09:24:25 UTC 2018 - sndirsch@suse.com + +- Update to 18.0.0 final + * one-and-only change since 18.0.0-rc5: updated release notes +- Changes since 17.3 + * The top highlights include: + + Cannonlake support on i965 and anv + + GL 4.3/GLES 3.1 support on r600/evergreen with hw fp64 support + + Meson build system + * ANV Extensions: + + VK_EXT_external_memory_dma_buf + * RADV Extensions: + + VK_ANDROID_native_buffer + + VK_KHR_external_fence + + VK_KHR_external_fence_capabilities + + VK_KHR_external_fence_fd + + VK_KHR_get_surface_capabilities2 + + VK_EXT_discard_rectangles + + VK_EXT_external_memory_dma_buf + + VK_AMD_shader_info + * EGL: + + Support for RGBA/RGBX 1010102 formats + + EGL_EXT_pixel_format_float + + Final planned release to ship wayland-egl. Now provided by wayland. + * GLX: + + Darwin/Apple fixes + * Mesa core + + Support 1 binary format for GL_ARB_get_program_binary on i965 + + drirc workarounds: + (*) Unreal 4 Editor + (*) Observer + (*) Steamroll + (*) Refunct + * drirc mesa_glthread whitelists: + + Mount and Blade Warband +- i965: + * Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "false" + * GL_EXT_disjoint_timer_query on gen6+ + ------------------------------------------------------------------- Wed Mar 21 15:06:52 UTC 2018 - sndirsch@suse.com diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 2486234..74f41ed 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -43,7 +43,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 18.0.0-rc5 +%define _version 18.0.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 diff --git a/Mesa.changes b/Mesa.changes index 6d5213f..049d2da 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Wed Mar 28 09:24:25 UTC 2018 - sndirsch@suse.com + +- Update to 18.0.0 final + * one-and-only change since 18.0.0-rc5: updated release notes +- Changes since 17.3 + * The top highlights include: + + Cannonlake support on i965 and anv + + GL 4.3/GLES 3.1 support on r600/evergreen with hw fp64 support + + Meson build system + * ANV Extensions: + + VK_EXT_external_memory_dma_buf + * RADV Extensions: + + VK_ANDROID_native_buffer + + VK_KHR_external_fence + + VK_KHR_external_fence_capabilities + + VK_KHR_external_fence_fd + + VK_KHR_get_surface_capabilities2 + + VK_EXT_discard_rectangles + + VK_EXT_external_memory_dma_buf + + VK_AMD_shader_info + * EGL: + + Support for RGBA/RGBX 1010102 formats + + EGL_EXT_pixel_format_float + + Final planned release to ship wayland-egl. Now provided by wayland. + * GLX: + + Darwin/Apple fixes + * Mesa core + + Support 1 binary format for GL_ARB_get_program_binary on i965 + + drirc workarounds: + (*) Unreal 4 Editor + (*) Observer + (*) Steamroll + (*) Refunct + * drirc mesa_glthread whitelists: + + Mount and Blade Warband +- i965: + * Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "false" + * GL_EXT_disjoint_timer_query on gen6+ + ------------------------------------------------------------------- Wed Mar 21 15:06:52 UTC 2018 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index 5db0abf..762180c 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 18.0.0-rc5 +%define _version 18.0.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 diff --git a/mesa-18.0.0-rc5.tar.xz b/mesa-18.0.0-rc5.tar.xz deleted file mode 100644 index 728778e..0000000 --- a/mesa-18.0.0-rc5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4e0c559e06157b4f2c184c51133d8c224eb39d296985f662b43868eed0c20d0 -size 10970572 diff --git a/mesa-18.0.0-rc5.tar.xz.sig b/mesa-18.0.0-rc5.tar.xz.sig deleted file mode 100644 index d0f55b10b82f1dd6a72d92582e58ad97cc506916db9953bbded749c2a6b60e15..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+O1GaDue&B6-Ik?vCt~anO>q!j-0$Q?c2mlHR5bdrv zuq^9I4RcWs{wyTGq-lyuIXP{iTp{Dol5+RVj#%AMTj*nq__V%nei5r0Uijz*rLo8L zsA#fWIH*3Eq|H<(hr+NCxg-6z^{|KLn6*2}sytycgYUr@&p&sZ%_#rkkczRv=neJ}3kW~@(Ga?BEq>eH z{nfO$9_|x+Pi=I{L{{#qnQ2K&4PHB9cRz`!7wE5*d6xeW7VyuhSFwnyk2y&+)oFR* zX4*Dv$Ub8y5wVj}G##^5o{eNK_rhqub)MwGwEp^2cu3&se{h_Og!6H-w5>gEgHDg>zH`{oE0q*_1p4+dV~I*z%GQwSYlBM&Rf0G EckPTE5dZ)H diff --git a/mesa-18.0.0.tar.xz b/mesa-18.0.0.tar.xz new file mode 100644 index 0000000..aea4691 --- /dev/null +++ b/mesa-18.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694e5c3d37717d23258c1f88bc134223c5d1aac70518d2f9134d6df3ee791eea +size 11056544 diff --git a/mesa-18.0.0.tar.xz.sig b/mesa-18.0.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..53a2cffb7bed7a70f5bdc7e81ac74bb73a963c81b6db265b55a7226c4f1d5c54 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j+O1GaDue&B6-Ik?vCt~anO>q!j-0$RF(UjPaT5bdrv zuq^9I4V4iO|7~vCe4T5;lbO4(+RCh+fEOcYiaG-YMmmuI%du8KVV-u$kD-@45BqZU z`hl+G%W0HHY@EXBhzB4mm`>l%%Y(*&w4C1eICCT(SY(;R66#@qxhcwsifG<1I#Nfe zY*e2nto$03FVdLVJ-H21v@Y@Kchczx5QlQ6w1!uiMwKnLLH`^56zh^pYORc+W(GdaA#F%