Go to file
Robert Bragg f816644022 [cogl-matrix] Documents that CoglMatrix members should be considered read only
In the future if we want to annotate matrices with internal flags, and add
caching of the inverse matrix then we need to ensure that all matrix
modifications are done by cogl_matrix API so we'd know when to dirty the
cache or update the flags.

This just adds documentation to that effect, and assuming the most likley
case where someone would try and directly write to matrix members would
probably be to load a constant matrix other than the identity matrix; I
renamed cogl_matrix_init_from_gl_matrix to cogl_matrix_init_from_array to
make it seem more general purpose.
2009-02-26 16:42:32 +00:00
common [cogl-matrix] Documents that CoglMatrix members should be considered read only 2009-02-26 16:42:32 +00:00
doc/reference/cogl [cogl-matrix] Documents that CoglMatrix members should be considered read only 2009-02-26 16:42:32 +00:00
gl [cogl-matrix] Documents that CoglMatrix members should be considered read only 2009-02-26 16:42:32 +00:00
gles [cogl-matrix] Documents that CoglMatrix members should be considered read only 2009-02-26 16:42:32 +00:00
cogl-color.h [docs] Various gtk-doc updates for Cogl 2009-02-09 14:33:14 +00:00
cogl-debug.h Add runtime debug messages for COGL 2009-02-23 13:00:52 +00:00
cogl-deprecated.h 2008-11-12 Emmanuele Bassi <ebassi@linux.intel.com> 2008-11-12 13:57:58 +00:00
cogl-fixed.h [Automatic fixed-to-float.sh change] Applies a number fixed to float patches 2009-01-20 16:20:54 +00:00
cogl-material.h [cogl] Add cogl_is_material to cogl-material.h 2009-02-19 11:55:54 +00:00
cogl-matrix.h [cogl-matrix] Documents that CoglMatrix members should be considered read only 2009-02-26 16:42:32 +00:00
cogl-offscreen.h 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 17:57:41 +00:00
cogl-path.h Changes cogl_rectangle to take x1, y1, x2, y2 args not x1, y1, width, height 2009-01-28 17:20:15 +00:00
cogl-shader.h 2008-11-18 Emmanuele Bassi <ebassi@linux.intel.com> 2008-11-18 15:21:02 +00:00
cogl-texture.h Fully integrates CoglMaterial throughout the rest of Cogl 2009-01-27 14:26:39 +00:00
cogl-types.h [cogl] Provide GTypes for COGL types 2009-02-19 12:02:42 +00:00
cogl-vertex-buffer.h [docs] Various gtk-doc updates for Cogl 2009-02-09 14:33:14 +00:00
cogl.h.in Add runtime debug messages for COGL 2009-02-23 13:00:52 +00:00
Makefile.am [build] Add cogl.h to the built sources list 2009-02-12 12:42:58 +00:00
TODO Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00