[Pixman] [PATCH] Add support for AltiVec detection for OpenBSD/PowerPC.

2010-07-31 Thread Søren Sandmann
From: Brad Smith b...@comstyle.com Bug 29331. --- pixman/pixman-cpu.c | 25 - 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/pixman/pixman-cpu.c b/pixman/pixman-cpu.c index e96b140..1b31885 100644 --- a/pixman/pixman-cpu.c +++ b/pixman/pixman-cpu.c @@

Re: [Pixman] [PATCH] Use stdint.h on OpenBSD

2010-07-31 Thread M Joonas Pihlaja
On Sat, 31 Jul 2010, [utf-8] Søren Sandmann wrote: From: Brad Smith b...@comstyle.com OpenBSD has had stdint.h for a long time now. Bug 29330. OpenBSD 3.8 is only four years old. That doesn't seem like a long time to me at all. Joonas ___

Re: [Pixman] [PATCH] Add support for 18bpp X14R6G6B6 format.

2010-07-31 Thread Soeren Sandmann
Marek Vasut marek.va...@gmail.com writes: This format is used on PXA framebuffer with some boards. Looks good in general; just a couple of comments, the main one being that the format needs to be added to pixman_format_supported_source(). The format is 32bpp, not 18bpp as you say in the

Re: [Pixman] [PATCH] Add support for 18bpp X14R6G6B6 format.

2010-07-31 Thread Soeren Sandmann
Marek Vasut marek.va...@gmail.com writes: static void +fetch_scanline_x14r6g6b6 (pixman_image_t *image, + int x, + int y, + int width, + uint32_t * buffer, +