Accepting request 738944 from X11:Wayland
- Update to release 1.1.124 OBS-URL: https://build.opensuse.org/request/show/738944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=8
This commit is contained in:
commit
7fbf17a4d6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6d4e4bc9a0bd32b43e9b5e571367c43741a2407691d4c1410c3c8dfda6b57d3b
|
|
||||||
size 1106116
|
|
14
_service
14
_service
@ -1,14 +0,0 @@
|
|||||||
<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">v1.1.120</param>
|
|
||||||
<param name="parent-tag">v1.1.120</param>
|
|
||||||
<param name="versionformat">1.1.120</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>
|
|
3
v1.1.124.tar.gz
Normal file
3
v1.1.124.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:815811c1fa1f4c0ae56da0c9b5990f5fcd0df1406454dee88b30dd9eaf4863e9
|
||||||
|
size 1757023
|
1
vulkan-validationlayers-rpmlintrc
Normal file
1
vulkan-validationlayers-rpmlintrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
addFilter("shlib-policy-name-error")
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 16 21:46:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.1.124
|
||||||
|
* layers: Support VK_NV_dedicated_allocation_image_aliasing
|
||||||
|
* layers: Add validation for VK_KHR_shader_subgroup_extended_types
|
||||||
|
* layers: Add VK_NV_clip_space_w_scaling
|
||||||
|
* layers: track vkGetPhysicalDeviceFeatures*() called state
|
||||||
|
* gpu: Add gpu-av as a validation object
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 22 22:07:44 UTC 2019 - Aaron Stern <ukbeast89@protonmail.com>
|
||||||
|
|
||||||
|
- Update to new upstream release 1.1.123
|
||||||
|
* corechecks: Add support for VK_INDEX_TYPE_UINT8_EXT
|
||||||
|
* corechecks: Add VUs checking for indexTypeUint8
|
||||||
|
* layers: Add VK_NV_fill_rectangle
|
||||||
|
* layers: Re-ban ray tracing stages in render pass
|
||||||
|
* layers: Remove QueueInfo tracking from ObjectLifetimes
|
||||||
|
* layers: Add cgpl, ccpl, crtpl state for all intercepts
|
||||||
|
* layers: Use persistent objects for ThreadSafety tracking
|
||||||
|
* libVkLayer_*.so were all merged into
|
||||||
|
libVkLayer_khronos_validation.so.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:20:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Wed Aug 21 09:20:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -16,23 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 1.1.120
|
%define version_unconverted 1.1.124
|
||||||
|
|
||||||
Name: vulkan-validationlayers
|
Name: vulkan-validationlayers
|
||||||
Version: 1.1.120
|
Version: 1.1.124
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Validation layers for Vulkan
|
Summary: Validation layers for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: development vulkan
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
||||||
|
|
||||||
Source: Vulkan-ValidationLayers-%version.tar.xz
|
Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
|
||||||
|
Source9: %name-rpmlintrc
|
||||||
BuildRequires: cmake >= 3.4
|
BuildRequires: cmake >= 3.4
|
||||||
BuildRequires: gcc-c++ >= 4.8
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
BuildRequires: glslang-devel >= 7.12
|
BuildRequires: glslang-devel >= 7.12
|
||||||
|
BuildRequires: memory-constraints
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
#BuildRequires: python3-spec_tools >= 1.1.112
|
|
||||||
BuildRequires: spirv-tools-devel >= 2019.4~git33
|
BuildRequires: spirv-tools-devel >= 2019.4~git33
|
||||||
BuildRequires: pkgconfig(vulkan) >= 1.1.112
|
BuildRequires: pkgconfig(vulkan) >= 1.1.112
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@ -49,6 +50,7 @@ This package contains the Khronos official Vulkan validation layers.
|
|||||||
%autosetup -n Vulkan-ValidationLayers-%version
|
%autosetup -n Vulkan-ValidationLayers-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%limit_build -m 2000
|
||||||
%cmake -DGLSLANG_INSTALL_DIR="%_bindir"
|
%cmake -DGLSLANG_INSTALL_DIR="%_bindir"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user