361cc6cf92
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. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/287