forked from pool/vulkan-validationlayers
Accepting request 983168 from X11:Wayland
- Update to release SDK-1.3.216.0 OBS-URL: https://build.opensuse.org/request/show/983168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=35
This commit is contained in:
commit
37c8821894
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:927c1cb98c81fe8a1a529cf2d977d701dcda49c495a19583dc00e178b6757203
|
||||
size 3967709
|
3
sdk-1.3.216.0.tar.gz
Normal file
3
sdk-1.3.216.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:593d9b818d536490b70322a01b306ec165df5e7a70d770d05014fbd0b325fa15
|
||||
size 4036109
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 16:04:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.216.0
|
||||
* Validate primitives generated query queue support
|
||||
* Handle CreateDevice, DestroyDevice, Queue Submission,
|
||||
PipelineLayouts and Pipelines in GpuAssistedBase
|
||||
* Validate primitives generated with streams
|
||||
* Validate fragment density render area
|
||||
* Add validation for VK_EXT_primitives_generated_query
|
||||
* Add RenderPass2 validation for FragmentDensityMap
|
||||
* Complete validation of compatible render passes
|
||||
* Validate ray tracing pipeline flags and resource count
|
||||
* Add VK_KHR_ray_tracing_maintenance1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 20:14:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.3.211.0
|
||||
Version: 1.3.216.0
|
||||
Release: 0
|
||||
%define lname libVkLayer_utils-1_3_211_0
|
||||
%define lname libVkLayer_utils-1_3_216_0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Other
|
||||
@ -34,10 +34,10 @@ BuildRequires: glslang-devel >= 11.9.0
|
||||
BuildRequires: memory-constraints
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-headers >= 1.6.1+sdk211
|
||||
BuildRequires: spirv-tools-devel >= 2022.2
|
||||
BuildRequires: spirv-headers >= 1.6.1+sdk216
|
||||
BuildRequires: spirv-tools-devel >= 2022.3~sdk216
|
||||
BuildRequires: xxhash-devel
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.211
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.216
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
Conflicts: vulkan < 1.1
|
||||
|
Loading…
Reference in New Issue
Block a user