From c038b4a9d9642aa62b098162f198261b1ccb1e62f9f078d84b66ecb5fc45abaa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 20 Feb 2020 10:08:29 +0000 Subject: [PATCH] drop changes to build procedure (not user relevant). In fact, just limit the nondescript git changes altogether, as per the changelog guidelines. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=44 --- vulkan-validationlayers.changes | 68 --------------------------------- 1 file changed, 68 deletions(-) diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes index fad6fe1..f1f0648 100644 --- a/vulkan-validationlayers.changes +++ b/vulkan-validationlayers.changes @@ -2,77 +2,9 @@ Wed Feb 19 07:45:34 UTC 2020 - Antonio Larrosa - 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