Pipewire: support alpha textures again, do alpha blending and clear

background if fourcc is alpha.
This commit is contained in:
dec05eba
2025-07-20 22:04:54 +02:00
parent 4fb0dad3df
commit 1e62e654e2
5 changed files with 38 additions and 22 deletions

View File

@@ -9,7 +9,7 @@
#include <spa/param/video/format.h>
#define GSR_PIPEWIRE_VIDEO_MAX_MODIFIERS 1024
#define GSR_PIPEWIRE_VIDEO_MAX_VIDEO_FORMATS 6
#define GSR_PIPEWIRE_VIDEO_MAX_VIDEO_FORMATS 12
#define GSR_PIPEWIRE_VIDEO_DMABUF_MAX_PLANES 4
typedef struct gsr_egl gsr_egl;