Re: [PATCH] Do not release buffer when it is going to be used again.

2013-11-08 Thread Axel Davy
On Thu, 7 Nov 2013, Ander Conselvan de Oliveira wrote: We shouldn't have current equals to next in the first place. This can happen when the repaint loop starts, but that's what the 'if (output->page_flip_pending)' is for. In any other case, that implies we are rendering to the front buffer.

Re: [PATCH] Do not release buffer when it is going to be used again.

2013-11-07 Thread Ander Conselvan de Oliveira
Em 06-11-2013 21:47, Axel Davy escreveu: Solve a bug for some fullscreen clients which wouldn't show up. Signed-off-by: Axel Davy --- src/compositor-drm.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 4f015d1..6a25

[PATCH] Do not release buffer when it is going to be used again.

2013-11-06 Thread Axel Davy
Solve a bug for some fullscreen clients which wouldn't show up. Signed-off-by: Axel Davy --- src/compositor-drm.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 4f015d1..6a2500b 100644 --- a/src/compositor-drm.c +++ b/s