- 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
This commit is contained in:
parent
c172e18f0c
commit
cd164f01bc
@ -1,5 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 10 18:32:42 UTC 2022 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
Fri Mar 11 09:08:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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 <ukbeast89@protonmail.com>
|
||||
|
||||
- update to 22.0.0
|
||||
* lavapipe,radv,anv KHR_dynamic_rendering
|
||||
|
@ -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= \
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 09:08:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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 <ukbeast89@protonmail.com>
|
||||
|
||||
|
@ -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= \
|
||||
|
Loading…
Reference in New Issue
Block a user