image_clearing: Don't set a component mapping for the view to be cleared
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 31 May 2016 18:42:02 +0000 (11:42 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 31 May 2016 18:48:47 +0000 (11:48 -0700)
commitfd0fe2a62f68cefd04fd388bbe32465011a4e4aa
treec29eb16dd3c0e56a67fdf9d91af87570ed855981
parent7dcc33d639a3cb0134028121035097d88340d487
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.
external/vulkancts/modules/vulkan/api/vktApiImageClearingTests.cpp