[Cogl] the cogl_get_*_matrix functions now work with CoglMatrix types
authorRobert Bragg <robert@linux.intel.com>
Wed, 18 Feb 2009 18:54:54 +0000 (18:54 +0000)
committerRobert Bragg <robert@linux.intel.com>
Mon, 23 Feb 2009 10:49:35 +0000 (10:49 +0000)
commit34e53736edb3579822ef36f39cce42ca7dc87d70
treec36b2de30e0e93a860db13afa622752019ab6fd6
parent4af0717b0022b58797bfbd1df12917840c3fb9c3
[Cogl] the cogl_get_*_matrix functions now work with CoglMatrix types

Since the CoglMatrix type was added for supporting texture matrices recently
it made sense to be consistent accross the Cogl API and use the Cogl type
over the GL style GLfloat m[16] arrays.
README
clutter/clutter-actor.c
clutter/cogl/cogl-matrix.h
clutter/cogl/cogl.h.in
clutter/cogl/common/cogl-clip-stack.c
clutter/cogl/common/cogl-matrix.c
clutter/cogl/gl/cogl.c
clutter/cogl/gles/cogl.c