diff --git a/Mesa.changes b/Mesa.changes index 72abd66..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 @@ -8,6 +17,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..e33e99a 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.7 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -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= \ 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 4b44033..0000000 Binary files a/mesa-22.1.6.tar.xz.sig and /dev/null differ diff --git a/mesa-22.1.7.tar.xz b/mesa-22.1.7.tar.xz new file mode 100644 index 0000000..5641595 --- /dev/null +++ b/mesa-22.1.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da838eb2cf11d0e08d0e9944f6bd4d96987fdc59ea2856f8c70a31a82b355d89 +size 16109944 diff --git a/mesa-22.1.7.tar.xz.sig b/mesa-22.1.7.tar.xz.sig new file mode 100644 index 0000000..d183f82 Binary files /dev/null and b/mesa-22.1.7.tar.xz.sig differ