forked from pool/vulkan-validationlayers
Accepting request 712364 from X11:Wayland
- Update to new upstream release 1.1.112 OBS-URL: https://build.opensuse.org/request/show/712364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=6
This commit is contained in:
commit
44194242fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:447df9b2fe7700f842ac65bf4718093af2abbc63a7fd0a78ccba509b751b45e8
|
||||
size 788236
|
3
Vulkan-ValidationLayers-1.1.112.tar.xz
Normal file
3
Vulkan-ValidationLayers-1.1.112.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1db85374c3731f3414957d290e5170a772c3a6179fa3ab7c19d0d54606954413
|
||||
size 795480
|
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">10a98fac8fae947e20f18b84f2b91fe5250227c2</param>
|
||||
<param name="parent-tag">v1.1.107</param>
|
||||
<param name="versionformat">1.1.107.g@TAG_OFFSET@</param>
|
||||
<param name="revision">52787ac40c8f945d734da3f550b10d92e3f5225e</param>
|
||||
<param name="parent-tag">52787ac40c8f945d734da3f550b10d92e3f5225e</param>
|
||||
<param name="versionformat">1.1.112</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 08:07:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.1.112
|
||||
* layers: Validate VK_NV_shader_subgroup_partitioned,
|
||||
VK_NV_compute_shader_derivatives,
|
||||
VK_NV_fragment_shader_barycentric,
|
||||
VK_NV_shader_image_footprint
|
||||
* corechecks: Add some BufferImageCopy VUs
|
||||
* corechecks: Add VU checks for CUBE_COMPAT images
|
||||
* chassis: Make chassis report device extensions
|
||||
* layers: Add subgroup validation
|
||||
* layers: Validate bind image and swapchain
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 10:22:58 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.107.g31
|
||||
%define version_unconverted 1.1.112
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.1.107.g31
|
||||
Version: 1.1.112
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -43,14 +43,6 @@ graphics applications such as games and interactive media.
|
||||
|
||||
This package contains the Khronos official Vulkan validation layers.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for Vulkan validation layers
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description devel
|
||||
This subpackage contains header files and a static library for
|
||||
Vulkan validation layers.
|
||||
|
||||
%prep
|
||||
%setup -qn Vulkan-ValidationLayers-%version
|
||||
|
||||
@ -60,14 +52,12 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
# no header files
|
||||
rm -f "%buildroot/%_libdir"/*.a
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%_libdir/libVkLayer*.so
|
||||
%_datadir/vulkan/
|
||||
|
||||
%files devel
|
||||
%_includedir/*
|
||||
%_libdir/*.a
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user