From d1363fa38fa0258310c87a9371ac1f743d2e8308f0960c18b2bace47052d88af Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 12 Jun 2019 03:42:59 +0000 Subject: [PATCH] Accepting request 709272 from home:iznogood:branches:X11:XOrg New upstream branch OBS-URL: https://build.opensuse.org/request/show/709272 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=837 --- Mesa-drivers.changes | 25 ++++++++++++++++++ Mesa-drivers.spec | 17 +++--------- Mesa.changes | 25 ++++++++++++++++++ Mesa.spec | 17 +++--------- mesa-19.0.5.tar.xz | 3 --- mesa-19.0.5.tar.xz.sig | Bin 119 -> 0 bytes mesa-19.1.0.tar.xz | 3 +++ mesa-19.1.0.tar.xz.sig | Bin 0 -> 566 bytes ...rc-disable-rgb10-for-chromium-on-amd.patch | 12 ++++----- u_dep_xcb.patch | 16 +++++------ 10 files changed, 73 insertions(+), 45 deletions(-) delete mode 100644 mesa-19.0.5.tar.xz delete mode 100644 mesa-19.0.5.tar.xz.sig create mode 100644 mesa-19.1.0.tar.xz create mode 100644 mesa-19.1.0.tar.xz.sig diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 95cdf99..5704526 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jun 11 20:06:36 UTC 2019 - Bjørn Lie + +- Update to 19.1.0: + * Mesa 19.1.0 implements the OpenGL 4.5 API, but the version + reported by glGetString(GL_VERSION) or + glGetIntegerv(GL_MAJOR_VERSION) / + glGetIntegerv(GL_MINOR_VERSION) depends on the particular + driver being used. Some drivers don't support all the features + required in OpenGL 4.5. OpenGL 4.5 is only available if + requested at context creation. Compatibility contexts may + report a lower version depending on each driver. + * The top highlights include: + - GL_ARB_parallel_shader_compile for all drivers. + - GL_EXT_gpu_shader4 on all GL 3.1 drivers. + - GL_EXT_shader_image_load_formatted on radeonsi. + - GL_EXT_texture_buffer_object on all GL 3.1 drivers. + - GL_EXT_texture_compression_s3tc_srgb on Gallium and i965 + drivers (ES extension). + - GL_NV_compute_shader_derivatives on Iris and i965 drivers. + - GL_KHR_parallel_shader_compile on all drivers. + - GL_INTEL_conservative_rasterization on Iris. +- Refresh patches with quilt. +- Clean-up spec files for .pc and other files no longer built. + ------------------------------------------------------------------- Wed May 22 10:21:16 UTC 2019 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 2b764c6..3254207 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 http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.0.5 +%define _version 19.1.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -110,7 +110,7 @@ %endif Name: Mesa-drivers -Version: 19.0.5 +Version: 19.1.0 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -1003,7 +1003,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGLESv1_CM.so %endif -%{_libdir}/pkgconfig/glesv1_cm.pc %files libGLESv2-2 %if 0%{?libglvnd} == 0 @@ -1015,12 +1014,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGLESv2.so %endif -%{_libdir}/pkgconfig/glesv2.pc %files libGLESv3-devel %{_includedir}/GLES3 -#%%_libdir/libGLESv3.so -#%%_libdir/pkgconfig/glesv3.pc %files -n libOSMesa8 %{_libdir}/libOSMesa.so.8.0.0 @@ -1054,15 +1050,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if %{xvmc_support} %files -n libXvMC_nouveau %{_libdir}/libXvMCnouveau.so -#%{_libdir}/libXvMCnouveau.so.1 -#%{_libdir}/libXvMCnouveau.so.1.0 -#%{_libdir}/libXvMCnouveau.so.1.0.0 %files -n libXvMC_r600 %{_libdir}/libXvMCr600.so -#%{_libdir}/libXvMCr600.so.1 -#%{_libdir}/libXvMCr600.so.1.0 -#%{_libdir}/libXvMCr600.so.1.0.0 %endif %if %{vdpau_nouveau} @@ -1152,7 +1142,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %files -n Mesa-libd3d %dir %{_libdir}/d3d/ %{_libdir}/d3d/*.so.* -#%%{_sysconfdir}/OpenCL/vendors/mesa.icd %files -n Mesa-libd3d-devel %{_libdir}/pkgconfig/d3d.pc diff --git a/Mesa.changes b/Mesa.changes index 95cdf99..5704526 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jun 11 20:06:36 UTC 2019 - Bjørn Lie + +- Update to 19.1.0: + * Mesa 19.1.0 implements the OpenGL 4.5 API, but the version + reported by glGetString(GL_VERSION) or + glGetIntegerv(GL_MAJOR_VERSION) / + glGetIntegerv(GL_MINOR_VERSION) depends on the particular + driver being used. Some drivers don't support all the features + required in OpenGL 4.5. OpenGL 4.5 is only available if + requested at context creation. Compatibility contexts may + report a lower version depending on each driver. + * The top highlights include: + - GL_ARB_parallel_shader_compile for all drivers. + - GL_EXT_gpu_shader4 on all GL 3.1 drivers. + - GL_EXT_shader_image_load_formatted on radeonsi. + - GL_EXT_texture_buffer_object on all GL 3.1 drivers. + - GL_EXT_texture_compression_s3tc_srgb on Gallium and i965 + drivers (ES extension). + - GL_NV_compute_shader_derivatives on Iris and i965 drivers. + - GL_KHR_parallel_shader_compile on all drivers. + - GL_INTEL_conservative_rasterization on Iris. +- Refresh patches with quilt. +- Clean-up spec files for .pc and other files no longer built. + ------------------------------------------------------------------- Wed May 22 10:21:16 UTC 2019 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index ccac928..cbd2211 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 http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.0.5 +%define _version 19.1.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -109,7 +109,7 @@ %endif Name: Mesa -Version: 19.0.5 +Version: 19.1.0 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -1002,7 +1002,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGLESv1_CM.so %endif -%{_libdir}/pkgconfig/glesv1_cm.pc %files libGLESv2-2 %if 0%{?libglvnd} == 0 @@ -1014,12 +1013,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGLESv2.so %endif -%{_libdir}/pkgconfig/glesv2.pc %files libGLESv3-devel %{_includedir}/GLES3 -#%%_libdir/libGLESv3.so -#%%_libdir/pkgconfig/glesv3.pc %files -n libOSMesa8 %{_libdir}/libOSMesa.so.8.0.0 @@ -1053,15 +1049,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if %{xvmc_support} %files -n libXvMC_nouveau %{_libdir}/libXvMCnouveau.so -#%{_libdir}/libXvMCnouveau.so.1 -#%{_libdir}/libXvMCnouveau.so.1.0 -#%{_libdir}/libXvMCnouveau.so.1.0.0 %files -n libXvMC_r600 %{_libdir}/libXvMCr600.so -#%{_libdir}/libXvMCr600.so.1 -#%{_libdir}/libXvMCr600.so.1.0 -#%{_libdir}/libXvMCr600.so.1.0.0 %endif %if %{vdpau_nouveau} @@ -1151,7 +1141,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %files -n Mesa-libd3d %dir %{_libdir}/d3d/ %{_libdir}/d3d/*.so.* -#%%{_sysconfdir}/OpenCL/vendors/mesa.icd %files -n Mesa-libd3d-devel %{_libdir}/pkgconfig/d3d.pc diff --git a/mesa-19.0.5.tar.xz b/mesa-19.0.5.tar.xz deleted file mode 100644 index 099328f..0000000 --- a/mesa-19.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aecb7f67c136768692fb3c33a54196186c6c4fcafab7973516a355e1a54f831 -size 11967816 diff --git a/mesa-19.0.5.tar.xz.sig b/mesa-19.0.5.tar.xz.sig deleted file mode 100644 index d007b42af4a7a074e08d1f0025ce9f36dc99059841dfc3cf20c6a6f3c15c008b..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGVvrS6WGOtdJxpOwX+gL5ZB?JCzgF9AD1O7r6!RpDkAaI*04B1mj^Uru zLjDPzaUu!zYtG&GRbaNbY@WN_y5ry7rZ@7e9~V^dF#NAsG@WIsiP%yXotg?m@9pNL UuO#KKPk!I_&}_nPei18n05cjg1poj5 diff --git a/mesa-19.1.0.tar.xz b/mesa-19.1.0.tar.xz new file mode 100644 index 0000000..2cea929 --- /dev/null +++ b/mesa-19.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 +size 10926676 diff --git a/mesa-19.1.0.tar.xz.sig b/mesa-19.1.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..57d500aff04ff78901a2d1be167cb95c294bd02029bab70834cbf98f0b9436f7 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j*j))C$I$6baQMt-eCtR+XMfZ%oW-HpL3idJrqii(aHTo%pO|*!beSfi%F^|U|uMe zHvt*x*f&6^c0QbuO7RaFpGsx^T8$P6dKGde!`d6{%&E!XnGCUspcUBIb0!6vg}SU` zQq)BMK+DE;gdc=&NJdi=N704-NovOkz(!BEpVHS`p+WAggKzVR4$ak(p!=K51tD%k z&s^SW!MyEyYcFe(C?C+DApq$07@VQej&qvt$nw(B#mT7`7aIUN|K(Xa zzGZA7t>pb~BK)Q?Lms$}`OQF9VHrz{I?34(>S9a{xiG`#9LV|SXRr8JUtJhzw_Fk~ zb(buCilq}Dsb(ZQf*Sd3IK&7}pp5lcC zst(P0)SS~7fQHVWCHy4=u)3esr;FrJ{Pu&ZZ>$*2;~MbfP)7Z2_r_pWLBvzYCuYzH z5uM*K`2_4-{3yZU=@pq#>pKmL!15xq72v-}3MID^pKyylb#kH4$lCD7Tj4SQ=V -