mutter/clutter/cogl/gl
Robert Bragg 60e81f0fda Normalizes gl vs gles code in preperation for synching material changes
This changes all GLES code to use the OpenGL function names instead of
the cogl_wrap_* names. For GLES2 we now define the OpenGL name to point
to the wrapper, as opposed to defining the wrapper to point to the
OpenGL name for GLES1.

I've also done a quick pass through gl/cogl.c and gles/cogl.c to make
them more easily comparable. (most of the code is now identical)
2009-01-27 14:26:50 +00:00
..
cogl-context.c Removes cogl_blend_func and cogl_alpha_func 2009-01-27 14:26:49 +00:00
cogl-context.h
cogl-defines.h.in
cogl-fbo.c
cogl-fbo.h
cogl-internal.h Fully integrates CoglMaterial throughout the rest of Cogl 2009-01-27 14:26:39 +00:00
cogl-primitives.c Normalizes gl vs gles code in preperation for synching material changes 2009-01-27 14:26:50 +00:00
cogl-program.c
cogl-program.h
cogl-shader-private.h 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 17:25:00 +00:00
cogl-shader.c
cogl-texture-private.h Fully integrates CoglMaterial throughout the rest of Cogl 2009-01-27 14:26:39 +00:00
cogl-texture.c
cogl.c
Makefile.am