mutter/clutter/cogl
Robert Bragg 12c8ff8606 [cogl] Remove cogl_{create,destroy}_context from the public API
cogl_create_context is dealt with internally when _cogl_get_default context
is called, and cogl_destroy_context is currently never called.

It might be nicer later to get an object back when creating a context so
Cogl can support multiple contexts, so these functions are being removed
from the API until we get a chance to address context management properly.

For now cogl_destroy_context is still exported as _cogl_destroy_context so
Clutter could at least install a library deinit handler to call it.
2009-05-28 02:43:35 +01:00
..
common [vbo indices] tweak add_indices api to return an id and add delete_indices api 2009-05-28 02:43:35 +01:00
gl [cogl] Remove cogl_{create,destroy}_context from the public API 2009-05-28 02:43:35 +01:00
gles [cogl] Remove cogl_{create,destroy}_context from the public API 2009-05-28 02:43:35 +01:00
cogl-bitmap.h
cogl-color.h
cogl-debug.h [cogl-material] Support string based blending and layer combine descriptions 2009-05-28 02:43:28 +01:00
cogl-deprecated.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-fixed.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-material.h [material] Reduce the material API in preperation for releasing Clutter 1.0 2009-05-28 02:43:34 +01:00
cogl-matrix.h
cogl-offscreen.h
cogl-path.h
cogl-shader.h [cogl] Remove the COGL{enum,int,uint} typedefs 2009-05-12 14:53:44 +01:00
cogl-texture.h [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
cogl-types.h [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
cogl-vertex-buffer.h [vbo indices] tweak add_indices api to return an id and add delete_indices api 2009-05-28 02:43:35 +01:00
cogl.h.in [cogl] Remove cogl_{create,destroy}_context from the public API 2009-05-28 02:43:35 +01:00
cogl.pc.in
Makefile.am
TODO