From: Emil Velikov Date: Sun, 27 Aug 2017 10:20:30 +0000 (+0100) Subject: egl/wayland: update comment to reflect wl_dmabuf presence X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a1b683e74f744b55ac61a6446393b38f41be629;p=mesa.git egl/wayland: update comment to reflect wl_dmabuf presence Signed-off-by: Emil Velikov Reviewed-by: Daniel Stone --- diff --git a/src/egl/drivers/dri2/platform_wayland.c b/src/egl/drivers/dri2/platform_wayland.c index 754ce6c3990..c0a1c5870de 100644 --- a/src/egl/drivers/dri2/platform_wayland.c +++ b/src/egl/drivers/dri2/platform_wayland.c @@ -932,7 +932,7 @@ dri2_wl_create_wayland_buffer_from_image(_EGLDriver *drv, buffer = create_wl_buffer(dri2_dpy, NULL, image); /* The buffer object will have been created with our internal event queue - * because it is using the wl_drm object as a proxy factory. We want the + * because it is using wl_dmabuf/wl_drm as a proxy factory. We want the * buffer to be used by the application so we'll reset it to the display's * default event queue. This isn't actually racy, as the only event the * buffer can get is a buffer release, which doesn't happen with an explicit