[Spice-space-devel] [PATCH 2/2] qxl: move into new murmur modifed hash

2009-12-28 Thread Izik Eidus
>From 21db4db9b993d3e4a20c309faf6d72c657b1aba0 Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Tue, 29 Dec 2009 05:18:12 +0200 Subject: [PATCH] qxl: move into new murmur modifed hash Signed-off-by: Izik Eidus --- win/display/lookup3.c |3 +- win/display/res.c | 50

[Spice-space-devel] [PATCH 1/2] spice: add new modifed murmur2 hash function

2009-12-28 Thread Izik Eidus
>From 2379eec91c22fd02eca59496ccceb5f86d50e7fe Mon Sep 17 00:00:00 2001 From: Izik Eidus Date: Tue, 29 Dec 2009 05:18:51 +0200 Subject: [PATCH] spice: add new modifed murmur2 hash function. optimized for spice usage Signed-off-by: Izik Eidus --- common/murmur_hash2a.h | 176 ++

[Spice-space-devel] [PATCH 0/2] new modifed murmur2hash - big performence gain

2009-12-28 Thread Izik Eidus
Hi, Following patch`s add a new murmur2a hash function that we have modifed to be optimized for our 32bits with alpha cases. I have saw big performence gains, Windows 7 feels now much faster. Thanks. -- This SF.Net emai

Re: [Spice-space-devel] Dependencies

2009-12-28 Thread Yaniv Kamay
- "Jon Nordby" wrote: > libspice seems to be needed for vdesktop and not for the linux client > (spice/reds/), is this correct? libspice is Spice server so it is not part of the client. > If so, why is libspice being distributed/developed together with the > client? Do you plan to change

[Spice-space-devel] Dependencies

2009-12-28 Thread Jon Nordby
libspice seems to be needed for vdesktop and not for the linux client (spice/reds/), is this correct? If so, why is libspice being distributed/developed together with the client? Do you plan to change this? -- Regards Jon Nordby - www.jonnor.com ---

Re: [Spice-space-devel] [PATCH] make install DESTDIR=

2009-12-28 Thread Yaniv Kamay
Applied, thanks. - "Jeroen van Meeuwen" wrote: > Hi there, > > attached is a patch to make sure that: > > $ make install DESTDIR=/path/to/destdir > > actually works. > > -- Jeroen > > -- > This SF.Net email is s

[Spice-space-devel] GUI infrastructure

2009-12-28 Thread Yaniv Kamay
Hi, I have committed GUI infrastructure into Spice master repository. It is still a work in progress but it provide basic log-in dialog and the ability to show message_box and to add pre-connect/post-connect tabs by other components. Visual appearance will be enhance later on. Hopefully all the b