anv/pipeline: Remove the ViewportState finishme
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 17 Oct 2015 17:35:27 +0000 (10:35 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 17 Oct 2015 17:35:29 +0000 (10:35 -0700)
We should be doing everything we need to with the viewport state

src/vulkan/anv_pipeline.c

index c7f0e6b1b4bb49c90b886eb30804c5c696179d27..7fd8c1005683de185ec86467197a3eafec50e2d5 100644 (file)
@@ -292,8 +292,6 @@ anv_pipeline_init(struct anv_pipeline *pipeline, struct anv_device *device,
 
    if (pCreateInfo->pTessellationState)
       anv_finishme("VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO");
-   if (pCreateInfo->pViewportState)
-      anv_finishme("VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO");
    if (pCreateInfo->pMultisampleState &&
        pCreateInfo->pMultisampleState->rasterSamples > 1)
       anv_finishme("VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO");