Merge branch '266-dEQP-VK.renderpass-Test-Fixes' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Wed, 3 Feb 2016 18:15:13 +0000 (13:15 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 3 Feb 2016 18:15:13 +0000 (13:15 -0500)
commitbbf8b643160c26c460068cd462169338b5c309a2
tree9e41a59f33b5e93c46197bb7bfc6f608fc06f730
parent2000ed67e03612f15734bd92c16c9566db17902a
parent277e50dc77528b67562f54c5813b6370e355b614
Merge branch '266-dEQP-VK.renderpass-Test-Fixes' into 'vulkan-cts-1.0'

dEQP-VK.renderpass-Test-Fixes

* cmdPipelineBarrier should not be called with srcStageMask and dstStageMask set to zero.
* Adding code to initialize image attachment usage.

Fixes issue #266

See merge request !408