mutter/cogl/winsys
Robert Bragg 3161f1b0e6 template: Allow configuration of swap throttle
This adds cogl_onscreen_template_set_swap_throttled() api that allows
developers to specify their preference for swap buffer throttling
up-front as part of the onscreen template that is used to create a
CoglDisplay when initializing Cogl. This is desirable because some
platforms may not support configuring swap throttling on a per
framebuffer basis and also since applications often want to apply the
same policy to all onscreen framebuffers anyway.
2012-01-16 18:27:20 +00:00
..
cogl-texture-pixmap-x11-private.h
cogl-texture-pixmap-x11.c cogl-texture-pixmap-x11: Fix the foreach_sub_texture_in_region impl 2011-12-20 12:46:50 +00:00
cogl-texture-pixmap-x11.h
cogl-winsys-egl-android-private.h
cogl-winsys-egl-android.c
cogl-winsys-egl-feature-functions.h
cogl-winsys-egl-gdl-private.h
cogl-winsys-egl-gdl.c
cogl-winsys-egl-kms-private.h egl: Split out the KMS winsys as overrides of the EGL winsys 2011-12-09 17:29:49 +00:00
cogl-winsys-egl-kms.c
cogl-winsys-egl-null-private.h
cogl-winsys-egl-null.c
cogl-winsys-egl-private.h
cogl-winsys-egl-wayland-private.h
cogl-winsys-egl-wayland.c wayland: Add a cogl_wayland_onscreen_resize function 2012-01-13 13:56:12 +00:00
cogl-winsys-egl-x11-private.h
cogl-winsys-egl-x11.c renderer: Adds api to add/remove selection constraints 2012-01-16 18:27:19 +00:00
cogl-winsys-egl.c template: Allow configuration of swap throttle 2012-01-16 18:27:20 +00:00
cogl-winsys-glx-feature-functions.h
cogl-winsys-glx.c template: Allow configuration of swap throttle 2012-01-16 18:27:20 +00:00
cogl-winsys-private.h renderer: Adds api to add/remove selection constraints 2012-01-16 18:27:19 +00:00
cogl-winsys-sdl.c Update the SDL winsys 2011-12-14 16:45:17 +00:00
cogl-winsys-stub-private.h
cogl-winsys-stub.c
cogl-winsys-wgl-feature-functions.h
cogl-winsys-wgl.c template: Allow configuration of swap throttle 2012-01-16 18:27:20 +00:00
cogl-winsys.c