vk: Only fill render targets for meta clear
authorKristian Høgsberg <kristian.h.kristensen@intel.com>
Mon, 18 May 2015 17:39:14 +0000 (10:39 -0700)
committerKristian Høgsberg <kristian.h.kristensen@intel.com>
Tue, 19 May 2015 03:52:43 +0000 (20:52 -0700)
commitf330bad5453dfcdf56f5d7d1adecbd5a2de1392f
tree11b4d6b19e9622c8d5bd699a00d9378c61c51a6d
parentb6c7d8c9110db79b0046539a639ea692f1ba5861
vk: Only fill render targets for meta clear

Clear inherits the render targets from the current render pass. This
means we need to fill out the binding table after switching to meta
bindings. However, meta copies etc happen outside a render pass and
break when we try to fill in the render targets. This change fills the
render targets only for meta clear.
src/vulkan/meta.c