mutter/clutter/cogl
Jasper St. Pierre 21ce9bc08b clutter-stage-cogl: Match EGL's behavior of eglSwapBuffersWithDamage
-1 is explicitly an invalid value to pass to eglSwapBuffersWithDamage,
and the specification admits as much:

                                                         If
    eglSwapBuffersWithDamageEXT is called and <n_rects>, is less
    than zero or <n_rects> is greater than zero but <rects> is
    NULL, EGL_BAD_PARAMETER is generated.

Fix up our usage of SwapBuffersWithDamage to match the behavior in the
EGL specification.

https://bugzilla.gnome.org/show_bug.cgi?id=745512
2015-04-29 22:41:58 +01:00
..
clutter-stage-cogl.c clutter-stage-cogl: Match EGL's behavior of eglSwapBuffersWithDamage 2015-04-29 22:41:58 +01:00
clutter-stage-cogl.h stage-cogl: Fix damage tracking with varying buffer ages 2015-03-15 14:46:42 +00:00