Accepting request 858789 from games

new upstream release

OBS-URL: https://build.opensuse.org/request/show/858789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkquake?expand=0&rev=6
This commit is contained in:
2020-12-27 23:28:29 +00:00
committed by Git OBS Bridge
5 changed files with 10 additions and 31 deletions

View File

@@ -1,25 +0,0 @@
From 029d2c53dc72a9995e0cec974d8ca03fc8352963 Mon Sep 17 00:00:00 2001
From: Axel Gneiting <axelgneiting@gmail.com>
Date: Sun, 17 May 2020 22:38:00 -0500
Subject: [PATCH] Remove use of VK_DYNAMIC_STATE_RANGE_SIZE
---
Quake/gl_rmisc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Quake/gl_rmisc.c b/Quake/gl_rmisc.c
index ae66f3a..b80d6ae 100644
--- a/Quake/gl_rmisc.c
+++ b/Quake/gl_rmisc.c
@@ -1426,7 +1426,7 @@ void R_CreatePipelines()
VkPipelineDynamicStateCreateInfo dynamic_state_create_info;
memset(&dynamic_state_create_info, 0, sizeof(dynamic_state_create_info));
dynamic_state_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO;
- VkDynamicState dynamic_states[VK_DYNAMIC_STATE_RANGE_SIZE];
+ VkDynamicState dynamic_states[3];
dynamic_state_create_info.pDynamicStates = dynamic_states;
VkPipelineShaderStageCreateInfo shader_stages[2];
--
2.28.0

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa318b7c543834ac907f6d0657c6560e8974445274083a95131d7350fb871624
size 3870270

3
vkQuake-1.05.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ced5d2756a04f2873fc3f1616b1b08c70baf6286496d08d0ce107985b56829a
size 3872720

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 26 22:42:48 UTC 2020 - Jacob Tice <jacob.a.tice@gmail.com>
- Update to version 1.05.1
- Drop 0001-Remove-use-of-VK_DYNAMIC_STATE_RANGE_SIZE.patch
-------------------------------------------------------------------
Sun Sep 13 17:03:57 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -18,7 +18,7 @@
Name: vkquake
Version: 1.04.1
Version: 1.05.1
Release: 0
Summary: Quake 1 port using Vulkan instead of OpenGL for rendering
License: GPL-2.0-or-later
@@ -28,8 +28,6 @@ Source: https://github.com/Novum/vkQuake/archive/%{version}/vkQuake-%{ve
Source99: %{name}.changes
Source100: appdata.xml
Source101: %{name}.desktop
# PATCH-FIX-UPSTREAM
Patch0: 0001-Remove-use-of-VK_DYNAMIC_STATE_RANGE_SIZE.patch
BuildRequires: pkgconfig
BuildRequires: vulkan-devel
BuildRequires: pkgconfig(flac)