Skip to content

cogl driver API cleanup

Adam Jackson requested to merge nwnk/mutter:cogl-driver-cleanup into master

This series moves more of the details of OpenGL into the GL-specific code and out of the cogl core. The changes are all fairly mechanical and should have no functional impact.

For files in cogl/cogl/ and .../deprecated/, this drops the number of #includes from driver/ from 17 to 10, and the number of direct GL function calls of the form ctx->glHamSandwich() from 14 to 7.

Edited by Adam Jackson

Merge request reports