Merge branch 'validation_fix_api' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Thu, 21 Apr 2016 18:23:52 +0000 (18:23 +0000)
committerPyry Haulos <phaulos@google.com>
Thu, 21 Apr 2016 18:23:52 +0000 (18:23 +0000)
commit74a988e5e2660e6feaaf75c87dbf19daa653c94d
treec718eb39a8f0f4a9166dd8a1ad49bb7bf6b42d37
parent64bc1e836a32318ff7885d2d4469dd01e4aa2784
parented9d438ecd49d41e86247421c253692b92bcef63
Merge branch 'validation_fix_api' into 'vulkan-cts-1.0-dev'

Validation fixes for dEQP-VK.api.*

- Correct minDepthBounds value
- api.info.device.properties: use correct offsets when checking `VkPhysicalDeviceProperties` structure
- api.copy_and_blit: corrected image layout barriers usage

See issue #357

Doesn't include dEQP-VK.api.command_buffers fixes, these will be submitted separately.

See merge request !517