Accepting request 1161628 from X11:XOrg
- enable vulkan-beta meson flag for vulkan video support (suggested by "llyyr" <llyyr.public@gmail.com>; adding C flag -Wno-error=missing-prototypes for this wasn't necessary) - Add zink driver by default OBS-URL: https://build.opensuse.org/request/show/1161628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=499
This commit is contained in:
commit
2668c81d3d
12
Mesa.changes
12
Mesa.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 01:44:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- enable vulkan-beta meson flag for vulkan video support (suggested
|
||||
by "llyyr" <llyyr.public@gmail.com>; adding C flag
|
||||
-Wno-error=missing-prototypes for this wasn't necessary)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 09:55:48 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Add zink driver by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 07:18:13 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package Mesa
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -874,6 +874,7 @@ egl_platforms=x11,wayland
|
||||
%if 0%{with_vulkan}
|
||||
-Dvulkan-drivers=%{?vulkan_drivers} \
|
||||
-Dvulkan-layers=device-select,overlay \
|
||||
-Dvulkan-beta=true \
|
||||
%else
|
||||
-Dvulkan-drivers= \
|
||||
%endif
|
||||
@ -884,7 +885,7 @@ egl_platforms=x11,wayland
|
||||
-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 \
|
||||
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl,zink \
|
||||
%else
|
||||
-Dgallium-drivers=swrast \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user