[PATCH weston 0/4] Weston for Raspberry Pi

Pekka Paalanen ppaalanen at gmail.com
Wed Nov 7 02:25:11 PST 2012


Hi,

this patch series adds Raspberry Pi support to Weston. It is based on
top of Daniel's xwayland series, which has a couple of fixes I need.
I have a branch ready at
http://cgit.collabora.com/git/user/pq/wayland-demos.git/log/?h=raspberrypi-elements2

Please, see the commit messages for more details.

The following changes since commit d32233b11035a22f8b9c14df736b645759034a29:

  XWayland: Move surfaces through X when we reconfigure (2012-11-07 16:17:27 +1100)

are available in the git repository at:
  git://git.collabora.co.uk/git/user/pq/wayland-demos.git raspberrypi-elements2

Pekka Paalanen (4):
      build: make default backend configurable
      gles2: update texture only if needed
      rpi: a backend for Raspberry Pi
      rpi: Dispmanx elements as planes, completion callback

 configure.ac         |   28 +
 man/Makefile.am      |    1 +
 man/weston.man       |    2 +-
 src/Makefile.am      |   27 +
 src/compositor-rpi.c | 1640 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/compositor.c     |    7 +-
 src/compositor.h     |    1 +
 src/gles2-renderer.c |   20 +-
 src/rpi-bcm-stubs.h  |  267 ++++++++
 9 files changed, 1987 insertions(+), 6 deletions(-)
 create mode 100644 src/compositor-rpi.c
 create mode 100644 src/rpi-bcm-stubs.h

Instructions on how to actually build this thing for Raspberry Pi
will follow later.

Thanks,
pq



More information about the wayland-devel mailing list