forked from pool/vulkan-validationlayers
Accepting request 725035 from X11:Wayland
- Update to new upstream release 1.1.120 OBS-URL: https://build.opensuse.org/request/show/725035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=7
This commit is contained in:
commit
84c6eebea8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1db85374c3731f3414957d290e5170a772c3a6179fa3ab7c19d0d54606954413
|
||||
size 795480
|
3
Vulkan-ValidationLayers-1.1.120.tar.xz
Normal file
3
Vulkan-ValidationLayers-1.1.120.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d4e4bc9a0bd32b43e9b5e571367c43741a2407691d4c1410c3c8dfda6b57d3b
|
||||
size 1106116
|
6
_service
6
_service
@ -2,9 +2,9 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/Vulkan-ValidationLayers</param>
|
||||
<param name="revision">52787ac40c8f945d734da3f550b10d92e3f5225e</param>
|
||||
<param name="parent-tag">52787ac40c8f945d734da3f550b10d92e3f5225e</param>
|
||||
<param name="versionformat">1.1.112</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>
|
||||
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 09:20:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.1.120
|
||||
* layers: Add VK_KHR_uniform_buffer_standard_layout.
|
||||
* layers: Split record/validation of Pipeline/Shaders.
|
||||
* layers: Add accel structure tracking and validation.
|
||||
* layers: Add validation for
|
||||
VK_EXT_shader_demote_to_helper_invocation,
|
||||
VK_EXT_texel_buffer_alignment,
|
||||
VK_KHR_pipeline_executable_properties,
|
||||
VK_EXT_line_rasterization, VkGeometryNV,
|
||||
VkCommandBufferInheritanceInfo.
|
||||
* layers: Added vu checks for imageless framebuffer.
|
||||
- Drop 0001-layers-Use-correct-apiversion-for-properties-check.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 12 02:56:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add 0001-layers-Use-correct-apiversion-for-properties-check.patch
|
||||
[boo#1140976]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 08:07:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -16,23 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.112
|
||||
%define version_unconverted 1.1.120
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.1.112
|
||||
Version: 1.1.120
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
||||
|
||||
Source: Vulkan-ValidationLayers-%version.tar.xz
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel >= 7.11.3188
|
||||
BuildRequires: glslang-devel >= 7.12
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
#BuildRequires: python3-spec_tools >= 1.1.112
|
||||
BuildRequires: spirv-tools-devel >= 2019.4~git33
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.1.107
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.1.112
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
|
||||
@ -44,7 +46,7 @@ graphics applications such as games and interactive media.
|
||||
This package contains the Khronos official Vulkan validation layers.
|
||||
|
||||
%prep
|
||||
%setup -qn Vulkan-ValidationLayers-%version
|
||||
%autosetup -n Vulkan-ValidationLayers-%version
|
||||
|
||||
%build
|
||||
%cmake -DGLSLANG_INSTALL_DIR="%_bindir"
|
||||
|
Loading…
Reference in New Issue
Block a user