1
0

Accepting request 776213 from home:alarrosa:branches:X11:Wayland

- Update to 1.2.133
  * tests: Add positive and negative non-semantic info tests
  * layers: Validate non-semantic info extension
  * tests: Touch up some incorrect errorMonitor calls
  * tests: Added tests for CmdBlitImage planar VUIDs
  * corechecks: Add CmdBlitImage multiplanar format checks
  * tests: Add test for vkCmdCopyImage VUID
  * layers: Add support for vkCmdCopyImage VUID
  * corechecks: Correct conditions for triggering VUID 1564
  * layers: Fix false errors if query condition is unknown
  * layers: Fix string validation returned results
  * scripts: Rename src argument for safe_* copy funcs
  * scripts: Only use safe_* types when needed
  * scripts: Handle arrays with const/non-member len
  * scripts: Fix codegen infinite recursion
  * tests: Add test for 01004 and 02652
  * layers: Add support for 01004 and 02652
  * tests: Remove non-API range enums
  * layers: Remove non-API range enums
  * layers: Remove deprecated log_msg() function
  * layers: Removed last log_msg calls
  * tests: Added test for 00624 and 00625
  * stateless: Added support for 00624 and 00625
  * tests: Add test for 00360
  * layers: Add support for 00360
  * tests: Add tests for 01973 and 01069
  * layers: Add support for 01973 and 01069
  * layers: Update stateless validation doc
  * corechecks: Convert core val to use new logging funcs
  * corechecks: Converted buffer validation to new logging funcs

OBS-URL: https://build.opensuse.org/request/show/776213
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=43
This commit is contained in:
Jan Engelhardt 2020-02-20 10:06:16 +00:00 committed by Git OBS Bridge
parent 91618b2621
commit 267f116c6c
4 changed files with 80 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1fa9aecec35cb24d69e0d551188b6dff0fd810f05451fc9788da912c9c71673
size 1865542

3
v1.2.133.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9a87f424960457d6798baa3c592b09a14e2f29533851dddb3fa8a110cf0ae8a
size 1864458

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Wed Feb 19 07:45:34 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to 1.2.133
* tests: Add positive and negative non-semantic info tests
* layers: Validate non-semantic info extension
* tests: Touch up some incorrect errorMonitor calls
* tests: Added tests for CmdBlitImage planar VUIDs
* corechecks: Add CmdBlitImage multiplanar format checks
* tests: Add test for vkCmdCopyImage VUID
* layers: Add support for vkCmdCopyImage VUID
* corechecks: Correct conditions for triggering VUID 1564
* layers: Fix false errors if query condition is unknown
* layers: Fix string validation returned results
* scripts: Rename src argument for safe_* copy funcs
* scripts: Only use safe_* types when needed
* scripts: Handle arrays with const/non-member len
* scripts: Fix codegen infinite recursion
* tests: Add test for 01004 and 02652
* layers: Add support for 01004 and 02652
* tests: Remove non-API range enums
* layers: Remove non-API range enums
* layers: Remove deprecated log_msg() function
* layers: Removed last log_msg calls
* tests: Added test for 00624 and 00625
* stateless: Added support for 00624 and 00625
* tests: Add test for 00360
* layers: Add support for 00360
* tests: Add tests for 01973 and 01069
* layers: Add support for 01973 and 01069
* layers: Update stateless validation doc
* corechecks: Convert core val to use new logging funcs
* corechecks: Converted buffer validation to new logging funcs
* corechecks: Use new logging calls in shader validation
* corechecks: Move helpers inside validation object
* threading: Change log_msg calls to LogError calls
* theading: Pass object pointer instead of report_data
* corechecks: Move misplaced validation call into core validation
* chassis: Changed log_msg calls to LogWarning calls
* corechecks: Convert drawdispatch.cpp to new logging funcs
* gpuval: Moved to new-style logging functions
* corechecks: Converted descriptor_sets.cpp to new logging calls
* practices: Convert WARNINGS to new logging calls
* practices: Convert perf warnings to new logging funcs
* practices: Change info message to warning
* objlifetimes: Convert object tracker to new logging calls
* stateless: Convert parameter validation to new logging calls
* tests: Fix pipeline create state test
* tests: Added test for 00701
* layers: Added support for 00701
* layers: Added condition to display 01427
* layers: Added condition to display 01430
* tests: Added test for 01988
* layers: Added support for 01988
* tests: Added test for 01143
* layers: Added support for 01143
* tests: Added test for 00317 and 00318
* layers: Added support for 00317 and 00318
* layers: Don't issue VU01564 for immutable samplers
* tests: Test unaligned CmdPushDescriptorSet
* layers: Validate unaligned CmdPushDescriptorSet
* tests: Add layout for middle subresource test
* layers: Fix range_vector excess erasure
* layers: Fix unitialized variable.
* Fix duplicate header file entry
* tests: Revert "Call 1.2 core API using GetInstanceProcAddr"
* tests: Call 1.2 core API using GetInstanceProcAddr
* chassis: Limit GetPhysDevProcAddr to physical device funcs
* layers: Use correct VK version when validating spec consts
* tests: Use maxBoundDescriptorSets instead of hard coding
* gpu: Use updated interface to instrumentation
* tests: Added tests for Ycbcr in vkCreateImage
* layers: Added Ycbcr support in VkImageCreateInfo
* layers: Use safe_VkImageCreateInfos
* build: Add NOMINMAX to Win ninja build
-------------------------------------------------------------------
Tue Feb 11 15:21:00 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -17,7 +17,7 @@
Name: vulkan-validationlayers
Version: 1.2.132
Version: 1.2.133
Release: 0
Summary: Validation layers for Vulkan
License: Apache-2.0