Mesa (master): auxiliary/vl/drm: setup the dispatch

Emil Velikov evelikov at kemper.freedesktop.org
Fri Nov 20 10:55:29 UTC 2015


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Nov  9 11:18:14 2015 +0000

auxiliary/vl/drm: setup the dispatch

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Acked-by: Alex Deucher <alexander.deucher at amd.com>

---

 src/gallium/auxiliary/vl/vl_winsys_drm.c |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/gallium/auxiliary/vl/vl_winsys_drm.c b/src/gallium/auxiliary/vl/vl_winsys_drm.c
index 1167fcf..2ebf20c 100644
--- a/src/gallium/auxiliary/vl/vl_winsys_drm.c
+++ b/src/gallium/auxiliary/vl/vl_winsys_drm.c
@@ -59,6 +59,12 @@ vl_drm_screen_create(int fd)
       return NULL;
    }
 
+   vscreen->destroy = vl_drm_screen_destroy;
+   vscreen->texture_from_drawable = NULL;
+   vscreen->get_dirty_area = NULL;
+   vscreen->get_timestamp = NULL;
+   vscreen->set_next_timestamp = NULL;
+   vscreen->get_private = NULL;
    return vscreen;
 }
 




More information about the mesa-commit mailing list