weston/libweston/backend-drm
Pekka Paalanen 7cb7a6781f gl-renderer: remove EGLConfig attributes from API
Now that all backends pass in a list of acceptable DRM formats, that is used to
determine if the EGLConfig has an alpha channel or not. Therefore the
opaque_attribs and alpha_attribs are now useless, and we can remove the whole
config_attribs argument from the API.

gl_renderer_get_egl_config() uses an internal attrib list that matches at least
the union of the opaque_attribs and alpha_attribs matches.

Overall, behaviour should remain unchanged.

The new attribute array becomes variable in the future, so it is left
non-const.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2019-10-04 12:17:18 +03:00
..
drm-internal.h backend-drm: Add support for content-protection 2019-08-26 16:18:22 +05:30
drm.c gl-renderer: remove EGLConfig attributes from API 2019-10-04 12:17:18 +03:00
fb.c backend-drm: Enforce content protection for hardware planes 2019-08-23 20:51:43 +00:00
kms.c backend-drm: Check for HDCP Content Type property before setting 2019-08-30 19:46:04 +05:30
libbacklight.c backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
libbacklight.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
meson.build compositor-drm: Split assign_planes() into separate file 2019-06-26 23:08:36 +01:00
modes.c compositor-drm: Move mode handling to separate file 2019-06-26 23:08:36 +01:00
state-helpers.c backend-drm: Add support for content-protection 2019-08-26 16:18:22 +05:30
state-propose.c backend-drm: Add support for content-protection 2019-08-26 16:18:22 +05:30
vaapi-recorder.c backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
vaapi-recorder.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00