[PATCH] Window.c delay redraws with frame callback

2012-03-23 Thread Martin Minarik
Don't ignore schedule redraw between idle_redraw() triggering and the frame callback. The frame callback now sets redraw_from_callback and forces window schedule redraw. The flags prevent getting into idle_redraw again until another frame callback. diff --git a/clients/window.c b/clients/win

[PATCH v2] Secure screenshooter protocol.

2012-03-23 Thread Scott Moreau
--- Changed in this version: s/screenshot/screenshooter/ clients/Makefile.am |9 + src/screenshooter.c | 40 +++- 2 files changed, 44 insertions(+), 5 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index eab8939..dd11382 10

[PATCH] Secure screenshooter protocol.

2012-03-23 Thread Scott Moreau
--- clients/Makefile.am |9 + src/screenshooter.c | 40 +++- 2 files changed, 44 insertions(+), 5 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index eab8939..dd11382 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am

[PATCH v2] Add simple memory leak check to all tests.

2012-03-23 Thread U. Artie Eoff
From: "U. Artie Eoff" Wrap all tests with a memory balance check to detect potential memory leaks. Fixed a few tests that had memory leaks contained in the tests themselves. Signed-off-by: U. Artie Eoff --- tests/Makefile.am |2 +- tests/array-test.c |2 ++ tests/map-test.c|

[PATCH] Add simple memory leak check to all tests.

2012-03-23 Thread U. Artie Eoff
From: "U. Artie Eoff" Wrap all tests with a memory balance check to detect potential memory leaks. Fixed a few tests that had memory leaks contained in the tests themselves. Signed-off-by: U. Artie Eoff --- tests/Makefile.am |2 +- tests/array-test.c |2 ++ tests/map-test.c|

[PATCH] Resubmit - Add simple memory leak check to all tests

2012-03-23 Thread U. Artie Eoff
From: "U. Artie Eoff" Resubmitting patch to fix some coding style issues... U. Artie Eoff (1): Add simple memory leak check to all tests. tests/Makefile.am |2 +- tests/array-test.c |2 ++ tests/map-test.c|2 ++ tests/test-runner.c | 27 +++ tests

RE: [PATCH] Add simple memory leak check to all tests.

2012-03-23 Thread Eoff, Ullysses A
>-Original Message- >From: Kristian Hoegsberg [mailto:hoegsb...@gmail.com] >Sent: Thursday, March 22, 2012 7:14 PM >To: Eoff, Ullysses A >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] Add simple memory leak check to all tests. > >On Thu, Mar 22, 2012 at 01:37:20PM -0700, U.

[PULL wayland 0.85] signedness fixes and OS compatibility

2012-03-23 Thread Pekka Paalanen
Hi Kristian, this patch series is divided in two: The first part just enables compiler warnings, and then fixes or silences them. One warning is left unfixed: data-device.c:237:26: warning: comparison between signed and unsigned integer expressions The fix for that would be wayland-server.h @@

Re: [PATCH v2] Remove info about nouveau kernel build

2012-03-23 Thread Pekka Paalanen
On Thu, 22 Mar 2012 21:58:27 -0400 cdah...@redhat.com wrote: > From: Casey Dahlin > > The page flip code for nouveau has been upstream for almost a year now, but > the > build instructions still stated you needed a kernel from nouveau git. This has > been corrected. > > Signed-off-by: Casey Da

Re: Starting document for porting wayland to mali gpu

2012-03-23 Thread Pekka Paalanen
On Fri, 23 Mar 2012 05:50:02 +0900 Simon Hong wrote: > Dear folks, > > I'm new to wayland and want to port wayland on Mali GPU. > Any advice, articles or document for start porting for wayland newbie. Hi, apart from the wayland website (I assume you already read all of it), I have a writing th