turnip: Fix failure behavior of vkCreateGraphicsPipelines.
authorEric Anholt <eric@anholt.net>
Thu, 19 Sep 2019 18:09:46 +0000 (11:09 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Sep 2019 20:34:28 +0000 (13:34 -0700)
commit67e897729050aeec9b798621dfee6151bedf3864
treed161c2d764d4863d94d804e51d476adebb2d0bb7
parentab3cf128a666320512b6140af18946f0c291b598
turnip: Fix failure behavior of vkCreateGraphicsPipelines.

According to the 1.1.123 spec:

    "The implementation will attempt to create all pipelines, and only
     return VK_NULL_HANDLE values for those that actually failed."

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/freedreno/vulkan/tu_pipeline.c