Merge branch 'jekstrand-clearing-fixes' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Thu, 2 Jun 2016 18:35:46 +0000 (18:35 +0000)
committerPyry Haulos <phaulos@google.com>
Thu, 2 Jun 2016 18:35:46 +0000 (18:35 +0000)
commit4abfcca2434f67b89f216a5647eefd0c908fc55d
tree7b891cec4c4d41af13bb61e553f79463a75fddae
parent26d0cfe5dfcdf042b2390dccf9ffa5670bde2ff3
parentfd0fe2a62f68cefd04fd388bbe32465011a4e4aa
Merge branch 'jekstrand-clearing-fixes' into 'vulkan-cts-1.0-dev'

image_clearing: Don't set a component mapping for the view to be cleared

From the Vulkan 1.0.12 spec for VkComponentMapping:

> This remapping must be identity for storage image descriptors, input
> attachment descriptors, and framebuffer attachments.

This fixes 6 CTS tests on the Intel Linux driver.

See merge request !568