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>
Tue, 26 Sep 2017 13:03:00 +0000 (09:03 -0400)
commit641183e8dc46ad03329668e18ed3e3eb49a90ec2
tree4cace017ddb5f89154f77fe56af82252f9f5bcdb
parent70de0c5cb3693daf3214a759296d26010a8486fc
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
(cherry picked from commit e3b288e22f038449559f2ccaa4825856ef729fce)
external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp