Re: [PATCH] simplify convoluted code in dummy LoadPalette

2016-09-20 Thread Antoine Martin
On 20/09/16 22:54, Antoine Martin wrote: > Only the 15-bit mode does anything different, > make that clearer and remove the redundant code for other bit depths > > Signed-off-by: Antoine Martin > --- > src/dummy_driver.c | 17 - > 1 file changed, 4

[PATCH] simplify convoluted code in dummy LoadPalette

2016-09-20 Thread Antoine Martin
Only the 15-bit mode does anything different, make that clearer and remove the redundant code for other bit depths Signed-off-by: Antoine Martin --- src/dummy_driver.c | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git

[PATCH] support for 30 bit depth in dummy driver

2016-09-20 Thread Antoine Martin
This patch makes it possible to start the server using the dummy driver with a 30 bit depth. The colormap size is changed from 256 to 1024 to prevent crashes. This updated patch adds the missing header file to the commit. Signed-off-by: Antoine Martin --- src/dummy.h

Re: [PATCH xserver 1/2] modesetting: Fix reverse prime partial update issues on secondary GPU outputs

2016-09-20 Thread Hans de Goede
Hi, On 09/20/2016 03:24 AM, Michel Dänzer wrote: On 17/09/16 01:38 AM, Eric Anholt wrote: Keith Packard writes: Hans de Goede writes: So it looks like we really need glFinish to ensure proper ordering here (and I've just deleted the v2 of this

Re: [PATCH xserver] damage: Add screen func called before damage event delivery

2016-09-20 Thread Michel Dänzer
On 17/09/16 12:51 AM, Keith Packard wrote: > Michel Dänzer writes: > >> Does FlushClient get called after every DamageExtNotify call? Otherwise, >> some of the GPU flushes performed by DamageFlushDrawable will be wasted, >> hurting performance. > > The driver gets told which

Re: [PATCH] remove dead code in dummy driver

2016-09-20 Thread Eric Engestrom
On Tue, Sep 20, 2016 at 01:34:40PM +0700, Antoine Martin wrote: > Signed-off-by: Antoine Martin Reviewed-by: Eric Engestrom > --- > src/dummy_driver.c | 19 --- > 1 file changed, 19 deletions(-) > > diff --git

Re: [PATCH util-modular 00/10] release.sh cleanups, mesa support and more

2016-09-20 Thread Julien Cristau
On Tue, Sep 20, 2016 at 01:03:33 +0100, Emil Velikov wrote: > On 15 September 2016 at 15:12, Julien Cristau wrote: [...] > > For 1, 3, 4, 5, 7 (assuming 10 goes in in some way): > > Reviewed-by: Julien Cristau > > > Thanks, can you push 1, 3, 4, 5 (and

[PATCH] remove dead code in dummy driver

2016-09-20 Thread Antoine Martin
Signed-off-by: Antoine Martin --- src/dummy_driver.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/src/dummy_driver.c b/src/dummy_driver.c index c84000f..ec1acf3 100644 --- a/src/dummy_driver.c +++ b/src/dummy_driver.c @@ -700,25 +700,6 @@

[PATCH] support for 30 bit depth in dummy driver

2016-09-20 Thread Antoine Martin
This patch makes it possible to start the server using the dummy driver with a 30 bit depth. The colormap size is changed from 256 to 1024 to prevent crashes. Signed-off-by: Antoine Martin --- src/dummy_driver.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)