mesa/src/vulkan/wsi
Eric Engestrom 993a456360 vk/wsi: avoid reading uninitialised memory
It will be ignored by x11_swapchain_result() anyway (because reaching
the `fail` label without setting `result` means the swapchain status was
already a hard error), but the compiler still complains about reading
uninitialised memory.

While at it, drop the unused assignment right before returning.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2018-08-23 14:47:59 +01:00
..
.gitignore vulkan/wsi: Generate wayland protocol headers separately from EGL 2017-03-13 11:16:33 +00:00
meson.build vulkan: EXT_acquire_xlib_display requires libXrandr headers to build 2018-06-20 10:42:05 -07:00
wsi_common.c Vulkan/wsi: Implement VK_EXT_display_surface_counter 2018-06-20 08:16:03 -07:00
wsi_common.h vulkan: add VK_EXT_display_control [v10] 2018-06-23 07:59:00 -07:00
wsi_common_display.c vulkan/wsi: fix pointer-integer conversion warnings 2018-08-23 00:34:32 +03:00
wsi_common_display.h anv,radv: Add support for VK_KHR_get_display_properties2 2018-07-09 17:09:41 -07:00
wsi_common_private.h vulkan/wsi: Get rid of the get_capabilities hook 2018-06-20 08:16:03 -07:00
wsi_common_queue.h vulkan/wsi: Fix resource leak in success path of wsi_queue_init() 2016-11-28 21:11:25 +00:00
wsi_common_wayland.c vulkan/wsi: Get rid of the get_capabilities hook 2018-06-20 08:16:03 -07:00
wsi_common_wayland.h
wsi_common_x11.c vk/wsi: avoid reading uninitialised memory 2018-08-23 14:47:59 +01:00
wsi_common_x11.h vulkan/wsi/radv: add initial prime support (v1.1) 2017-02-27 05:42:16 +10:00