Dominique Leuenberger 2020-07-04 23:14:39 +00:00 committed by Git OBS Bridge
commit b3d1c62254
4 changed files with 18 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jul 2 10:21:07 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- Update to release 1.2.145
* scripts: Add default arg for kvt_genvk directory
* vulkaninfo: fix indent with for present support
* icd:Correctly Support Vulkan 1.1
* icd: Cleanup supported VK API version
* vulkaninfo: fix output style for memory types
* vulkaninfo: add more asserts to catch bad formatting
* vulkaninfo: fix ordering issues in generated code
* scripts: Use named params for generator options
-------------------------------------------------------------------
Thu May 28 13:32:28 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,14 +17,14 @@
Name: vulkan-tools
Version: 1.2.141
Version: 1.2.145
Release: 0
Summary: Diagnostic utilities for Vulkan
License: Apache-2.0
Group: Development/Tools/Other
URL: https://github.com/KhronosGroup/Vulkan-Tools
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz#/Vulkan-Tools-%{version}.tar.gz
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
BuildRequires: glslang-devel