Re: [Spice-devel] [PATCH 2/2] spice client: add ipv6 support.

2010-03-03 Thread Alexander Larsson
=2d203bc428c9006c47e3936cb6e3190e17d8431a -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an obese Catholic paramedic who must take medication to keep him sane

Re: [Spice-devel] Compile error on vdesktop

2010-03-02 Thread Alexander Larsson
or 0.4? Alex could it be something that related to the latest changes? No, this is in the libkvm code. It seems like some kind of issue mixing glibc and kernel headers. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH 14/30] Convert cairo canvas copy bits to pixman

2010-02-22 Thread Alexander Larsson
On Sun, 2010-02-21 at 10:46 +0100, Soeren Sandmann wrote: Alexander Larsson al...@redhat.com writes: --- common/cairo_canvas.c | 254 - 1 files changed, 41 insertions(+), 213 deletions(-) diff --git a/common/cairo_canvas.c b/common

Re: [Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman

2010-02-19 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a lounge-singing voodoo cop on a mission from God. She's a pregnant cat-loving traffic cop from a secret island of warrior women. They fight crime

Re: [Spice-devel] [PATCH 03/30] Add line rasterizer

2010-02-19 Thread Alexander Larsson
On Fri, 2010-02-19 at 10:43 +0200, Izik Eidus wrote: On Thu, 18 Feb 2010 21:58:29 +0100 Alexander Larsson al...@redhat.com wrote: This is based on the X11 line drawers in mi/mizerline.c etc --- client/Makefile.am |1 + client/lines.cpp | 24 + client/x11/Makefile.am

Re: [Spice-devel] [PATCH 16/30] Convert cairo canvas alpha_blend to using pixman

2010-02-19 Thread Alexander Larsson
On Fri, 2010-02-19 at 10:47 +0200, Izik Eidus wrote: On Thu, 18 Feb 2010 21:58:42 +0100 Alexander Larsson al...@redhat.com wrote: + +if (mask) +pixman_image_unref (mask); Any strong feelings against changing it to if (mask) { pixman_image_unref (mask); } Nah

Re: [Spice-devel] [PATCH 16/30] Convert cairo canvas alpha_blend to using pixman

2010-02-19 Thread Alexander Larsson
On Fri, 2010-02-19 at 17:04 +0200, Izik Eidus wrote: On Fri, 19 Feb 2010 10:15:14 +0100 Alexander Larsson al...@redhat.com wrote: On Fri, 2010-02-19 at 10:47 +0200, Izik Eidus wrote: On Thu, 18 Feb 2010 21:58:42 +0100 Alexander Larsson al...@redhat.com wrote

Re: [Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman

2010-02-19 Thread Alexander Larsson
On Thu, 2010-02-18 at 21:58 +0100, Alexander Larsson wrote: This series converts the software based canvas cairo_canvas to use pixman for rendering instead of cairo. It uses the upstream pixman (the latest version, 0.7.16 is needed) thus dropping the dependencies on qcairo and qpixman

[Spice-devel] [PATCH 21/30] Remove unused cairo helper functions

2010-02-18 Thread Alexander Larsson
--- common/cairo_canvas.c | 455 - common/canvas_base.c | 39 - 2 files changed, 0 insertions(+), 494 deletions(-) diff --git a/common/cairo_canvas.c b/common/cairo_canvas.c index 0335aeb..0b6f9ff 100644 --- a/common/cairo_canvas.c +++

<    1   2