Re: [Pixman] [PATCH 0/3] Some clean-ups of the test directory

2011-02-19 Thread Siarhei Siamashka
On Thursday 10 February 2011 20:22:38 Søren Sandmann wrote: > The following patches add a new directory "demos" and move all the > GTK+ based test programs there. This allows the Makefiles in both test > and demos to become much simpler with less redundancy. > > I'm not particularly happy about th

Re: [Pixman] [PATCH] Add forgotten _mm_empty() calls in the SSE2 fetchers.

2011-02-19 Thread Siarhei Siamashka
On Friday 18 February 2011 15:02:04 Søren Sandmann Pedersen wrote: > Here is a patch series that removes all use of MMX from > pixman-sse2.c. This avoids all the emms issues and is likely also a > speedup on Windows x64, where MMX intrinsics are not supported and > therefore had to be emulated. >