[cogl/cogl-1.14: 81/174] matrix-stack: init cache->flipped
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.14: 81/174] matrix-stack: init cache->flipped
- Date: Tue, 22 Jan 2013 18:37:35 +0000 (UTC)
commit 6941ff2c7196f44b1773a236c5a6ed632ceb8e0a
Author: Robert Bragg <robert linux intel com>
Date: Thu Nov 8 22:18:34 2012 +0000
matrix-stack: init cache->flipped
This ensures we initialize the value of cache->flipped in
_cogl_matrix_entry_cache_init()
Reviewed-by: Neil Roberts <neil linux intel com>
(cherry picked from commit 507814d27298231c9ae50d74b386fb00f0909922)
cogl/cogl-matrix-stack.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-matrix-stack.c b/cogl/cogl-matrix-stack.c
index de3143d..907bd66 100644
--- a/cogl/cogl-matrix-stack.c
+++ b/cogl/cogl-matrix-stack.c
@@ -1134,6 +1134,7 @@ _cogl_matrix_entry_cache_init (CoglMatrixEntryCache *cache)
{
cache->entry = NULL;
cache->flushed_identity = FALSE;
+ cache->flipped = FALSE;
}
/* NB: This function can report false negatives since it never does a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]