Re: [Pixman] [PATCH] _intersect_rect should return an empty region when intersecting with an empty rect

2016-01-13 Thread Siarhei Siamashka
On Wed, 13 Jan 2016 13:43:39 -0800 Bill McCloskey wrote: > When you call _intersect_rect and pass it an empty rectangle, > it creates an invalid region from that rectangle. The only valid > empty region is the one where the data pointer points to > pixman_region_empty_data. The region created by

[Pixman] [PATCH] _intersect_rect should return an empty region when intersecting with an empty rect

2016-01-13 Thread Bill McCloskey
When you call _intersect_rect and pass it an empty rectangle, it creates an invalid region from that rectangle. The only valid empty region is the one where the data pointer points to pixman_region_empty_data. The region created by _intersect_rect has a null data pointer, and so _not_empty returns

Re: [Pixman] Cleaning patchwork

2016-01-13 Thread Pekka Paalanen
On Mon, 11 Jan 2016 11:37:57 +0200 Oded Gabbay wrote: > On Mon, Jan 4, 2016 at 4:31 PM, Ben Avison wrote: > > On Tue, 22 Dec 2015 13:14:21 -, Oded Gabbay > > wrote: > > > >> Hi Ben, > >> > >> I would like to clean pixman's patchwork and you have about 20 > >> outstanding patches. > > >