Re: [PATCH] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map

2023-09-15 Thread Marc-André Lureau
On Thu, Sep 14, 2023 at 9:26 AM Ken Xue wrote: > > Android uses XBGR and ABGR as default scanout buffer, But qemu > does not support them for qemu_pixman_to_drm_format conversion within > virtio_gpu_create_dmabuf for virtio gpu. > > so, add those 2 formats into drm_format_pixman_map. > > S

Re: [PATCH] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map

2023-09-13 Thread Philippe Mathieu-Daudé
Cc'ing maintainers: $ ./scripts/get_maintainer.pl -f ui/qemu-pixman.c Gerd Hoffmann (odd fixer:Graphics) "Marc-André Lureau" (odd fixer:Graphics) On 14/9/23 03:31, Ken Xue wrote: Android uses XBGR and ABGR as default scanout buffer, But qemu does not support them for qemu_pixman_to_dr

[PATCH] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map

2023-09-13 Thread Ken Xue
Android uses XBGR and ABGR as default scanout buffer, But qemu does not support them for qemu_pixman_to_drm_format conversion within virtio_gpu_create_dmabuf for virtio gpu. so, add those 2 formats into drm_format_pixman_map. Signed-off-by: Ken Xue --- include/ui/qemu-pixman.h | 4