diff options
author | emersion <contact@emersion.fr> | 2018-05-31 21:49:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 21:49:57 +0100 |
commit | 6b7a55aa3d548e29917027e68181412897a01b1a (patch) | |
tree | cca9dcee08cbd86a2768f901f49c599267e0e6ed /include/wlr/render/egl.h | |
parent | 32013abae63f1c31598ac716acd7e73c24fadae1 (diff) | |
parent | f90b024ad0ee2d746404e3240393fd4f13a884d1 (diff) |
Merge pull request #1020 from emersion/remove-check-dmabuf
render: remove wlr_renderer_check_import_dmabuf
Diffstat (limited to 'include/wlr/render/egl.h')
-rw-r--r-- | include/wlr/render/egl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 7cd5c5ca..6d79cbd2 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -68,13 +68,6 @@ EGLImageKHR wlr_egl_create_image_from_dmabuf(struct wlr_egl *egl, struct wlr_dmabuf_attributes *attributes); /** - * Try to import the given dmabuf. On success return true false otherwise. - * If this succeeds the dmabuf can be used for rendering on a texture - */ -bool wlr_egl_check_import_dmabuf(struct wlr_egl *egl, - struct wlr_dmabuf_attributes *attributes); - -/** * Get the available dmabuf formats */ int wlr_egl_get_dmabuf_formats(struct wlr_egl *egl, int **formats); |