[PATCH] Update build instructions

2012-06-13 Thread Martin Minarik
The xwayland branch of xf86-video-intel DDX is more recent than the xwayland-1.12 --- xserver.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xserver.html b/xserver.html index 9c40f9b..012c0c2 100644 --- a/xserver.html +++ b/xserver.html @@ -63,7 +63,7 @@ with Nv

Re: Wayland Client Rendering

2012-06-13 Thread Christopher James Halse Rogers
On Tue, 2012-06-12 at 14:40 +, suranjana.bhattacha...@wipro.com wrote: > Hello, > > I am currently trying to build an example with Wayland Client rendering. Can > any body help me with following queries? > 1.What is Wayland Client rendering mechanism using cairo-gl? Wayland doesn't provide a

[PATCH weston] simple-egl: Minor fix ups.

2012-06-13 Thread Scott Moreau
1) Fix typo when initializing variables 2) Remove gratuitous glFlush() call 3) Localize shader program variable --- clients/simple-egl.c | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/clients/simple-egl.c b/clients/simple-egl.c index 4cb5bc7..

Re: [PATCH] toolkits: Add efl.html page with fetch, build and running instructions

2012-06-13 Thread Kristian Høgsberg
On Wed, Jun 13, 2012 at 02:15:31PM +0100, Rob Bradford wrote: > From: Rob Bradford Thanks Rob, applied and pushed to the website. Kristian > --- > efl.html | 131 > + > toolkits.html |7 ++- > 2 files changed, 134 insertions(+)

Re: [PATCH 2/2] desktop-shell: Make clock format configurable, weston.ini

2012-06-13 Thread Kristian Høgsberg
On Wed, Jun 13, 2012 at 04:10:43PM +0200, Martin Minarik wrote: > This is the configuration file entry. Let's just roll this into the previous patch. Kristian > --- > weston.ini |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/weston.ini b/weston.ini > index 769

Re: [PATCH 2/2] desktop-shell: Make clock format configurable, weston.ini

2012-06-13 Thread Scott Moreau
On Wed, Jun 13, 2012 at 8:10 AM, Martin Minarik < minari...@student.fiit.stuba.sk> wrote: > This is the configuration file entry. > --- > weston.ini |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/weston.ini b/weston.ini > index 7693253..911353a 100644 > --- a/wes

Re: [PATCH] desktop-shell: Make clock format configurable

2012-06-13 Thread Kristian Høgsberg
On Wed, Jun 13, 2012 at 02:45:11AM +0200, Martin Minarik wrote: > This allows the user to specify the format of the displayed time. > It is possible to set the period of redraw (in seconds). > --- > clients/desktop-shell.c | 49 +++--- > 1 files changed, 4

Re: [PATCH] desktop-shell: Make clock format configurable

2012-06-13 Thread Scott Moreau
On Tue, Jun 12, 2012 at 6:45 PM, Martin Minarik < minari...@student.fiit.stuba.sk> wrote: > This allows the user to specify the format of the displayed time. > It is possible to set the period of redraw (in seconds). > Hi Martin, thanks for doing this. This seems to work but there are a few thing

[PATCH 2/2] desktop-shell: Make clock format configurable, weston.ini

2012-06-13 Thread Martin Minarik
This is the configuration file entry. --- weston.ini |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/weston.ini b/weston.ini index 7693253..911353a 100644 --- a/weston.ini +++ b/weston.ini @@ -27,6 +27,10 @@ path=/usr/bin/google-chrome icon=/usr/share/icons/gnome/24x24

[PATCH] toolkits: Add efl.html page with fetch, build and running instructions

2012-06-13 Thread Rob Bradford
From: Rob Bradford --- efl.html | 131 + toolkits.html |7 ++- 2 files changed, 134 insertions(+), 4 deletions(-) create mode 100644 efl.html diff --git a/efl.html b/efl.html new file mode 100644 index 000..399ebf0 --- /dev/