mutter/cogl/driver/gl
Neil Roberts 5f181973a6 Move the cogl texture driver functions to a vtable
The texture driver functions are now accessed through a vtable pointed
to by a struct in the CoglContext so that eventually it will be
possible to compile both the GL and GLES texture drivers into a single
binary and then select between them at runtime.
2011-07-08 15:35:51 +01:00
..
cogl-gl.c Use all core GL functions through indirect pointers 2011-07-08 15:35:46 +01:00
cogl-texture-driver-gl.c Move the cogl texture driver functions to a vtable 2011-07-08 15:35:51 +01:00