projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e47e34
)
anv/pipeline: Remove the ViewportState finishme
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Sat, 17 Oct 2015 17:35:27 +0000
(10:35 -0700)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/src/vulkan/anv_pipeline.c
b/src/vulkan/anv_pipeline.c
index c7f0e6b1b4bb49c90b886eb30804c5c696179d27..7fd8c1005683de185ec86467197a3eafec50e2d5 100644
(file)
--- 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");