Accepting request 1155195 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1155195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=496
This commit is contained in:
commit
e292a3458f
11
Mesa.changes
11
Mesa.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 04:33:37 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
|
||||
|
||||
- Enable zink driver build on aarch64, this is needed for Qualcomm Adreno a7xx
|
||||
to use hw accelerated GL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 03:10:33 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- buildrequire llvm17 also on sle15-sp5/Leap15.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 01:01:22 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -245,7 +245,7 @@ BuildRequires: pkgconfig(wayland-server) >= 1.11
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: llvm-devel
|
||||
%else
|
||||
%if 0%{?sle_version} >= 150600
|
||||
%if 0%{?sle_version} >= 150500
|
||||
BuildRequires: llvm17-devel
|
||||
%endif
|
||||
%endif
|
||||
@ -255,7 +255,7 @@ BuildRequires: llvm17-devel
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: clang-devel
|
||||
%else
|
||||
%if 0%{?sle_version} >= 150600
|
||||
%if 0%{?sle_version} >= 150500
|
||||
BuildRequires: clang17-devel
|
||||
%endif
|
||||
%endif
|
||||
@ -860,7 +860,7 @@ egl_platforms=x11,wayland
|
||||
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus,i915,d3d12,zink \
|
||||
%else
|
||||
%ifarch %{arm} aarch64
|
||||
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost,v3d,svga,tegra \
|
||||
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost,v3d,svga,tegra,zink \
|
||||
%else
|
||||
%ifarch ppc64 ppc64le riscv64
|
||||
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl \
|
||||
|
Loading…
Reference in New Issue
Block a user