[Spice-devel] spice performance

2010-06-09 Thread Brian Milliron
I did finally get the .4 version of spice installed, however the video performance is somewhat lacking. From the manual I gather qxl drivers are needed for best performance. I believe I've installed those drivers on my guest VM but the performance has not noticeably changed. Is there any way to

[Spice-devel] jpeg support in spice-protocol

2010-06-09 Thread Yonit Halperin
Forgot to add the protocol patches when sending the jpeg support patches for spice. Cheers, Yonit. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH 2/2] cache support for replacing images that were compressed using jpeg with lossless images

2010-06-09 Thread Yonit Halperin
--- spice/draw.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/spice/draw.h b/spice/draw.h index 91391c6..1cf59c8 100644 --- a/spice/draw.h +++ b/spice/draw.h @@ -168,11 +168,13 @@ enum { SPICE_IMAGE_TYPE_FROM_CACHE, SPICE_IMAGE_TYPE_SURFACE,

Re: [Spice-devel] RFC: client: don't invalidate unless primary surface

2010-06-09 Thread Alexander Larsson
On Sun, 2010-05-23 at 14:40 -0400, Alon Levy wrote: Izik suggested this, said it will save some performance - in bitmap operations on non primary surfaces no need to invalidate the rectangle. Did some very minimal tests on windows xp guest. Can anyone have a look? Pushed. --