[PATCH] Add some new things to .gitignore

2011-04-28 Thread Casey Dahlin
libtoytoolkit.a, and generated protocol headers for meego-tablet. --- clients/.gitignore|1 + compositor/.gitignore |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/clients/.gitignore b/clients/.gitignore index 8b3c40c..fe7546d 100644 --- a/clients/.gitignore +++ b

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

2011-04-28 Thread 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 index 11976fa..187e961 100644 --- a/pr

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

2011-04-28 Thread 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/wayland-server.h |1 + 4 files change

[PATCH 0/2] RandR functionality for wayland protocol

2011-04-28 Thread Casey Dahlin
The second R is a bit of a misnomer right now since there's not actually modesetting, but this patch set extends the wayland protocol to allow rotating and flipping outputs, and moving their position. It adds a single method to the "output" interface to set x, y, and some flags to perform transfor

[PATCH] Add some things related to wayland-scanner to .gitignore

2011-04-28 Thread Casey Dahlin
--- .gitignore |1 + wayland/.gitignore |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 7c5bfe5..904eb50 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *~ .libs /aclocal.m4 +/wayland-scanner.m4 /autom4te.cache /conf

Re: will wayland support multi plane?

2011-04-28 Thread Zhao, Juan J
That looks great!:) One simple question, what is compositor-drm? Is that one drm kernel module special for wayland? On Thu, 2011-04-28 at 12:51 +0200, Benjamin Franzke wrote: > Yeah, we'll work on integrating the kms overlay stuff, thats talked > about on dri-devel [1], into compositor-drm as well

Re: will wayland support multi plane?

2011-04-28 Thread Benjamin Franzke
Yeah, we'll work on integrating the kms overlay stuff, thats talked about on dri-devel [1], into compositor-drm as well as compositor-openwfd. [1] http://lists.freedesktop.org/archives/dri-devel/2011-April/010559.html Ben 2011/4/28 Marcus Lorentzon : > On 04/28/2011 11:27 AM, Zhao, Juan J wrote:

Re: will wayland support multi plane?

2011-04-28 Thread Marcus Lorentzon
On 04/28/2011 11:27 AM, Zhao, Juan J wrote: Hi there, Some embedded system provide more than one plan to work at the same time to get better performance. For example, one video running on one plane and one other video or graphics run on the other plane. Will wayland take this to b

will wayland support multi plane?

2011-04-28 Thread Zhao, Juan J
Hi there, Some embedded system provide more than one plan to work at the same time to get better performance. For example, one video running on one plane and one other video or graphics run on the other plane. Will wayland take this to be considered? One video on plane A, one window