Accepting request 998712 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/998712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=449
This commit is contained in:
commit
28241d7a4c
14
Mesa.changes
14
Mesa.changes
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 09:35:53 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- update to 22.1.7:
|
||||
* fixes and cleanups all over the tree
|
||||
* most of the fixes are for zink
|
||||
* nice batch of fixes for the gallium dx9 frontend
|
||||
* some other fixes across the board
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -8,6 +17,11 @@ Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
* intel/dev: drop warning for unhandled hwconfig keys
|
||||
* 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>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 22.1.6
|
||||
%define _version 22.1.7
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -106,7 +106,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa%{psuffix}
|
||||
Version: 22.1.5
|
||||
Version: 22.1.7
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -166,6 +166,9 @@ BuildRequires: pkgconfig(libva)
|
||||
BuildRequires: pkgconfig(presentproto)
|
||||
%if "%{flavor}" == "drivers"
|
||||
BuildRequires: pkgconfig(vdpau) >= 1.1
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
@ -824,7 +827,7 @@ egl_platforms=x11,wayland
|
||||
%endif
|
||||
%ifarch %{ix86} x86_64
|
||||
-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
|
||||
%ifarch %{arm} aarch64
|
||||
-Ddri-drivers= \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22ced061eb9adab8ea35368246c1995c09723f3f71653cd5050c5cec376e671a
|
||||
size 16071404
|
Binary file not shown.
3
mesa-22.1.7.tar.xz
Normal file
3
mesa-22.1.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da838eb2cf11d0e08d0e9944f6bd4d96987fdc59ea2856f8c70a31a82b355d89
|
||||
size 16109944
|
BIN
mesa-22.1.7.tar.xz.sig
Normal file
BIN
mesa-22.1.7.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user