From cd164f01bc498d20dee5a9d687e8f3645fcc6bf162672a95b2eaaeabcee3ffb3 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 11 Mar 2022 09:15:38 +0000 Subject: [PATCH] - no longer try to build classic non-Gallium OpenGL drivers i915, i965, nouveau, r100 and r200, which have been dropped with Mesa 22.0.0; see also some documentation on Phoronix https://www.phoronix.com/scan.php?page=news_item&px=Mesa-Classic-Retired OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1089 --- Mesa-drivers.changes | 10 +++++++++- Mesa-drivers.spec | 6 +++--- Mesa.changes | 8 ++++++++ Mesa.spec | 6 +++--- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index fdd1001..029cea3 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,5 +1,13 @@ ------------------------------------------------------------------- -Thu Mar 10 18:32:42 UTC 2022 - Aaron Stern +Fri Mar 11 09:08:27 UTC 2022 - Stefan Dirsch + +- no longer try to build classic non-Gallium OpenGL drivers + i915, i965, nouveau, r100 and r200, which have been dropped with + Mesa 22.0.0; see also some documentation on Phoronix + https://www.phoronix.com/scan.php?page=news_item&px=Mesa-Classic-Retired + +------------------------------------------------------------------- +Thu Mar 10 18:39:34 UTC 2022 - Aaron Stern - update to 22.0.0 * lavapipe,radv,anv KHR_dynamic_rendering diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index a97c1ce..b0bd4f8 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -824,15 +824,15 @@ egl_platforms=x11,wayland -Dvulkan-drivers= \ %endif %ifarch %{ix86} x86_64 - -Ddri-drivers=i915,i965,nouveau,r100,r200 \ + -Ddri-drivers= \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus \ %else %ifarch %{arm} aarch64 - -Ddri-drivers=nouveau \ + -Ddri-drivers= \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost,kmsro,v3d \ %else %ifarch ppc64 ppc64le riscv64 - -Ddri-drivers=nouveau \ + -Ddri-drivers= \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast \ %else -Ddri-drivers= \ diff --git a/Mesa.changes b/Mesa.changes index b52725b..029cea3 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 11 09:08:27 UTC 2022 - Stefan Dirsch + +- no longer try to build classic non-Gallium OpenGL drivers + i915, i965, nouveau, r100 and r200, which have been dropped with + Mesa 22.0.0; see also some documentation on Phoronix + https://www.phoronix.com/scan.php?page=news_item&px=Mesa-Classic-Retired + ------------------------------------------------------------------- Thu Mar 10 18:39:34 UTC 2022 - Aaron Stern diff --git a/Mesa.spec b/Mesa.spec index 87e6215..6e31b4b 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -823,15 +823,15 @@ egl_platforms=x11,wayland -Dvulkan-drivers= \ %endif %ifarch %{ix86} x86_64 - -Ddri-drivers=i915,i965,nouveau,r100,r200 \ + -Ddri-drivers= \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus \ %else %ifarch %{arm} aarch64 - -Ddri-drivers=nouveau \ + -Ddri-drivers= \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost,kmsro,v3d \ %else %ifarch ppc64 ppc64le riscv64 - -Ddri-drivers=nouveau \ + -Ddri-drivers= \ -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast \ %else -Ddri-drivers= \