Skip to content
Snippets Groups Projects
Commit 57595cb0 authored by Randy Xu's avatar Randy Xu Committed by Tapani Pälli
Browse files

anv/genX: Solve the vkCreateGraphicsPipelines crash


The crash is due to NULL pColorBlendState, which is legal if the
pipeline has rasterization disabled or if the subpass of the render pass
the pipeline is created against does not use any color attachments.

Test: Sample subpasses from LunarG can run without crash

Signed-off-by: default avatarXu,Randy <randy.xu@intel.com>
Reviewed-by: default avatarJason Ekstrand <jason@jlekstrand.net>
Cc: "17.0 13.0" <mesa-stable@lists.freedesktop.org>
parent e70e7cc7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment