Skip to content
Snippets Groups Projects
Commit 1b403263 authored by Leandro Ribeiro's avatar Leandro Ribeiro Committed by Daniel Stone
Browse files

gl-renderer: do not expose query_dmabuf_formats and query_dmabuf_modifiers


In commit "libweston: add struct weston_drm_format" struct
weston_drm_format and its helper functions were added to libweston.

The functions query_dmabuf_formats and query_dmabuf_modifiers are very
specific to GL-renderer and its internals. So instead of exposing them
in libweston, query and store DRM formats and modifiers internally in
GL-renderer. Also, add a vfunction to struct weston_renderer in order
to retrieve the formats.

Signed-off-by: default avatarLeandro Ribeiro <leandro.ribeiro@collabora.com>
parent a5560d6d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment