anv/pipeline: Allow the user to pass a null MultisampleCreateInfo
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 16 Dec 2015 00:26:08 +0000 (16:26 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 16 Dec 2015 00:26:10 +0000 (16:26 -0800)
commit1c51d91bfeb33fc750583729fb1b8a1d1d3e5258
tree41298199f123e6e6f0a05055bb1d42be28f4c865
parentd61ff1ed0827df87b811862cf4e0d2985c075aa7
anv/pipeline: Allow the user to pass a null MultisampleCreateInfo

According to section 5.2 of the Vulkan spec, this is allowed for color-only
rendering pipelines.
src/vulkan/anv_pipeline.c