[cogl/wip/virtual-framebuffer: 30/37] fix: framebuffer: Optimize _cogl_framebuffer_flush_state()
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/virtual-framebuffer: 30/37] fix: framebuffer: Optimize _cogl_framebuffer_flush_state()
- Date: Wed, 23 Nov 2011 17:01:15 +0000 (UTC)
commit 27836a9b2b7906351eff714016a3882c6f7295d7
Author: Robert Bragg <robert linux intel com>
Date: Tue Nov 22 22:03:15 2011 +0000
fix: framebuffer: Optimize _cogl_framebuffer_flush_state()
cogl/cogl-context-private.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-context-private.h b/cogl/cogl-context-private.h
index 8137a9f..9f2e178 100644
--- a/cogl/cogl-context-private.h
+++ b/cogl/cogl-context-private.h
@@ -155,7 +155,7 @@ struct _CoglContext
/* Framebuffers */
GSList *framebuffer_stack;
- CoglFramebuffer *window_buffer;
+ CoglHandle window_buffer;
unsigned long current_draw_buffer_state_flushed;
unsigned long current_draw_buffer_changes;
CoglFramebuffer *current_draw_buffer;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]