diff options
author | Jason Ekstrand <[email protected]> | 2015-10-17 10:35:27 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-10-17 10:35:29 -0700 |
commit | 995d9c4ac7fb046e01196cec308ebe10002a28da (patch) | |
tree | b76b7dee8b8ee267cc2ca5715fe098dd5f6664ec | |
parent | 3e47e340366b9b739a1a94a6f0b55f0ee1db1b08 (diff) |
anv/pipeline: Remove the ViewportState finishme
We should be doing everything we need to with the viewport state
-rw-r--r-- | src/vulkan/anv_pipeline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vulkan/anv_pipeline.c b/src/vulkan/anv_pipeline.c index c7f0e6b1b4b..7fd8c100568 100644 --- a/src/vulkan/anv_pipeline.c +++ b/src/vulkan/anv_pipeline.c @@ -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"); |