Skip to content

gtk4: Support RGBx formats in SW paths

Robert Mader requested to merge rmader/gst-plugins-rs:gtk4-rgbx into main

GTK4 has matching enums and thus should handle them fine. Further more it should allow renderers to reduce memory bandwidth by applying occlusion culling.


See also glcolorconvert: Prefer xRGB formats if downstre... (gstreamer#3279) and https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/7425

cc @slomo @company

Edited by Robert Mader

Merge request reports