1
0

Accepting request 817543 from home:gmbr3:Active

- Update to release 1.2.145
  * layers: Label BindBuffer2 VUIDs
  * layers: Raytracing VUIDs
  * tests: Implement test for raytracing VUIDs
  * layers: Clean up some variable name formatting issues
  * layers: Add VUID 02840
  * tests: Add VUID 02840
  * corechecks: Add FB check for depth-stencil 3D image/imageviews
  * tests: Added test for VUID-VkFBCreateInfo-pAttachments-00891
  * layers: Fix VK_EXT_sample_locations bug
  * tests: Add extra VK_EXT_sample_location test

OBS-URL: https://build.opensuse.org/request/show/817543
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=53
This commit is contained in:
2020-06-29 11:00:06 +00:00
committed by Git OBS Bridge
parent 168fbefa5d
commit 9d3a5767bf
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jun 28 17:15:56 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- Update to release 1.2.145
* layers: Label BindBuffer2 VUIDs
* layers: Raytracing VUIDs
* tests: Implement test for raytracing VUIDs
* layers: Clean up some variable name formatting issues
* layers: Add VUID 02840
* tests: Add VUID 02840
* corechecks: Add FB check for depth-stencil 3D image/imageviews
* tests: Added test for VUID-VkFBCreateInfo-pAttachments-00891
* layers: Fix VK_EXT_sample_locations bug
* tests: Add extra VK_EXT_sample_location test
-------------------------------------------------------------------
Thu May 28 14:29:10 UTC 2020 - Jan Engelhardt <jengelh@inai.de>