RESOLVED FIXED 279614
[GTK][WPE][Skia] Switch UnacceleratedBuffer buffer format to RGBA
https://bugs.webkit.org/show_bug.cgi?id=279614
Summary [GTK][WPE][Skia] Switch UnacceleratedBuffer buffer format to RGBA
Nikolas Zimmermann
Reported 2024-09-12 14:05:40 PDT
Cairo rendering was performed in BGRA/ARGB (little/big-endian) and BitmapTexture had to take care of converting to RGBA, when mapping CPU-rendered buffers to GL textures -- Skia supports RGBA directly, saving the color conversion in TextureMapperShaderProgram. This was tested to be perf-neutral.
Attachments
Nikolas Zimmermann
Comment 1 2024-09-12 14:07:56 PDT
EWS
Comment 2 2024-09-17 10:51:29 PDT
Committed 283783@main (8a692724af83): <https://commits.webkit.org/283783@main> Reviewed commits have been landed. Closing PR #33568 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.