From 138a3f6cd4b64406a391d03a255dfce7db891cb4eb9cae38c1c8363d9e742601 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 7 Feb 2023 18:49:08 +0000 Subject: [PATCH] - Update gzdoom-vulkan.patch for glslang 12 OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=96 --- gzdoom-vulkan.patch | 2 +- gzdoom.changes | 5 +++++ gzdoom.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gzdoom-vulkan.patch b/gzdoom-vulkan.patch index e74250b..a73b44c 100644 --- a/gzdoom-vulkan.patch +++ b/gzdoom-vulkan.patch @@ -53,7 +53,7 @@ Index: gzdoom-g4.8.2/src/common/rendering/vulkan/system/vk_builders.cpp /* .maxTaskWorkGroupSizeY_NV = */ 1, /* .maxTaskWorkGroupSizeZ_NV = */ 1, /* .maxMeshViewCountNV = */ 4, -+#if GLSLANG_VERSION_MAJOR == 11 && GLSLANG_VERSION_MINOR >= 12 ++#if (GLSLANG_VERSION_MAJOR == 11 && GLSLANG_VERSION_MINOR >= 12) || GLSLANG_VERSION_MAJOR > 11 + 256, 256, 128, 128, 128, 128, 128, 128, 4, +#endif /* .maxDualSourceDrawBuffersEXT = */ 1, diff --git a/gzdoom.changes b/gzdoom.changes index f9f1c02..201e269 100644 --- a/gzdoom.changes +++ b/gzdoom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 7 18:44:20 UTC 2023 - Jan Engelhardt + +- Update gzdoom-vulkan.patch for glslang 12 + ------------------------------------------------------------------- Sun Dec 4 15:39:27 UTC 2022 - Jan Engelhardt diff --git a/gzdoom.spec b/gzdoom.spec index b5be744..35be4bb 100644 --- a/gzdoom.spec +++ b/gzdoom.spec @@ -1,7 +1,7 @@ # # spec file for package gzdoom # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed