1
0

- Update to release 1.2.137

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=48
This commit is contained in:
2020-04-13 10:17:45 +00:00
committed by Git OBS Bridge
parent ce58a637e3
commit 8491aa5d1b
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Apr 13 10:14:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.137
* layers: Implement VUID-VkSparseImageMemoryBindInfo-image-02901
* layers: Split EXT buffer_device_address features from KHR
* layers: Add missing AccelerationStructure logic
* layers: Add Disjoint Image Barrier VUID
* layers: Make code C++20 compatible
* lifetimes: Validate acceleration struture objects
* layers: Init validation object types in child constructors
* layers: Add disjoint bindImageMemory VUID
* layers: record reset queries in state tracker
* Add validation for new performance query reset VUID 02863
* layers: Update FormatHandle to use stringstream
-------------------------------------------------------------------
Wed Apr 8 10:33:42 UTC 2020 - Jan Engelhardt <jengelh@inai.de>