zink: EXT_vertex_input_dynamic_state

this eliminates vertex attributes from the pipeline state, massively
deduplicating the number of pipelines needed

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12009>
This commit is contained in:
Mike Blumenkrantz
2021-05-13 15:55:43 -04:00
committed by Marge Bot
parent 907e4a0f02
commit 6691a48bcc
9 changed files with 111 additions and 50 deletions

View File

@@ -176,6 +176,10 @@ EXTENSIONS = [
alias="line_rast",
properties=True,
features=True),
Extension("VK_EXT_vertex_input_dynamic_state",
alias="vertex_input",
features=True,
conditions=["$feats.vertexInputDynamicState"]),
Extension("VK_KHR_dedicated_allocation",
alias="dedicated"),
]