vk/meta: Fix dest format of vkCmdCopyImage
authorChad Versace <chad.versace@intel.com>
Tue, 18 Aug 2015 19:39:28 +0000 (12:39 -0700)
committerChad Versace <chad.versace@intel.com>
Tue, 18 Aug 2015 19:44:06 +0000 (12:44 -0700)
commitbd0aab9a5892387daf0a2a4badc39d27dda73033
tree7916ec364e9d2cc2701eb78e023133ff44d7dae9
parentb0875aa911073ebab7eb38ced07bf62ed4ac5d9b
vk/meta: Fix dest format of vkCmdCopyImage

The source image's format was incorrectly used for both the source view
and destination view. For vkCmdCopyImage to correctly translate formats,
the destination view's format must be that of the destination image's.
src/vulkan/anv_meta.c