[mutter/gbsneto/graphene-matrix: 14/39] fixup! cogl/matrix: Remove cached inverse and flags




commit 1e91aff60beaea20b3aa318c6bcbb2a36ebba93c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Sep 22 09:31:26 2020 -0300

    fixup! cogl/matrix: Remove cached inverse and flags

 cogl/cogl/cogl-matrix.h | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/cogl/cogl/cogl-matrix.h b/cogl/cogl/cogl-matrix.h
index f61d011714..d18ad674d9 100644
--- a/cogl/cogl/cogl-matrix.h
+++ b/cogl/cogl/cogl-matrix.h
@@ -493,12 +493,6 @@ cogl_matrix_free (CoglMatrix *matrix);
  * Gets the inverse transform of a given matrix and uses it to initialize
  * a new #CoglMatrix.
  *
- * <note>Although the first parameter is annotated as const to indicate
- * that the transform it represents isn't modified this function may
- * technically save a copy of the inverse transform within the given
- * #CoglMatrix so that subsequent requests for the inverse transform may
- * avoid costly inversion calculations.</note>
- *
  * Return value: %TRUE if the inverse was successfully calculated or %FALSE
  *   for degenerate transformations that can't be inverted (in this case the
  *   @inverse matrix will simply be initialized with the identity matrix)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]