Add a headless backend
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Mon, 29 Oct 2012 16:19:24 +0000 (18:19 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 8 Nov 2012 21:56:25 +0000 (16:56 -0500)
commit11f8d403a8484f0bcb9138b950f3cdf658f5d554
tree05adcf57818354467d89a5a6d242783f987eef80
parent1f1b39792baba0c808df697a3792514514a84b46
Add a headless backend

Add a headless backend and a noop renderer, mainly for testing
purposes. Although no rendering is performed with this backend,
this allow some of the code paths inside Weston and shm clients
to be tested without any windowing system or any need for drm
access.
configure.ac
src/Makefile.am
src/compositor-headless.c [new file with mode: 0644]
src/compositor.h
src/noop-renderer.c [new file with mode: 0644]