Skip to content

st: Remove deprecated cogl_texture_new()

cogl_texture_new() is used in a few places in GNOME Shell, but it's a deprecated Cogl function. The replacement is the less verbose cogl_texture_2d_new_with_size(), that is very much a straightforward replacement.

Remove the few places where this function is used, replacing it by the CoglTexture2d counterpart.

Merge request reports