Merge branch 'fix-undefined-trailing-data' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Tue, 26 Jan 2016 17:16:57 +0000 (12:16 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 26 Jan 2016 17:16:57 +0000 (12:16 -0500)
commit967b3c2d5977c26412112c309c81931336389b66
treee23e46dcd8ab39a86d7be3de94b0eddfc3d657c0
parent6cb7555ce8dd5aca2632aa4930acad6a231f39f0
parent482e55c3efa6325ee2e1f889f25bdd36040ff0ec
Merge branch 'fix-undefined-trailing-data' into 'vulkan-cts-1.0'

Fix undefined trailing data in pipeline barrier tests.

Set memory properly undefined when memory layout is changed and set image
contents undefined when buffer is written.

See merge request !402