From: Jason Ekstrand Date: Wed, 27 May 2015 19:06:30 +0000 (-0700) Subject: vk/meta: Actually create the CB state for blits X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b23885857feec96ef4d57f34b0fcc06f58e7c49b;p=mesa.git vk/meta: Actually create the CB state for blits --- diff --git a/src/vulkan/meta.c b/src/vulkan/meta.c index f8b66b0b2fe..83e37c43c7b 100644 --- a/src/vulkan/meta.c +++ b/src/vulkan/meta.c @@ -482,6 +482,12 @@ anv_device_init_meta_blit_state(struct anv_device *device) .sType = VK_STRUCTURE_TYPE_DYNAMIC_RS_STATE_CREATE_INFO, }, &device->blit_state.rs_state); + + anv_CreateDynamicColorBlendState((VkDevice) device, + &(VkDynamicCbStateCreateInfo) { + .sType = VK_STRUCTURE_TYPE_DYNAMIC_CB_STATE_CREATE_INFO + }, + &device->blit_state.cb_state); } static void