main: Remove dmabufs with alpha channel

They cause rendering issues
pull/6/head
Andri Yngvason 2022-04-10 17:00:06 +00:00
parent 7e89a36f43
commit 5b4694e1fd
1 changed files with 0 additions and 2 deletions

View File

@ -187,9 +187,7 @@ static void handle_dmabuf_format(void *data,
switch (format) { switch (format) {
case DRM_FORMAT_XRGB8888: case DRM_FORMAT_XRGB8888:
case DRM_FORMAT_ARGB8888:
case DRM_FORMAT_XBGR8888: case DRM_FORMAT_XBGR8888:
case DRM_FORMAT_ABGR8888:
dmabuf_format = format; dmabuf_format = format;
} }
} }