rpi: switch to rpi-renderer
authorPekka Paalanen <ppaalanen@gmail.com>
Wed, 22 May 2013 15:03:07 +0000 (18:03 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 22 May 2013 22:06:01 +0000 (18:06 -0400)
commite31e0533692976ef7fdb6925e8c89c2a0d566a8f
tree7a3a654c93a1a52eca00d89c9b62e2470f98b130
parentd7265bc4ac81cda622c4f953531df6abe6b5dbac
rpi: switch to rpi-renderer

Replace the GL renderer with the new rpi-renderer on the Raspberry Pi
backend. This makes Weston on rpi not use EGL or GL anymore, at all.

The weston_plane feature is disabled, since the rpi-renderer does the
same, but better.

Add a command line option to select the output transform. It is not a
weston.ini option for now, since the rpi backend does not read the
configuration file yet. Hopefully that will be done later with some
shared code.

Add the rpi options to 'weston --help' output.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
configure.ac
src/compositor-rpi.c
src/compositor.c