[PATCH weston 0/5] Convert transformed buffer test client to toytoolkit

Ander Conselvan de Oliveira ander.conselvan.de.oliveira at intel.com
Fri Nov 30 07:34:21 PST 2012


Hi,

This series converts the transformed buffer test client to use toytoolkit.

The first patch is a resend of a patch that fell through the cracks. With
the change to use toytoolkit, there's no way to allocate an XRGB buffer,
so this is needed to test rotated scan out of client buffers. (There was
a window->opaque field before, but I'm not sure what we want to do with
it, since we don't allow clients to set it anymore)

The rest of the patches add some functionality to toytoolkit that are
needed by the last patch, that rewrites the transformed client using it.

Cheers,
Ander

Ander Conselvan de Oliveira (5):
  compositor-drm: Allow scanning out of opaque ARGB surfaces
  window: Honour opaque field for windows without a frame
  window: Let clients set buffer transformations
  window: Add a way to retrieve a window's output transform
  clients: Replace transformed with a toytoolkit implementation

 clients/Makefile.am   |   11 +-
 clients/transformed.c |  812 +++++++++----------------------------------------
 clients/window.c      |   76 ++++-
 clients/window.h      |   16 +
 src/compositor-drm.c  |   33 +-
 5 files changed, 255 insertions(+), 693 deletions(-)

-- 
1.7.10.4



More information about the wayland-devel mailing list