[mutter/gbsneto/graphene-matrix: 25/50] fixup! cogl/matrix: Remove cached inverse and flags
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gbsneto/graphene-matrix: 25/50] fixup! cogl/matrix: Remove cached inverse and flags
- Date: Tue, 22 Sep 2020 13:01:02 +0000 (UTC)
commit 824f93c5eb818334fa37f39af68ae35886c4162d
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]