Re: [PATCH] support for 30 bit depth in dummy driver

2017-08-05 Thread Antoine Martin
Ping. Please apply. This patch has been used for almost a year now, and got tested more thoroughly lately with a patch to VirtualGL. To test it with xpra 2.1: xpra start --pixel-depth 30 --start=xterm --attach=yes Thanks Antoine Here's an updated version with clean offsets against current HEAD

[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| 2 +- src/dummy_dr

[PATCH] support for 30 bit depth in dummy driver

2016-09-19 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(-) diff --git a/src/dummy