swaywm / wlroots

A modular Wayland compositor library
https://gitlab.freedesktop.org/wlroots/wlroots/
MIT License
2.15k stars 342 forks source link

YUV support for wl_shm #54

Open ddevault opened 7 years ago

ddevault commented 7 years ago

wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:

https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/54

ddevault commented 7 years ago

And other pixel formats too I guess

ascent12 commented 7 years ago

I suppose 10 bit colour support could also be part of this.

agx commented 6 years ago

See https://github.com/swaywm/wlroots/pull/724

emersion commented 3 years ago

Mesa provides YUV support for linux-dmabuf.

emersion commented 3 years ago

I suppose 10 bit colour support could also be part of this.

We now have 10-bit color support for wl_shm, with both the GLES2 and the Pixman renderers.