summaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-08-27 11:20:30 +0100
committerEmil Velikov <[email protected]>2017-08-29 13:43:04 +0100
commit6a1b683e74f744b55ac61a6446393b38f41be629 (patch)
tree77a867024055d0763bb74b748a011e976150c1dc /src/egl
parent1a8015e753c6f52b24a473ea60e3ce0b38de7d42 (diff)
egl/wayland: update comment to reflect wl_dmabuf presence
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/drivers/dri2/platform_wayland.c2
1 files changed, 1 insertions, 1 deletions
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