>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
>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 ++
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
- "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
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
---
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
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