Accepting request 856645 from X11:Wayland
- Update to release 1.2.162 (sdk) * Add GGP WSI platform support to Vulkan-Loader - fix vulkan64 suse bug OBS-URL: https://build.opensuse.org/request/show/856645 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=31
This commit is contained in:
commit
d17e826ad0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:889e45f7175d915dd0d702013b8021192e181d20f2ad4021c94006088f1edfe5
|
||||
size 1417527
|
3
sdk-1.2.162.0.tar.gz
Normal file
3
sdk-1.2.162.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8f5ec2485e7fdba3f58c1cde5a25145ece1c6a686c91ba4016b28c0af3f21dd
|
||||
size 1422604
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 20:25:20 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.162 (sdk)
|
||||
* Add GGP WSI platform support to Vulkan-Loader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 16:33:28 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.161
|
||||
* Fix some issues when EnumerateAdapterPhysicalDevices is
|
||||
available.
|
||||
* loader: Override layer load when custom allocator used.
|
||||
* Add support for VK_FUCHSIA_imagepipe_surface.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 29 15:12:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,9 +18,8 @@
|
||||
|
||||
# Only pick versions released as /^sdk-.*/ tags
|
||||
%define lname libvulkan1
|
||||
%define hdrreq 1.2.154
|
||||
Name: vulkan-loader
|
||||
Version: 1.2.154.1
|
||||
Version: 1.2.162.0
|
||||
Release: 0
|
||||
Summary: Reference ICD loader for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -32,7 +31,7 @@ BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: vulkan-headers >= %hdrreq
|
||||
BuildRequires: vulkan-headers >= %version
|
||||
BuildRequires: pkgconfig(pciaccess)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
@ -57,7 +56,7 @@ graphics applications such as games and interactive media.
|
||||
Summary: Vulkan development package
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version-%release
|
||||
Requires: vulkan-headers >= %hdrreq
|
||||
Requires: vulkan-headers >= %version
|
||||
|
||||
%description -n vulkan-devel
|
||||
Vulkan is a 3D graphics and compute API providing cross-platform
|
||||
@ -73,7 +72,9 @@ to make use of Vulkan.
|
||||
%build
|
||||
%cmake \
|
||||
-DVulkanHeaders_INCLUDE_DIR:PATH="%_includedir" \
|
||||
-DVulkanRegistry_DIR:PATH="%_datadir/vulkan/registry"
|
||||
-DVulkanRegistry_DIR:PATH="%_datadir/vulkan/registry" \
|
||||
-DLIB_SUFFIX:STRING=""
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user