From: Pyry Haulos Date: Tue, 17 May 2016 20:15:26 +0000 (+0000) Subject: Merge branch 'scygan-wsi' into 'vulkan-cts-1.0-dev' X-Git-Tag: upstream/0.1.0~840^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5f463a3244fed14f1028d59a558db9204701da8;p=platform%2Fupstream%2FVK-GL-CTS.git Merge branch 'scygan-wsi' into 'vulkan-cts-1.0-dev' vktWsiSwapchainTests: fixed bugs and removed unnecessary barriers. * VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR may be unsupported - use transform returned from API * `capabilities.maxImageCount == 0` means no limits, test should account for that * Additionally two barriers are removed - they are unnessary, as given transitions are already performed by renderpass * do not depend on optional depth clamp feature * fixed bug in surface capabilities validation where surface's height was tested with respect to width's limits. See merge request !559 --- f5f463a3244fed14f1028d59a558db9204701da8