Merge branch 'validation_fix_glsl' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Mon, 25 Apr 2016 15:43:27 +0000 (15:43 +0000)
committerPyry Haulos <phaulos@google.com>
Mon, 25 Apr 2016 15:43:27 +0000 (15:43 +0000)
commit9a15cc35000f8a937d23ae3b8080e0606c6485cb
tree91cb1c54eea40c66b48033cdff3d82d6c7c03da5
parentd8f247411589bace6538910e07ac705d588ea0a9
parent5533f025bb144cdeee813ebabba2885e14b33b2e
Merge branch 'validation_fix_glsl' into 'vulkan-cts-1.0-dev'

Validation fixes for dEQP-VK.glsl

- Use uint type for booleans to match attribute format
- Don't bind descriptor set when it's not updated
- Use correct number of vertex input bindings
- Use correct color attachment format and layout
- Use correct access flags and layout in image barriers

Validation fixes are tracked in #357

See merge request !530