Skip to content

backend-drm: fix confused fallback format handling

Ray Smith requested to merge rsmith/weston:fallback-formats into main

This seems to think formats needs to be NULL terminated, but it doesn't and gl_renderer_get_egl_config asserts that all formats_count elements are not NULL.

This happens when EGL_KHR_no_config_context is not supported.

Signed-off-by: Ray Smith rsmith@brightsign.biz

Merge request reports