Update to 1.4.304.0 SDK
This commit is contained in:
parent
f6016379d2
commit
0d4bc2f972
5 changed files with 3 additions and 4072 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,3 +30,4 @@
|
|||
/Vulkan-Tools-sdk-1.3.283.0.tar.gz
|
||||
/Vulkan-Tools-sdk-1.3.290.0.tar.gz
|
||||
/Vulkan-Tools-sdk-1.3.296.0.tar.gz
|
||||
/Vulkan-Tools-sdk-1.4.304.0.tar.gz
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,46 +0,0 @@
|
|||
From eb9b6043be165f06c7ec78fadbb1ff773c5fc19c Mon Sep 17 00:00:00 2001
|
||||
From: Charles Giessen <charles@lunarg.com>
|
||||
Date: Fri, 11 Oct 2024 12:26:50 -0500
|
||||
Subject: [PATCH] vkcube: Remove unused command line option
|
||||
|
||||
The --validate-checks-disabled flag was unused, so will be removed.
|
||||
---
|
||||
cube/cube.c | 8 +-------
|
||||
1 file changed, 1 insertion(+), 7 deletions(-)
|
||||
|
||||
diff --git a/cube/cube.c b/cube/cube.c
|
||||
index 78d0bb55..4879317c 100644
|
||||
--- a/cube/cube.c
|
||||
+++ b/cube/cube.c
|
||||
@@ -437,7 +437,6 @@ struct demo {
|
||||
int32_t curFrame;
|
||||
int32_t frameCount;
|
||||
bool validate;
|
||||
- bool validate_checks_disabled;
|
||||
bool use_break;
|
||||
bool suppress_popups;
|
||||
bool force_errors;
|
||||
@@ -4223,11 +4222,6 @@ static void demo_init(struct demo *demo, int argc, char **argv) {
|
||||
demo->validate = true;
|
||||
continue;
|
||||
}
|
||||
- if (strcmp(argv[i], "--validate-checks-disabled") == 0) {
|
||||
- demo->validate = true;
|
||||
- demo->validate_checks_disabled = true;
|
||||
- continue;
|
||||
- }
|
||||
if (strcmp(argv[i], "--xlib") == 0) {
|
||||
fprintf(stderr, "--xlib is deprecated and no longer does anything");
|
||||
continue;
|
||||
@@ -4286,7 +4280,7 @@ static void demo_init(struct demo *demo, int argc, char **argv) {
|
||||
ERR_EXIT("Usage: vkcube [--validate]\n", "Usage");
|
||||
#else
|
||||
char *message =
|
||||
- "Usage:\n %s\t[--use_staging] [--validate] [--validate-checks-disabled]\n"
|
||||
+ "Usage:\n %s\t[--use_staging] [--validate]\n"
|
||||
"\t[--break] [--c <framecount>] [--suppress_popups]\n"
|
||||
"\t[--incremental_present] [--display_timing]\n"
|
||||
"\t[--gpu_number <index of physical device>]\n"
|
||||
--
|
||||
2.47.0
|
||||
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Vulkan-Tools-sdk-1.3.296.0.tar.gz) = 66bc89272f150198cd52f2971ad67a2fd6c922ac4bafb420c0d54788ca6bab2246e8a153a09eccce15a87e1fe16fdeef16af1c6b6b13386bff79dd73858f3cae
|
||||
SHA512 (Vulkan-Tools-sdk-1.4.304.0.tar.gz) = 9ef9fdda000977f913869419702b3e2ea2a6e41525c47711bc9aad9df5b538b7fad164c3ae43b87f183146f2f27c928b600eadc5ac2bb0e6c81f12a3487cb21c
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: vulkan-tools
|
||||
Version: 1.3.296.0
|
||||
Version: 1.4.304.0
|
||||
Release: %autorelease
|
||||
Summary: Vulkan tools
|
||||
|
||||
|
|
@ -7,10 +7,6 @@ License: Apache-2.0
|
|||
URL: https://github.com/KhronosGroup/Vulkan-Tools
|
||||
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Tools-sdk-%{version}.tar.gz
|
||||
|
||||
# vkcube runtime selection support
|
||||
Patch00: 0001-vkcube-Remove-unused-command-line-option.patch
|
||||
Patch01: 0001-cube-Support-runtime-selection-of-WSI-platform.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue