Re: [Spice-devel] [PATCH] server/red_parse_qxl: fix wrong bitmap_consistent

2012-09-05 Thread Alon Levy
> Hi, > > On 09/04/2012 06:25 PM, Alon Levy wrote: > > The bit calculation was wrong for all the paletted types by a > > factor of > > between 8 and 1 (SPICE_BITMAP_FMT_{1,4,8}BIT_PLT_{LE,BE}) > > --- > > server/red_parse_qxl.c | 31 ++- > > 1 file changed, 26 insert

Re: [Spice-devel] [PATCH] server/red_parse_qxl: fix wrong bitmap_consistent

2012-09-05 Thread Hans de Goede
Hi, On 09/04/2012 06:25 PM, Alon Levy wrote: The bit calculation was wrong for all the paletted types by a factor of between 8 and 1 (SPICE_BITMAP_FMT_{1,4,8}BIT_PLT_{LE,BE}) --- server/red_parse_qxl.c | 31 ++- 1 file changed, 26 insertions(+), 5 deletions(-) dif

[Spice-devel] [PATCH] server/red_parse_qxl: fix wrong bitmap_consistent

2012-09-04 Thread Alon Levy
The bit calculation was wrong for all the paletted types by a factor of between 8 and 1 (SPICE_BITMAP_FMT_{1,4,8}BIT_PLT_{LE,BE}) --- server/red_parse_qxl.c | 31 ++- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/server/red_parse_qxl.c b/server/red_pars