[Mesa-dev] [PATCH 05/10] egl/wayland: update comment to reflect wl_dmabuf presence
Emil Velikov
emil.l.velikov at gmail.com
Sun Aug 27 10:20:30 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/egl/drivers/dri2/platform_wayland.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/egl/drivers/dri2/platform_wayland.c b/src/egl/drivers/dri2/platform_wayland.c
index 4a6574350aa..a726249e602 100644
--- a/src/egl/drivers/dri2/platform_wayland.c
+++ b/src/egl/drivers/dri2/platform_wayland.c
@@ -936,7 +936,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
--
2.14.0
More information about the mesa-dev
mailing list