st/egl: Hookup gbm for drm backend
[mesa.git] / src / gallium / state_trackers / egl / common / native.h
index 8646e52ed7c96bcfb18e304e7389d22c4fdc3232..cb261964864d381d7f880c32a1acda735f6d5c40 100644 (file)
@@ -219,6 +219,9 @@ struct native_event_handler {
                                          const char *name, int fd);
    struct pipe_screen *(*new_sw_screen)(struct native_display *ndpy,
                                         struct sw_winsys *ws);
+
+   struct pipe_resource *(*lookup_egl_image)(struct native_display *ndpy,
+                                             void *egl_image);
 };
 
 /**