mutter/cogl/driver/gl
Neil Roberts 2b119b07da Use all core GL functions through indirect pointers
cogl-ext-functions.h now contains definitions for all of the core GL
and GLES functions that we would normally link to directly. All of the
code has changed to access them through the cogl context pointer. The
GE macro now takes an extra parameter to specify the context because
the macro itself needs to make GL calls but various points in the Cogl
source use different names for the context variable.
2011-07-08 15:35:46 +01:00
..
cogl-context-driver-gl.h Move all of the GL function pointers directly to CoglContext 2011-07-07 02:05:42 +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 Use all core GL functions through indirect pointers 2011-07-08 15:35:46 +01:00