mesa/src
Leandro Ribeiro 8107f67171 vulkan/wsi/wayland: memset members of image to zero
struct wsi_wl_image is only used as member of the swapchain, and during
the swapchain creation the image is already initialized to zero. So we
have no problems with members of the image being used uninitialized.

But for consistency, memset the members of this struct to zero in
wsi_wl_image_init(). This can help to avoid problems in the future.

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12451>
2021-08-20 18:51:36 +00:00
..
amd radv: fix copying depth+stencil images on compute 2021-08-20 16:43:22 +00:00
android_stub egl/android: refactor to use the legit vndk/window.h header 2021-06-09 21:07:54 +00:00
asahi nir: add indirect loop unrolling to compiler options 2021-08-03 10:54:50 +00:00
broadcom v3d: implement resource_get_param 2021-08-19 13:12:51 +00:00
compiler glsl: fix variable scope for instructions inside case statements 2021-08-20 16:13:56 +00:00
drm-shim drm-shim: Support kernels with >4k pages 2021-08-13 23:33:52 +00:00
egl python: explicitly require python3 2021-08-14 21:44:31 +00:00
etnaviv android: Drop the Android.mk build system 2021-07-08 14:44:02 -05:00
freedreno tu: Add a650-specific CCU flush workaround 2021-08-20 18:03:26 +00:00
gallium ci/lavapipe: Add a fractional run with ASan 2021-08-20 18:22:30 +00:00
gbm gbm: add GBM_FORMAT_R16 2021-08-06 13:38:00 +00:00
getopt
glx glx: Simplify context API profile computation 2021-08-18 21:11:02 +00:00
gtest
hgl
imgui
intel anv: Optimize genX(cmd_buffer_emit_gfx12_depth_wa) 2021-08-20 17:50:35 +00:00
loader driconfig: Add support for device specific config 2021-08-02 16:37:24 -07:00
mapi python: drop python2 support 2021-08-14 21:44:32 +00:00
mesa st/mesa: move handling CubeMapSeamless into st_convert_sampler where it belongs 2021-08-20 15:04:20 +00:00
microsoft nir: Move phi src setup to a helper. 2021-08-13 16:11:57 +00:00
nouveau
panfrost panfrost: Add unit tests for non-dithered clears 2021-08-18 23:32:40 +00:00
tool pps: Panfrost pps driver 2021-07-13 11:03:55 +00:00
util util: Replace recursive DFS with iterative implementation 2021-08-17 17:54:09 +00:00
virtio venus: free queues after vkDestroyDevice is emitted 2021-08-06 19:48:49 +00:00
vulkan vulkan/wsi/wayland: memset members of image to zero 2021-08-20 18:51:36 +00:00
meson.build meson: Build panfrost with tools=panfrost 2021-07-22 17:55:49 +00:00