Fix regression in dEQP-VK.pipeline.multisample.sample_mask
authorSlawomir Cygan <slawomir.cygan@intel.com>
Fri, 8 Sep 2017 10:55:34 +0000 (12:55 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 13 Sep 2017 14:33:16 +0000 (10:33 -0400)
commite3b288e22f038449559f2ccaa4825856ef729fce
tree3507a09e472e0d4a7abb9fd2f762c4cb6794e330
parent61e9dd88605ae53d48d9059e64d866912fb80ba5
Fix regression in dEQP-VK.pipeline.multisample.sample_mask

The commit 83f7fcd8 introduced two ways of downloading
rendered images from device (RESOLVE or COPY_SAMPLES).

All previously existing tests should continue to use RESOLVE mode, as
the new COPY_SAMPLES mode changes the behavior of MultisampleRenderer
class (and requries additional set of shaders).

Affects:
dEQP-VK.pipeline.multisample.sample_mask*

Components: Vulkan

VK-GL-CTS issue: 676

Change-Id: I0c59cf0b4c9734c982b78606dc3cc9d1d721b547
external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp