Merge branch 'validation_fix_pipeline' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Tue, 19 Apr 2016 19:21:31 +0000 (19:21 +0000)
committerPyry Haulos <phaulos@google.com>
Tue, 19 Apr 2016 19:21:31 +0000 (19:21 +0000)
commit9b2bb455000f1afd3dccc941c41bd27449335a9b
tree79bc13a20ebe08a0e7f498b2e9dbd048caf45bef
parent2b92091f70dde6fb7ab3905322adb6ed3f13908d
parent1d3585c5ec71cf90d6519913db6a01ef2c0f840c
Merge branch 'validation_fix_pipeline' into 'vulkan-cts-1.0-dev'

Validation fixes for dEQP-VK.pipeline.*

- Corrected out of range minDepthBounds value
- Added missing image layout transitions
- timestamp, cache tests: pass data through geometry shader
- cache test: use correct initialLayout in attachment when starting a second render pass

See #357 for more info.

Fixes issue #309, #351

See merge request !510