pixman-renderer, gl-renderer: Destroy debug bindings on clean up
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Fri, 25 Oct 2013 13:26:32 +0000 (16:26 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 25 Oct 2013 19:17:51 +0000 (12:17 -0700)
commit6b16214fb93cdea23f2f79409070fd16b6845a5b
tree9276c3b14e832ea870490d8f2c272c53fc6b87ca
parentc68b1085edd21b2bb15f9ae1134f5f6aa6d9fc69
pixman-renderer, gl-renderer: Destroy debug bindings on clean up

Also make sure backends destroy the renderers before shutting down the
compositor to avoid a double call to weston_binding_destroy().

This is a step towards making renderers switchable during runtime.
src/compositor-drm.c
src/compositor-fbdev.c
src/compositor-rpi.c
src/compositor-x11.c
src/gl-renderer.c
src/pixman-renderer.c