Skip to content

cogl: Remove support for external GL

... where "external" here means something above cogl itself calling into GL. cogl as a standalone library might reasonably want to support that, but inside mutter we should strictly conceal all GL{,ES} usage inside cogl.

Merge request reports