import vulkan-validation-layers-1.3.224.0-1.el8
This commit is contained in:
parent
b1d8824d98
commit
efef6bbfd3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Vulkan-ValidationLayers-sdk-1.3.216.0.tar.gz
|
||||
SOURCES/Vulkan-ValidationLayers-sdk-1.3.224.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
d0f9982bca45387e3e3c8340737acf243ed31ec5 SOURCES/Vulkan-ValidationLayers-sdk-1.3.216.0.tar.gz
|
||||
93eb219605496efd9e772a950f9024ecb5817f36 SOURCES/Vulkan-ValidationLayers-sdk-1.3.224.0.tar.gz
|
||||
|
@ -1,24 +0,0 @@
|
||||
diff -up Vulkan-ValidationLayers-sdk-1.2.182.0/layers/vk_layer_config.cpp.dma Vulkan-ValidationLayers-sdk-1.2.182.0/layers/vk_layer_config.cpp
|
||||
--- Vulkan-ValidationLayers-sdk-1.2.182.0/layers/vk_layer_config.cpp.dma 2021-08-07 08:13:46.344320103 +1000
|
||||
+++ Vulkan-ValidationLayers-sdk-1.2.182.0/layers/vk_layer_config.cpp 2021-08-07 08:14:22.130893289 +1000
|
||||
@@ -68,7 +68,7 @@ class ConfigFile {
|
||||
|
||||
static ConfigFile layer_config;
|
||||
|
||||
-string GetEnvironment(const char *variable) {
|
||||
+VK_LAYER_EXPORT string GetEnvironment(const char *variable) {
|
||||
#if !defined(__ANDROID__) && !defined(_WIN32)
|
||||
const char *output = getenv(variable);
|
||||
return output == NULL ? "" : output;
|
||||
diff -up Vulkan-ValidationLayers-sdk-1.2.182.0/layers/vk_layer_config.h.dma Vulkan-ValidationLayers-sdk-1.2.182.0/layers/vk_layer_config.h
|
||||
--- Vulkan-ValidationLayers-sdk-1.2.182.0/layers/vk_layer_config.h.dma 2021-08-07 08:14:04.352608540 +1000
|
||||
+++ Vulkan-ValidationLayers-sdk-1.2.182.0/layers/vk_layer_config.h 2021-08-07 08:14:15.237782885 +1000
|
||||
@@ -33,7 +33,7 @@
|
||||
#define SECONDARY_VK_REGISTRY_HIVE_STR "HKEY_CURRENT_USER"
|
||||
#endif
|
||||
|
||||
-std::string GetEnvironment(const char *variable);
|
||||
+VK_LAYER_EXPORT std::string GetEnvironment(const char *variable);
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
@ -1,5 +1,5 @@
|
||||
Name: vulkan-validation-layers
|
||||
Version: 1.3.216.0
|
||||
Version: 1.3.224.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan validation layers
|
||||
|
||||
@ -7,7 +7,6 @@ License: ASL 2.0
|
||||
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
||||
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-ValidationLayers-sdk-%{version}.tar.gz
|
||||
Patch0: fix_shared.patch
|
||||
Patch1: add-missing-export.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -75,6 +74,9 @@ developing applications that use %{name}.
|
||||
%{_includedir}/vulkan/
|
||||
|
||||
%changelog
|
||||
* Wed Aug 24 2022 Dave Airlie <airlied@redhat.com> - 1.3.224.0-1
|
||||
- Update to 1.3.224.0
|
||||
|
||||
* Mon Jun 20 2022 Dave Airlie <airlied@redhat.com> - 1.3.216.0-1
|
||||
- Update to 1.3.216.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user