forked from pool/vulkan-validationlayers
Accepting request 743114 from X11:Wayland
- Update to release 1.1.126 OBS-URL: https://build.opensuse.org/request/show/743114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=9
This commit is contained in:
commit
2e3d604301
3
Vulkan-ValidationLayers-1.1.126.tar.xz
Normal file
3
Vulkan-ValidationLayers-1.1.126.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a6e3f74a5ca51eb1f2c608c81652c6504d38a5d61af48c61e599baead91acd8
|
||||||
|
size 1132332
|
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://github.com/KhronosGroup/Vulkan-ValidationLayers</param>
|
||||||
|
<param name="revision">fdea0607</param>
|
||||||
|
<param name="parent-tag">v1.1.125</param>
|
||||||
|
<param name="versionformat">1.1.126</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
</services>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:815811c1fa1f4c0ae56da0c9b5990f5fcd0df1406454dee88b30dd9eaf4863e9
|
|
||||||
size 1757023
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 11:45:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.1.126
|
||||||
|
* layers: Precompute vertex attribute alignment requirement
|
||||||
|
* layers: Add for pipeline layout compat VUs
|
||||||
|
* layers: Store shared pointer to command pool in command buffer
|
||||||
|
* layers: Improve large descriptor set validation filtering
|
||||||
|
* layers: Add VK_KHR_spirv_1_4 validation
|
||||||
|
* layers: Move event/query Updates to PostCallRecordQueueSubmit
|
||||||
|
* layers: Validate DescriptorSet Binding data
|
||||||
|
* layers: Add PreCallValidateCmdTraceRaysNV
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 21:46:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Wed Oct 16 21:46:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -16,17 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 1.1.124
|
%define version_unconverted 1.1.126
|
||||||
|
|
||||||
Name: vulkan-validationlayers
|
Name: vulkan-validationlayers
|
||||||
Version: 1.1.124
|
Version: 1.1.126
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Validation layers for Vulkan
|
Summary: Validation layers for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: development vulkan
|
Group: Development/Tools/Other
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
||||||
|
|
||||||
Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
|
#Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
|
||||||
|
Source: Vulkan-ValidationLayers-%version.tar.xz
|
||||||
Source9: %name-rpmlintrc
|
Source9: %name-rpmlintrc
|
||||||
BuildRequires: cmake >= 3.4
|
BuildRequires: cmake >= 3.4
|
||||||
BuildRequires: gcc-c++ >= 4.8
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
|
Loading…
Reference in New Issue
Block a user