Accepting request 839660 from X11:Wayland
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/839660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=29
This commit is contained in:
commit
2bd94ee530
@ -1,28 +0,0 @@
|
||||
From 8fdc320b442c45f25044826715058ce3569f3ae1 Mon Sep 17 00:00:00 2001
|
||||
From: Charles Giessen <charles@lunarg.com>
|
||||
Date: Thu, 17 Sep 2020 16:31:16 -0600
|
||||
Subject: [PATCH] Revert "loader: Return error if layer loading failed"
|
||||
|
||||
This reverts commit 49648d8fb398ac7d3d8e159939de060b8e759ecf.
|
||||
Many layers were relying on silently failing to allow 32/64 bit versions
|
||||
to work on linux. A later commit will properly check for failing layers.
|
||||
---
|
||||
loader/loader.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/loader/loader.c b/loader/loader.c
|
||||
index dd7f7d5b7..4d8865e13 100644
|
||||
--- a/loader/loader.c
|
||||
+++ b/loader/loader.c
|
||||
@@ -5942,7 +5942,7 @@ VkResult loader_create_instance_chain(const VkInstanceCreateInfo *pCreateInfo, c
|
||||
|
||||
lib_handle = loaderOpenLayerFile(inst, "instance", layer_prop);
|
||||
if (!lib_handle) {
|
||||
- return VK_ERROR_LAYER_NOT_PRESENT;
|
||||
+ continue;
|
||||
}
|
||||
|
||||
if (NULL == layer_prop->functions.negotiate_layer_interface) {
|
||||
--
|
||||
2.28.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fb906b2dc968f2256f2d09b093ec8cc7f19812d656c649de8ed709a6da63d4a
|
||||
size 1416357
|
3
v1.2.154.tar.gz
Normal file
3
v1.2.154.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a92cee981032be16149603c1b602214f80f5f2d823c7b552b0c7dbb907d667f
|
||||
size 1417349
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 22:02:51 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.154
|
||||
* Revert loader error characteristics to 1.2.152
|
||||
- Drop 0001-Revert-loader-Return-error-if-layer-loading-failed.patch
|
||||
(merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 19:46:21 UTC 2020 - Michał Rostecki <mrostecki@suse.com>
|
||||
|
||||
|
@ -16,9 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
# Only pick versions released as /^sdk-.*/ tags
|
||||
%define lname libvulkan1
|
||||
Name: vulkan-loader
|
||||
Version: 1.2.153
|
||||
Version: 1.2.154
|
||||
Release: 0
|
||||
Summary: Reference ICD loader for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -26,7 +27,6 @@ Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz
|
||||
Source9: baselibs.conf
|
||||
Patch0: 0001-Revert-loader-Return-error-if-layer-loading-failed.patch
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user