From: Ian Elliott Date: Fri, 25 Sep 2015 22:20:23 +0000 (-0600) Subject: Remove WSI from "General Pending Work" section of layer documentation. X-Git-Tag: submit/tizen/20181227.054638~4818 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0f17d6c15e4dd0e6bedfbe8b32e1d9e3aa3d64a;p=platform%2Fupstream%2FVulkan-Tools.git Remove WSI from "General Pending Work" section of layer documentation. --- diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md index d2f40f72..0639ffb1 100644 --- a/layers/vk_validation_layer_details.md +++ b/layers/vk_validation_layer_details.md @@ -346,5 +346,4 @@ A place to capture general validation work to be done. This includes new checks 1. For Upcoming Dynamic State overhaul (if approved): If dynamic state value that is consumed is never set prior to consumption, flag an error 2. For Upcoming Dynamic State overhaul (if approved): If dynamic state that was bound as "static" in current PSO is attempted to be set with vkCmdSet* flag an error - 3. Need a WSI validation layer(s) to validate correct usage of WSI API. One issue that has already come up is correct UsageFlags for WSI SwapChains and SurfaceProperties. Tons of other stuff including semaphore and synchronization validation. - 4. Need to check VkShaderCreateInfo.stage is being set properly (Issue reported by Dan Ginsberg) + 3. Need to check VkShaderCreateInfo.stage is being set properly (Issue reported by Dan Ginsberg)