mutter/cogl/driver/gles
Neil Roberts b25035ad2d cogl: Don't define the deprecated ref/unref accessors for new types
Previously COGL_OBJECT_DEFINE would always define deprecated
cogl_$type_{ref,unref} functions even if the type is new or if the
type is entirely internal. An application would still find it
difficult to use these because they wouldn't be in the headers, but it
still looks bad that they are exported from the shared library. This
patch changes it so that the deprecated ref counting functions are
defined using a separate macro and only the types that have these
functions in the headers call this macro.
2010-07-09 18:57:54 +01:00
..
cogl-context-driver.c cogl-gles2: Prefix internal GLES 2 wrapper symbols with _ 2010-06-11 16:06:31 +01:00
cogl-context-driver.h cogl: Introduce private feature flags and check for ARB_fp 2010-06-09 15:19:30 +01:00
cogl-feature-functions.h cogl: expose the semantic differences of gl/gles2 npot textures 2010-07-07 13:26:41 +01:00
cogl-fixed-fragment-shader.glsl cogl-gles2: Prefix internal GLES 2 wrapper symbols with _ 2010-06-11 16:06:31 +01:00
cogl-fixed-vertex-shader.glsl cogl-material: Add a property for setting the point size 2010-07-08 16:34:30 +01:00
cogl-gles2-wrapper.c cogl-material: Add support for point sprites 2010-07-08 16:34:30 +01:00
cogl-gles2-wrapper.h cogl-material: Add support for point sprites 2010-07-08 16:34:30 +01:00
cogl-program.c cogl-program: Add cogl_program_uniform_1i to GLES 2010-06-11 16:06:31 +01:00
cogl-program.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-shader-private.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-shader.c cogl: Don't define the deprecated ref/unref accessors for new types 2010-07-09 18:57:54 +01:00
cogl-texture-driver.c Use GL_MAX_TEXTURE_SIZE on GLES when checking supported tex size 2010-07-09 11:14:15 +01:00
cogl.c cogl-material: Add support for point sprites 2010-07-08 16:34:30 +01:00
Makefile.am cogl: Remove cogl-defines.h.in from the driver make files 2010-06-23 17:44:09 +01:00
stringify.sh Intial Re-layout of the Cogl source code and introduction of a Cogl Winsys 2009-10-16 18:58:50 +01:00