layers: Validate shared presentable image cases
authorTobin Ehlis <tobine@google.com>
Thu, 11 May 2017 14:52:51 +0000 (08:52 -0600)
committerTobin Ehlis <tobine@google.com>
Wed, 17 May 2017 15:30:13 +0000 (09:30 -0600)
commit98183b83386f7b6aeab80c312d4989793001d747
treed8ce9b07947c781251e0c9cff47ed9d64a4e0a2f
parent648cbff2438ccd2906237c017a059917e9e10fa2
layers: Validate shared presentable image cases

Add validation support for shared presentable images as defined in
VK_KHR_shared_presentable_image extension.

For all uses of shared presentable images, make sure that the image is
appropriately in VK_IMAGE_LAYOUT_PRESENT_SRC_KHR layout.
For two cases where no layout validation was performed, added a TODO
note (vkCmdBlitImage, vkCmdResolveImage) as basic layout validation
should first be added upstream.
Also locked the layout in the case where a front-buffered image is
presented and then flag an error if an attempt is made to transition
the image layout after that point.

Change-Id: I06cda727e3a7f56ccff4bffd7503b5ff73e8a795
layers/buffer_validation.cpp
layers/core_validation.cpp