RESOLVED FIXED 268445
[GTK] Use the new GTK API to create a GdkTexture from a DMA-BUF buffer
https://bugs.webkit.org/show_bug.cgi?id=268445
Summary [GTK] Use the new GTK API to create a GdkTexture from a DMA-BUF buffer
Carlos Garcia Campos
Reported 2024-01-31 01:26:10 PST
Using GdkDmabufTextureBuilder we can create a GdkTexture to pass to GTK without having to use EGL.
Attachments
Carlos Garcia Campos
Comment 1 2024-01-31 01:29:19 PST
Benjamin Otte
Comment 2 2024-01-31 04:33:13 PST
First patch that actually checks for a NULL return value! Patch looks good, only thing I was thinking about is premultiplied-ness but I suppose it's all opaque so that doesn't matter, and even if it wasn't opaque, Webkit probably renders premultiplied anyway?
EWS
Comment 3 2024-02-01 00:57:51 PST
Committed 273890@main (a07d3e4e2067): <https://commits.webkit.org/273890@main> Reviewed commits have been landed. Closing PR #23567 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.