Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-headers/files/
Date: Sun, 06 Jan 2019 15:39:33
Message-Id: 1546789117.63159d079a3c86bb5112a38d3adc114e0534fa0e.mattst88@gentoo
1 commit: 63159d079a3c86bb5112a38d3adc114e0534fa0e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 6 10:39:47 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 15:38:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63159d07
7
8 dev-util/vulkan-headers: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/10752
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 ...aders-1.1.77.0-r1-Remove-loader-layer-dep.patch | 38 ----------------------
15 1 file changed, 38 deletions(-)
16
17 diff --git a/dev-util/vulkan-headers/files/vulkan-headers-1.1.77.0-r1-Remove-loader-layer-dep.patch b/dev-util/vulkan-headers/files/vulkan-headers-1.1.77.0-r1-Remove-loader-layer-dep.patch
18 deleted file mode 100644
19 index 9cf443a2244..00000000000
20 --- a/dev-util/vulkan-headers/files/vulkan-headers-1.1.77.0-r1-Remove-loader-layer-dep.patch
21 +++ /dev/null
22 @@ -1,38 +0,0 @@
23 -From 396f82798a4d19b57fc9933490dc1bd7624c9bbb Mon Sep 17 00:00:00 2001
24 -From: Lenny Komow <lenny@××××××.com>
25 -Date: Mon, 25 Jun 2018 13:59:47 -0600
26 -Subject: [PATCH] headers: Remove loader/layer dependency
27 -
28 -The header vk_layer.h included vk_layer_dispatch_table.h, which is not
29 -present in this repo. Instead, it had to be generated from either the
30 -Vulkan-Loader or Vulkan-ValidationLayers repo. This change removes
31 -that dependency.
32 ----
33 - include/vulkan/vk_layer.h | 6 +++---
34 - 1 file changed, 3 insertions(+), 3 deletions(-)
35 -
36 -diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h
37 -index e8300c3..823c88a 100644
38 ---- a/include/vulkan/vk_layer.h
39 -+++ b/include/vulkan/vk_layer.h
40 -@@ -35,9 +35,6 @@
41 - #define VK_LAYER_EXPORT
42 - #endif
43 -
44 --// Definition for VkLayerDispatchTable and VkLayerInstanceDispatchTable now appear in externally generated header
45 --#include "vk_layer_dispatch_table.h"
46 --
47 - #define MAX_NUM_UNKNOWN_EXTS 250
48 -
49 - // Loader-Layer version negotiation API. Versions add the following features:
50 -@@ -50,6 +47,9 @@
51 -
52 - #define VK_CURRENT_CHAIN_VERSION 1
53 -
54 -+// Typedef for use in the interfaces below
55 -+typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
56 -+
57 - // Version negotiation values
58 - typedef enum VkNegotiateLayerStructType {
59 - LAYER_NEGOTIATE_UNINTIALIZED = 0,
60 -