On Fri, Nov 30, 2012 at 05:34:21PM +0200, Ander Conselvan de Oliveira wrote: > 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)
Ah yes, thanks for digging that patch out. > The rest of the patches add some functionality to toytoolkit that are > needed by the last patch, that rewrites the transformed client using it. Great, thanks. Kristian > 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 > > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
