mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +00:00

There was a lot of common code that was copied to all of the backends to convert the data to a suitable format and wrap it into a CoglBitmap so that it can be passed to _cogl_texture_driver_upload_subregion_to_gl. This patch moves the common code to cogl-texture.c so that the virtual just takes a CoglBitmap that is already in the right format.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%