Accepting request 994830 from home:nuklly:branches:X11:XOrg
- Enable zink driver build on x86_64 OBS-URL: https://build.opensuse.org/request/show/994830 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1130
This commit is contained in:
parent
5e8a5a5822
commit
fa0d83ad8c
@ -8,6 +8,11 @@ Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
* intel/dev: drop warning for unhandled hwconfig keys
|
* intel/dev: drop warning for unhandled hwconfig keys
|
||||||
* anv: Use sampleLocationsEnable for sample locations
|
* anv: Use sampleLocationsEnable for sample locations
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 12 22:06:24 UTC 2022 - Xu Zhao <i@xuzhao.net>
|
||||||
|
|
||||||
|
- Enable zink driver build on x86_64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 7 18:41:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sun Aug 7 18:41:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -166,6 +166,9 @@ BuildRequires: pkgconfig(libva)
|
|||||||
BuildRequires: pkgconfig(presentproto)
|
BuildRequires: pkgconfig(presentproto)
|
||||||
%if "%{flavor}" == "drivers"
|
%if "%{flavor}" == "drivers"
|
||||||
BuildRequires: pkgconfig(vdpau) >= 1.1
|
BuildRequires: pkgconfig(vdpau) >= 1.1
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
|
BuildRequires: pkgconfig(vulkan)
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
@ -824,7 +827,7 @@ egl_platforms=x11,wayland
|
|||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
-Ddri-drivers= \
|
-Ddri-drivers= \
|
||||||
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus,i915,d3d12 \
|
-Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus,i915,d3d12,zink \
|
||||||
%else
|
%else
|
||||||
%ifarch %{arm} aarch64
|
%ifarch %{arm} aarch64
|
||||||
-Ddri-drivers= \
|
-Ddri-drivers= \
|
||||||
|
Loading…
Reference in New Issue
Block a user