mesa/src/microsoft/vulkan
Boris Brezillon 05b6c1ed84 dzn: Fix pipeline creation when rasterization is disabled
We use some of the VkGraphicsPipelineCreateInfo fields that should
be ignored when rasterization in disabled, assuming those who be set
to NULL by the caller in that case, which is not mandated by the
Vulkan specification.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15698>
2022-04-08 11:54:43 +00:00
..
dzn_cmd_buffer.cpp dzn: add missing space 2022-04-07 19:53:03 +00:00
dzn_descriptor_set.cpp dzn: drop unused include 2022-04-07 19:53:03 +00:00
dzn_device.cpp dzn: drop incorrect return statement 2022-04-07 19:53:03 +00:00
dzn_image.cpp dzn: Make a bunch of functions private 2022-03-31 09:46:36 +00:00
dzn_meta.cpp dzn: use dxil_validator 2022-04-07 00:00:45 +00:00
dzn_nir.c dzn: drop needless includes 2022-04-07 19:53:03 +00:00
dzn_nir.h
dzn_pass.cpp
dzn_pipeline.cpp dzn: Fix pipeline creation when rasterization is disabled 2022-04-08 11:54:43 +00:00
dzn_pipeline_cache.cpp dzn: drop incorrect return statement 2022-04-07 19:53:03 +00:00
dzn_private.h dzn: remove unused struct 2022-04-07 19:53:03 +00:00
dzn_query.cpp
dzn_sync.cpp
dzn_util.c dzn: add D3D12_IGNORE_SDK_LAYERS define 2022-04-07 19:53:03 +00:00
dzn_util.cpp dzn: use dxil_validator 2022-04-07 00:00:45 +00:00
dzn_wsi.cpp
meson.build dozen: require c++20 for designated initializers 2022-04-05 16:58:56 +00:00
vulkan_dzn.def