On Wed, Nov 07, 2012 at 12:25:11PM +0200, Pekka Paalanen wrote: > 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
All committed, thanks. Kristian > 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 > _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
