Re: [Pixman] Performance of radial gradients

2010-03-08 Thread Carl Worth
On Mon, 22 Feb 2010 18:49:50 +0200 (EET), M Joonas Pihlaja wrote: > If we're looking at radial gradient correctness could we actually > define clearly what the radial gradient is supposed to compute first? > Right now there are rather weird discontinuities which occur > sometimes, such as whe

Re: [Pixman] 0.18.0 schedule

2010-03-08 Thread Soeren Sandmann
Siarhei Siamashka writes: > This can be solved (at least for the normal SVG radial gradients where the > focal point is inside outer circle) by for example taking the distance of the > furthest corner of the area being composited from the outer circle center, and > dividing it by the distance fro

Re: [Pixman] [PATCH] pixman.h: Only define stdint types when PIXMAN_DONT_DEFINE_STDINT is undefined

2010-03-08 Thread Alexander Larsson
On Mon, 2010-03-08 at 04:02 -0500, Søren Sandmann wrote: > From: Søren Sandmann Pedersen > > In SPICE, with Microsoft Visual C++, pixman.h is included after > another file that defines these types, which causes warnings and > errors. > > This patch allows such code to just define PIXMAN_DONT_DEF

[Pixman] [PATCH] pixman.h: Only define stdint types when PIXMAN_DONT_DEFINE_STDINT is undefined

2010-03-08 Thread Søren Sandmann
From: Søren Sandmann Pedersen In SPICE, with Microsoft Visual C++, pixman.h is included after another file that defines these types, which causes warnings and errors. This patch allows such code to just define PIXMAN_DONT_DEFINE_STDINT to use its own version of those types. Cc: al...@redhat.com