Re: [PATCH v3 6/6] ui/spice: support multi plane dmabuf scanout

2025-04-29 Thread Marc-André Lureau
Hi On Thu, Mar 27, 2025 at 6:59 AM wrote: > > From: Qiang Yu > > We need spice version >= 0.15.3 which has spice_qxl_gl_scanout2 > API for multi plane scanout support. > > v2: > * use new dmabuf API and check length > * check spice_qxl_gl_scanout2 present instead of > bump spice version

[PATCH v3 6/6] ui/spice: support multi plane dmabuf scanout

2025-03-26 Thread yuq825
From: Qiang Yu We need spice version >= 0.15.3 which has spice_qxl_gl_scanout2 API for multi plane scanout support. v2: * use new dmabuf API and check length * check spice_qxl_gl_scanout2 present instead of bump spice version dependency Signed-off-by: Qiang Yu --- meson.build|