Skip to content

graphene_matrix_t

Georges Basile Stavracas Neto requested to merge gbsneto/graphene-matrix into master

This patch stream is composed of 7 big parts:

  1. Start with a spring cleanup¹ by removing ClutterMatrix
  2. Remove direct access of CoglMatrix fields (by adding and using a new cogl_matrix_get_value() method)
  3. One by one, port each CoglMatrix API to internally use graphene
  4. Make CoglMatrix use graphene as its very structure field
  5. Some post cleanups
  6. One by one, replace cogl_matrix_* by graphene_matrix_*
  7. Finally, drop CoglMatrix

¹ It is spring in the southern hemisphere, mind you

Edited by Georges Basile Stavracas Neto

Merge request reports