graphene_matrix_t
This patch stream is composed of 7 big parts:
- Start with a spring cleanup¹ by removing ClutterMatrix
- Remove direct access of CoglMatrix fields (by adding and using a new
cogl_matrix_get_value()
method) - One by one, port each CoglMatrix API to internally use graphene
- Make CoglMatrix use graphene as its very structure field
- Some post cleanups
- One by one, replace cogl_matrix_* by graphene_matrix_*
- Finally, drop CoglMatrix
¹ It is spring in the southern hemisphere, mind you
Edited by Georges Basile Stavracas Neto