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)
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


Trivial merge