vk/meta: Add required renderpass to pipeline
authorChad Versace <chad.versace@intel.com>
Mon, 19 Oct 2015 15:44:38 +0000 (08:44 -0700)
committerChad Versace <chad.versace@intel.com>
Tue, 20 Oct 2015 17:48:26 +0000 (10:48 -0700)
commit81f8b82fc866aeadcbedce12395605918c105317
treed2a5f93b018a44d7e24c28eff69003b78e731fe0
parent0d84a0d58b977639395e848ced05bb0c959bd1a2
vk/meta: Add required renderpass to pipeline

The Vulkan spec (20 Oct 2015, git-aa308cb) requires that
VkGraphicsPipelineCreateInfo::renderPass be a valid handle. To satisfy
that, define a static dummy render pass used for all meta operations.
src/vulkan/anv_meta.c
src/vulkan/anv_private.h