Merge branch '271-uninitialized-size' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Wed, 3 Feb 2016 18:09:54 +0000 (13:09 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 3 Feb 2016 18:09:54 +0000 (13:09 -0500)
commit2000ed67e03612f15734bd92c16c9566db17902a
treea74d9146e2c1195396b4baa31b8ba565a53e436d
parentb1014287870a8d9a36b3b82e509e5421ef23994e
parente885d762c09c24797c89bb76055bf130a686be54
Merge branch '271-uninitialized-size' into 'vulkan-cts-1.0'

Don't use uninitialized variables in dEQP-VK.api.copy_and_blit.buffer_to_image

The buffer to image test was using the uninitialized src image extent
for initializing the src buffer and the uninitialized dst buffer size
for initializing the dst image.

Fixes #271

See merge request !414