Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2020-02-26 15:14:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Wed Feb 26 15:14:07 2020 rev:371 rq:778461 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes 2020-02-22 18:59:16.633504356 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa.new.26092/Mesa-drivers.changes 2020-02-26 15:14:10.102283199 +0100 @@ -1,0 +2,13 @@ +Fri Feb 21 13:18:18 UTC 2020 - Philipp Seiler <[email protected]> + +- update to mesa 20.0.0 + * changelog https://mesa3d.org/relnotes/20.0.0.html +- supersedes U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch +- supersedes U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch +- supersedes U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch +- supersedes U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch +- supersedes U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch +- update to patch n_add-Mesa-headers-again.patch to fit v20.0.0 sources +- update to patch n_drirc-disable-rgb10-for-chromium-on-amd.patch to fit v20.0.0 sources + +------------------------------------------------------------------- Mesa.changes: same change Old: ---- U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch mesa-19.3.4.tar.xz mesa-19.3.4.tar.xz.sig New: ---- mesa-20.0.0.tar.xz mesa-20.0.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa-drivers.spec ++++++ --- /var/tmp/diff_new_pack.X3Pypj/_old 2020-02-26 15:14:14.330291635 +0100 +++ /var/tmp/diff_new_pack.X3Pypj/_new 2020-02-26 15:14:14.330291635 +0100 @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.3.4 +%define _version 20.0.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -110,7 +110,7 @@ %endif Name: Mesa-drivers -Version: 19.3.4 +Version: 20.0.0 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -129,11 +129,6 @@ # never to be upstreamed Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch Patch58: u_dep_xcb.patch -Patch61: U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch -Patch62: U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch -Patch63: U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch -Patch64: U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch -Patch66: U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch BuildRequires: bison BuildRequires: fdupes BuildRequires: flex @@ -749,11 +744,6 @@ %patch2 -p1 %patch54 -p1 %patch58 -p1 -%patch61 -p1 -%patch62 -p1 -%patch63 -p1 -%patch64 -p1 -%patch66 -p1 # Remove requires to libglvnd/libglvnd-devel from baselibs.conf when # disabling libglvnd build; ugly ... Mesa.spec: same change ++++++ mesa-19.3.4.tar.xz -> mesa-20.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/Mesa/mesa-19.3.4.tar.xz /work/SRC/openSUSE:Factory/.Mesa.new.26092/mesa-20.0.0.tar.xz differ: char 26, line 1 ++++++ n_add-Mesa-headers-again.patch ++++++ --- /var/tmp/diff_new_pack.X3Pypj/_old 2020-02-26 15:14:14.458291890 +0100 +++ /var/tmp/diff_new_pack.X3Pypj/_new 2020-02-26 15:14:14.458291890 +0100 @@ -1,19 +1,14 @@ -diff -u -r mesa-19.2.2.orig/include/meson.build mesa-19.2.2/include/meson.build ---- mesa-19.2.2.orig/include/meson.build 2019-10-25 21:55:51.441084000 +0200 -+++ mesa-19.2.2/include/meson.build 2019-10-25 21:58:07.781272000 +0200 -@@ -22,7 +22,6 @@ +diff -dupr mesa-20.0.0.orig/include/meson.build mesa-20.0.0/include/meson.build +--- mesa-20.0.0.orig/include/meson.build 2020-02-21 14:11:14.623397341 +0100 ++++ mesa-20.0.0/include/meson.build 2020-02-21 14:13:05.620425210 +0100 +@@ -22,10 +22,8 @@ inc_include = include_directories('.') inc_d3d9 = include_directories('D3D9') inc_haikugl = include_directories('HaikuGL') --if not glvnd_has_headers_and_pc_files +-if not with_glvnd if with_gles1 or with_gles2 or with_opengl or with_egl install_headers('KHR/khrplatform.h', subdir : 'KHR') - endif -@@ -78,7 +77,6 @@ - subdir : 'EGL', - ) - endif --endif +- endif - # Non-upstream headers - if with_egl + if with_gles1 + install_headers( ++++++ n_drirc-disable-rgb10-for-chromium-on-amd.patch ++++++ --- /var/tmp/diff_new_pack.X3Pypj/_old 2020-02-26 15:14:14.470291914 +0100 +++ /var/tmp/diff_new_pack.X3Pypj/_new 2020-02-26 15:14:14.470291914 +0100 @@ -1,8 +1,7 @@ -Index: mesa-19.3.1/src/util/00-mesa-defaults.conf -=================================================================== ---- mesa-19.3.1.orig/src/util/00-mesa-defaults.conf -+++ mesa-19.3.1/src/util/00-mesa-defaults.conf -@@ -523,6 +523,14 @@ TODO: document the other workarounds. +diff -dupr mesa-20.0.0.orig/src/util/00-mesa-defaults.conf mesa-20.0.0/src/util/00-mesa-defaults.conf +--- mesa-20.0.0.orig/src/util/00-mesa-defaults.conf 2020-02-19 20:29:32.000000000 +0100 ++++ mesa-20.0.0/src/util/00-mesa-defaults.conf 2020-02-22 12:10:47.118008543 +0100 +@@ -556,6 +556,14 @@ TODO: document the other workarounds. <application name="DiRT Rally" executable="DirtRally"> <option name="radeonsi_prim_restart_tri_strips_only" value="true"/> </application> @@ -14,6 +13,6 @@ + <application name="Totem" executable="totem"> + <option name="allow_rgb10_configs" value="false" /> + </application> - </device> - <device driver="virtio_gpu"> - <!-- Some Valve games do a final blit to a BRGA_sRGB surface. On a GLES + <application name="Gfx Bench" executable="gfxbench_gl"> + <!-- Helps offscreen tests --> + <option name="mesa_glthread" value="true"/>
