cogl driver API cleanup
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 #include
s 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