[cogl/wip/rib/cogl-1.12: 88/142] By default enable swap throttling
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/rib/cogl-1.12: 88/142] By default enable swap throttling
- Date: Wed, 1 Aug 2012 07:09:38 +0000 (UTC)
commit f2cb2319b24314efec7dcf16004d236d0070dcd5
Author: Robert Bragg <robert linux intel com>
Date: Thu Apr 26 10:43:20 2012 +0100
By default enable swap throttling
This ensures that when we initialize a CoglOnscreenTemplate that
->swap_throttled is set to TRUE so by default Cogl applications should
have their swap buffer requests throttled to the vblank frequency.
Reviewed-by: Neil Roberts <neil linux intel com>
(cherry picked from commit bdac9ab56284fb84ec09af176c7e31c44dc1bfc6)
cogl/cogl-onscreen-template.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-onscreen-template.c b/cogl/cogl-onscreen-template.c
index 1ce8b97..5fa5b99 100644
--- a/cogl/cogl-onscreen-template.c
+++ b/cogl/cogl-onscreen-template.c
@@ -57,6 +57,7 @@ cogl_onscreen_template_new (CoglSwapChain *swap_chain)
else
onscreen_template->config.swap_chain = cogl_swap_chain_new ();
+ onscreen_template->config.swap_throttled = TRUE;
onscreen_template->config.need_stencil = TRUE;
onscreen_template->config.samples_per_pixel = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]