Re: [PATCH 1/2] Add to output protocol to allow rotate/resize

2011-04-29 Thread Kristian Høgsberg
On Fri, Apr 29, 2011 at 11:35 AM, Casey Dahlin wrote: > On Fri, Apr 29, 2011 at 09:43:53AM +0200, Benjamin Franzke wrote: >> 2011/4/29 Casey Dahlin : >> > Adds some parameters to the output geometry event. Also adds a move method >> > to >> > change those parameters. >> > --- >> >  protocol/wayla

Re: [PATCH 1/2] Add to output protocol to allow rotate/resize

2011-04-29 Thread Casey Dahlin
On Fri, Apr 29, 2011 at 09:43:53AM +0200, Benjamin Franzke wrote: > 2011/4/29 Casey Dahlin : > > Adds some parameters to the output geometry event. Also adds a move method > > to > > change those parameters. > > --- > >  protocol/wayland.xml |   15 --- > >  1 files changed, 12 insertio

Re: will Wayland Support 'Hybrid' GPU switching systems

2011-04-29 Thread cat
there hasn't been any on the subject but I think that most of the work would be in kernel space, I think that some of these gpu switching systems use GPUs from different manufacturers (EX. ATI + Intel), so it is not clear if every instance of this feature is driver dependant or not. if its not thou

Re: [PATCH 2/2] Add wayland-protocol.h

2011-04-29 Thread Kristian Høgsberg
On Fri, Apr 29, 2011 at 3:47 AM, Benjamin Franzke wrote: > 2011/4/29 Casey Dahlin : >> This file can store flag values and such constants as are useful to have at >> both ends of the protocol. >> --- >>  wayland/Makefile.am        |    1 + >>  wayland/wayland-client.h   |    1 + >>  wayland/waylan

RE:

2011-04-29 Thread Jonas -
too switch gpu's? to save energie ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

[no subject]

2011-04-29 Thread Jonas -
Will wayland support Hybritgpu ? gpu on board or apu and for games pcie? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: will wayland support multi plane?

2011-04-29 Thread Marcus Lorentzon
Hi, compositor-drm is just another Wayland demo compositor backend. The -drm one is a backend for DRM/KMS, just as the -x11 and -openwfd are backends for those APIs. /BR /Marcus On 04/29/2011 03:24 AM, Zhao, Juan J wrote: That looks great!:) One simple question, what is compositor-drm? Is th

Re: [PATCH 2/2] Add wayland-protocol.h

2011-04-29 Thread Benjamin Franzke
2011/4/29 Casey Dahlin : > This file can store flag values and such constants as are useful to have at > both ends of the protocol. > --- >  wayland/Makefile.am        |    1 + >  wayland/wayland-client.h   |    1 + >  wayland/wayland-protocol.h |   30 ++ >  wayland/wayl

Re: [PATCH 1/2] Add to output protocol to allow rotate/resize

2011-04-29 Thread Benjamin Franzke
2011/4/29 Casey Dahlin : > Adds some parameters to the output geometry event. Also adds a move method to > change those parameters. > --- >  protocol/wayland.xml |   15 --- >  1 files changed, 12 insertions(+), 3 deletions(-) > > diff --git a/protocol/wayland.xml b/protocol/wayland.xml

[PATCH 2/2] Add flip client

2011-04-29 Thread Casey Dahlin
The flip client provides access to the move method of the output interface, and lets you rotate, flip, and shift the screen view. --- clients/.gitignore |1 + clients/Makefile.am |4 ++ clients/flip.c | 104 +++ 3 files changed, 109 in

[PATCH 1/2] Add support for move method on outputs

2011-04-29 Thread Casey Dahlin
Outputs can now be rotated, flipped, and shifted by using the new move method of the output interface. --- clients/window.c|3 +- compositor/compositor-wayland.c |4 +- compositor/compositor.c | 97 -- compositor/compositor.h

[PATCH:demos 0/2] Update demos to support/show off output

2011-04-29 Thread Casey Dahlin
See corresponding wayland patch series. This series updates the demo compositor to correctly handle being flipped, rotated, and shifted. It also adds a small client which does not draw anything or persist, but takes arguments to perform any of the above actions. Instructions for the client can be