- enabled "swrast" and "amd" Vulkan drivers on riscv64, which is
upstream default anyway ... OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1141
This commit is contained in:
parent
7ffa51a31c
commit
62067e2383
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 11:08:54 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- enabled "swrast" and "amd" Vulkan drivers on riscv64, which is
|
||||||
|
upstream default anyway ...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 21 14:20:04 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
Wed Sep 21 14:20:04 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -68,6 +68,10 @@
|
|||||||
%define with_vulkan 1
|
%define with_vulkan 1
|
||||||
%define vulkan_drivers swrast,amd,broadcom,freedreno
|
%define vulkan_drivers swrast,amd,broadcom,freedreno
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch riscv64
|
||||||
|
%define with_vulkan 1
|
||||||
|
%define vulkan_drivers swrast,amd
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch aarch64 %{arm} ppc64 ppc64le riscv64 s390x %{ix86} x86_64
|
%ifarch aarch64 %{arm} ppc64 ppc64le riscv64 s390x %{ix86} x86_64
|
||||||
|
Loading…
Reference in New Issue
Block a user