From 1c6f3260606780295b89f448e9b61349dd069ace565f57fb70c4174e5d2b5f46 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 24 Apr 2020 10:43:51 +0000 Subject: [PATCH] - update to Mesa 20.0.5 * pretty big release with AMD and Intel drivers receiving the majority of the work. - supersedes U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch - supersedes n_opencl_dep_libclang.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=947 --- Mesa-drivers.changes | 9 ++++++ Mesa-drivers.spec | 18 ++--------- Mesa.changes | 9 ++++++ Mesa.spec | 18 ++--------- ...mageRegionKHR-to-GLVND-dispatch-list.patch | 30 ------------------ mesa-20.0.4.tar.xz | 3 -- mesa-20.0.4.tar.xz.sig | Bin 310 -> 0 bytes mesa-20.0.5.tar.xz | 3 ++ mesa-20.0.5.tar.xz.sig | Bin 0 -> 119 bytes 9 files changed, 25 insertions(+), 65 deletions(-) delete mode 100644 U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch delete mode 100644 mesa-20.0.4.tar.xz delete mode 100644 mesa-20.0.4.tar.xz.sig create mode 100644 mesa-20.0.5.tar.xz create mode 100644 mesa-20.0.5.tar.xz.sig diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 65daf2e..3265751 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 24 09:21:28 UTC 2020 - Stefan Dirsch + +- update to Mesa 20.0.5 + * pretty big release with AMD and Intel drivers receiving the + majority of the work. +- supersedes U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch +- supersedes n_opencl_dep_libclang.patch + ------------------------------------------------------------------- Thu Apr 23 14:23:59 UTC 2020 - Guillaume GARDET diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 2bdc8fb..bc0afa3 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -46,7 +46,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 20.0.4 +%define _version 20.0.5 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -114,7 +114,7 @@ %endif Name: Mesa-drivers -Version: 20.0.4 +Version: 20.0.5 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -128,9 +128,7 @@ Source3: README.updates Source4: manual-pages.tar.bz2 Source6: %{name}-rpmlintrc Source7: Mesa.keyring -Patch1: n_opencl_dep_libclang.patch Patch2: n_add-Mesa-headers-again.patch -Patch3: U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch # never to be upstreamed Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch Patch58: u_dep_xcb.patch @@ -737,19 +735,7 @@ programs against the XA state tracker. # remove some docs rm -rf docs/README.{VMS,WIN32,OS2} -%if 0%{with_llvm} -%if 0%{?suse_version} >= 1550 -%if %{pkg_vcmp llvm-devel >= 9.0} -%patch1 -p1 -%endif -%else -%if %{pkg_vcmp llvm9-devel >= 9.0} -%patch1 -p1 -%endif -%endif -%endif %patch2 -p1 -%patch3 -p1 %patch54 -p1 %patch58 -p1 diff --git a/Mesa.changes b/Mesa.changes index 65daf2e..3265751 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 24 09:21:28 UTC 2020 - Stefan Dirsch + +- update to Mesa 20.0.5 + * pretty big release with AMD and Intel drivers receiving the + majority of the work. +- supersedes U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch +- supersedes n_opencl_dep_libclang.patch + ------------------------------------------------------------------- Thu Apr 23 14:23:59 UTC 2020 - Guillaume GARDET diff --git a/Mesa.spec b/Mesa.spec index 77aee17..7d3a3ae 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -45,7 +45,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 20.0.4 +%define _version 20.0.5 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -113,7 +113,7 @@ %endif Name: Mesa -Version: 20.0.4 +Version: 20.0.5 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -127,9 +127,7 @@ Source3: README.updates Source4: manual-pages.tar.bz2 Source6: %{name}-rpmlintrc Source7: Mesa.keyring -Patch1: n_opencl_dep_libclang.patch Patch2: n_add-Mesa-headers-again.patch -Patch3: U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch # never to be upstreamed Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch Patch58: u_dep_xcb.patch @@ -736,19 +734,7 @@ programs against the XA state tracker. # remove some docs rm -rf docs/README.{VMS,WIN32,OS2} -%if 0%{with_llvm} -%if 0%{?suse_version} >= 1550 -%if %{pkg_vcmp llvm-devel >= 9.0} -%patch1 -p1 -%endif -%else -%if %{pkg_vcmp llvm9-devel >= 9.0} -%patch1 -p1 -%endif -%endif -%endif %patch2 -p1 -%patch3 -p1 %patch54 -p1 %patch58 -p1 diff --git a/U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch b/U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch deleted file mode 100644 index 04791df..0000000 --- a/U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch +++ /dev/null @@ -1,30 +0,0 @@ -From: Daniel Stone -Git-commit: bfb9c08e5c5474688611c339135b8feeedc9bdd3 - -EGL: Add eglSetDamageRegionKHR to GLVND dispatch list - -This was missed in the original conversion, which added support for -eglSetDamageRegionKHR to local EGL exports, but forgot to generate -updated dispatch for GLVND. - -Signed-off-by: Daniel Stone -Reviewed-by: Emil Velikov -Reviewed-by: Eric Engestrom -Fixes: 9827547313c7 ("egl/android: support for EGL_KHR_partial_update") -Tested-by: Marge Bot -Part-of: -Acked-By: Torsten Duwe - -diff --git a/src/egl/generate/eglFunctionList.py b/src/egl/generate/eglFunctionList.py -index 192280f58f0..171e3ddc821 100644 ---- a/src/egl/generate/eglFunctionList.py -+++ b/src/egl/generate/eglFunctionList.py -@@ -213,5 +213,8 @@ EGL_FUNCTIONS = ( - _eglFunc("eglGetDisplayDriverName", "display"), - _eglFunc("eglGetDisplayDriverConfig", "display"), - -+ # EGL_KHR_partial_update -+ _eglFunc("eglSetDamageRegionKHR", "display"), -+ - ) - diff --git a/mesa-20.0.4.tar.xz b/mesa-20.0.4.tar.xz deleted file mode 100644 index fca0e87..0000000 --- a/mesa-20.0.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4ed491517a94118a7a611810eeb92645d42ffd82280dcd51be8cc2ba1aabba5 -size 12292888 diff --git a/mesa-20.0.4.tar.xz.sig b/mesa-20.0.4.tar.xz.sig deleted file mode 100644 index 2a5d42da433d437015529f561dcd93ba4c881e3b23fadecc69e0bacc2e1f5a93..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j*zRUP45mXBjW!btXwjxn#pBq*i@0$zs?cK`|r5RHy8 zufrrLrde$V{yu;fLN6foOm;$Or~$8oghAievopJ>EWmA3zGZy&?oB|k?JFnt>-+9J z8D7Ne?m8JA@xb(|&T{Q}2m$!U0Bu+u#hW!y92E!Jn4_6x)=N(k!as&6O*f7Ibxdk* z>a{)DUMQJ*0uQ!-Sb+1b?_Q)|N5j#7$35*10VMBu>e!?av#t}he38aa44O1*gjnlE zlh`X&atE!586lmpSE7uWz>>`{6BNC5kXo$}nC`{bG+KJfYQ)#%RV;~(C`^(^uGI`V z(AQ=_zC_G<^0{!G&uNov7SNyM;29$H5B-6 Iynw!@ovcNVo&W#< diff --git a/mesa-20.0.5.tar.xz b/mesa-20.0.5.tar.xz new file mode 100644 index 0000000..c13333a --- /dev/null +++ b/mesa-20.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c56a82a28cc924e40ea49752abdf1d701c9952481f53cbc7a080271597f572e +size 12257484 diff --git a/mesa-20.0.5.tar.xz.sig b/mesa-20.0.5.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..50db28c2f6ab395622d899ec565ecafaad0ddbe6019ca9db2211f0e9f92c97b4 GIT binary patch literal 119 zcmeAuWnmEGVvrS6WGOtdJxpOwX+gL5ZB?JCzgF9AD1O7r6t`ga9|kT?0hq|zM-2Z1 zKXey29?23mJjqUYnJT6vtmeVDVll;N+)MERrNxJz2^-alk~hPQd9 V+P$-zdf%%4d-qkVD!Je~0{|-CIPm}g literal 0 HcmV?d00001