Module: Mesa
Branch: master
Commit: 6a1b683e74f744b55ac61a6446393b38f41be629
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a1b683e74f744b55ac61a6446393b38f41be629

Author: Emil Velikov <[email protected]>
Date:   Sun Aug 27 11:20:30 2017 +0100

egl/wayland: update comment to reflect wl_dmabuf presence

Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>

---

 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 754ce6c399..c0a1c5870d 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

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to