Re: [Spice-devel] [Common patch 2/2] Add support for A8 images to the LZ routines

2012-06-17 Thread Alon Levy
On Fri, Jun 15, 2012 at 02:59:24PM -0400, Søren Sandmann wrote: > From: Søren Sandmann Pedersen > Looks good, one comment below. > This format is needed to add Render support to the X driver, so we > need the ability to compress and decompress it. > --- > common/canvas_base.c|4 +++

[Spice-devel] [Common patch 2/2] Add support for A8 images to the LZ routines

2012-06-15 Thread Søren Sandmann
From: Søren Sandmann Pedersen This format is needed to add Render support to the X driver, so we need the ability to compress and decompress it. --- common/canvas_base.c|4 common/lz.c | 24 +++- common/lz_common.h |5 +++-- com