mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
anv/pipeline: Remove the ViewportState finishme
We should be doing everything we need to with the viewport state
This commit is contained in:
parent
3e47e34036
commit
995d9c4ac7
1 changed files with 0 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue