Re: [Pixman] [PATCH 3/3] Add SSSE3 fast path skeleton

2011-01-04 Thread Andrea Canciani
On Tue, Jan 4, 2011 at 10:22 AM, Siarhei Siamashka wrote: > On Wednesday 08 December 2010 16:13:48 Liu Xinyun wrote: >> There is a performance test between commits >> commit 56777f3f675869806cd30bcd21a5b39d788507cb >> Author: Dmitri Vorobiev >> Date:   Wed Sep 22 12:34:57 2010 +0300 >> >>     Use

Re: [Pixman] [PATCH 3/3] Add SSSE3 fast path skeleton

2011-01-04 Thread Siarhei Siamashka
On Wednesday 08 December 2010 16:13:48 Liu Xinyun wrote: > There is a performance test between commits > commit 56777f3f675869806cd30bcd21a5b39d788507cb > Author: Dmitri Vorobiev > Date: Wed Sep 22 12:34:57 2010 +0300 > > Use macros only when they are available > > commit 3d094997b1820719

Re: [Pixman] [PATCH 3/3] Add SSSE3 fast path skeleton

2010-12-08 Thread Liu Xinyun
Here is a ssse3 optimization example. I suspect why this can't get effect when using cairo-perf. But we did see some improvement when play flash. So just provided here. >From 39b7a01f019cb0494af2a3cec7d094efb9b0a2ce Mon Sep 17 00:00:00 2001 From: Xu, Samuel Date: Wed, 8 Dec 2010 22:19:50 +0800

Re: [Pixman] [PATCH 3/3] Add SSSE3 fast path skeleton

2010-12-08 Thread Liu Xinyun
There is a performance test between commits commit 56777f3f675869806cd30bcd21a5b39d788507cb Author: Dmitri Vorobiev Date: Wed Sep 22 12:34:57 2010 +0300 Use macros only when they are available commit 3d094997b1820719d15cec7dc633ed37e1912bfc Author: Siarhei Siamashka Date: Tue Nov 30 0