RESOLVED FIXED 263309
[GTK] Use the buffer format preferred by the driver in DMA-BUF renderer
https://bugs.webkit.org/show_bug.cgi?id=263309
Summary [GTK] Use the buffer format preferred by the driver in DMA-BUF renderer
Carlos Garcia Campos
Reported 2023-10-18 01:19:00 PDT
We currently use ARGB8888 unconditionally, assuming it will be supported by all drivers. We should query the driver for the list of supported formats and modifiers and create the GBM buffer with modifiers to make sure the optimal format and modifier is used.
Attachments
Carlos Garcia Campos
Comment 1 2023-10-18 01:36:02 PDT
EWS
Comment 2 2023-10-22 05:37:39 PDT
Committed 269634@main (d3a9830bb678): <https://commits.webkit.org/269634@main> Reviewed commits have been landed. Closing PR #19213 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.