mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-09 14:08:11 +02:00
This needs to be handled specifically for NV12 because GBM does not know how to allocate NV12 buffers. The approach I've taken is to allocate a linear R8 buffer for storage and then to import it as NV12 with an offset for the chroma plane. Signed-off-by: Andri Yngvason <andri@yngvason.is> |
||
|---|---|---|
| .. | ||
| allocator.c | ||
| drm_dumb.c | ||
| gbm.c | ||
| meson.build | ||
| shm.c | ||
| udmabuf.c | ||