From fa0d83ad8cd2c4523ac2b95547812a9c66ed3f1b8d82ebbf96a34d04d65e41fb Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 20 Aug 2022 08:53:29 +0000 Subject: [PATCH 1/3] Accepting request 994830 from home:nuklly:branches:X11:XOrg - Enable zink driver build on x86_64 OBS-URL: https://build.opensuse.org/request/show/994830 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1130 --- Mesa.changes | 5 +++++ Mesa.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Mesa.changes b/Mesa.changes index 72abd66..2c77b43 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -8,6 +8,11 @@ Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller * intel/dev: drop warning for unhandled hwconfig keys * anv: Use sampleLocationsEnable for sample locations +------------------------------------------------------------------- +Fri Aug 12 22:06:24 UTC 2022 - Xu Zhao + +- Enable zink driver build on x86_64 + ------------------------------------------------------------------- Sun Aug 7 18:41:56 UTC 2022 - Dirk Müller diff --git a/Mesa.spec b/Mesa.spec index 7aa5b56..9037385 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -166,6 +166,9 @@ BuildRequires: pkgconfig(libva) BuildRequires: pkgconfig(presentproto) %if "%{flavor}" == "drivers" BuildRequires: pkgconfig(vdpau) >= 1.1 +%ifarch %{ix86} x86_64 +BuildRequires: pkgconfig(vulkan) +%endif %endif BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11-xcb) @@ -824,7 +827,7 @@ egl_platforms=x11,wayland %endif %ifarch %{ix86} x86_64 -Ddri-drivers= \ - -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus,i915,d3d12 \ + -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus,i915,d3d12,zink \ %else %ifarch %{arm} aarch64 -Ddri-drivers= \ From 8191cc09638c2a6e8528a101d6ca32b0e606c4de4b7aaba9d6f1d9f9deb8f9d8 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 22 Aug 2022 10:49:00 +0000 Subject: [PATCH 2/3] - update to 22.1.7: * fixes and cleanups all over the tree * most of the fixes are for zink * nice batch of fixes for the gallium dx9 frontend * some other fixes across the board OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1132 --- Mesa.changes | 9 +++++++++ Mesa.spec | 4 ++-- mesa-22.1.6.tar.xz | 3 --- mesa-22.1.6.tar.xz.sig | Bin 119 -> 0 bytes mesa-22.1.7.tar.xz | 3 +++ mesa-22.1.7.tar.xz.sig | Bin 0 -> 119 bytes 6 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 mesa-22.1.6.tar.xz delete mode 100644 mesa-22.1.6.tar.xz.sig create mode 100644 mesa-22.1.7.tar.xz create mode 100644 mesa-22.1.7.tar.xz.sig diff --git a/Mesa.changes b/Mesa.changes index 2c77b43..38b63cb 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 22 09:35:53 UTC 2022 - Stefan Dirsch + +- update to 22.1.7: + * fixes and cleanups all over the tree + * most of the fixes are for zink + * nice batch of fixes for the gallium dx9 frontend + * some other fixes across the board + ------------------------------------------------------------------- Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller diff --git a/Mesa.spec b/Mesa.spec index 9037385..aa14ea8 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -33,7 +33,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 22.1.6 +%define _version 22.1.7 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -106,7 +106,7 @@ %endif Name: Mesa%{psuffix} -Version: 22.1.5 +Version: 22.1.6 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-22.1.6.tar.xz b/mesa-22.1.6.tar.xz deleted file mode 100644 index e19f8a4..0000000 --- a/mesa-22.1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22ced061eb9adab8ea35368246c1995c09723f3f71653cd5050c5cec376e671a -size 16071404 diff --git a/mesa-22.1.6.tar.xz.sig b/mesa-22.1.6.tar.xz.sig deleted file mode 100644 index 4b440339df2079660453c7cb476b7822841e82f7689d3d3e6026f96a31a2e9be..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGVvrS6WGOtdJxpOwX+gL5ZB?JCzgF9AD1O7rl=Ov3pMi^0049>Sl;MB; zwwhP=6Ss+8S++SsVQD$Hr+=vC-IX{i$@ceumi<5PsI5xQ?YUy Date: Mon, 22 Aug 2022 20:52:18 +0000 Subject: [PATCH 3/3] Accepting request 998701 from home:dirkmueller:Factory this fixes a typo in the version number, please accept and forward OBS-URL: https://build.opensuse.org/request/show/998701 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1133 --- Mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesa.spec b/Mesa.spec index aa14ea8..e33e99a 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -106,7 +106,7 @@ %endif Name: Mesa%{psuffix} -Version: 22.1.6 +Version: 22.1.7 Release: 0 Summary: System for rendering 3-D graphics License: MIT