Merge branch 'validation_fix_renderpass' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Thu, 12 May 2016 21:13:45 +0000 (21:13 +0000)
committerPyry Haulos <phaulos@google.com>
Thu, 12 May 2016 21:13:45 +0000 (21:13 +0000)
commit33f9b164b17732c91d5202f4fae29bb6c18aa70a
treec47f687cdcb5498bf2160155e176f46fdcd2637d
parente1f6324e99193716faba0f6fc65b329c5510433d
parentba01feddc2c4b2cafba566462732ac2f3e813c83
Merge branch 'validation_fix_renderpass' into 'vulkan-cts-1.0-dev'

Validation fixes for dEQP-VK.renderpass

- Correct access flags in layout barriers
- Remove duplicate barrier
- Don't do layout transition if src and dst are the same
- Fix minDepthBounds value

Note, this does NOT fix all the issues with this test group. I'm getting many problems with `dEQP-VK.renderpass.attachment_allocation.*` mainly due to operations on undefined memory, or attachments not included in a subpass.

See #357 for other validation tasks.

See merge request !536