Re: [PATCH v2 1/2] Implement pixman renderer

2013-01-07 Thread Kristian Høgsberg
On Mon, Jan 07, 2013 at 08:39:49PM +0300, Vasily Khoruzhick wrote: > This renderer could be used when there's no graphic accelerator available, > for example in (future) KMS and fbdev backends. > > Signed-off-by: Vasily Khoruzhick > --- > v2: - follow libc convention of error handling > - imp

[PATCH v2 1/2] Implement pixman renderer

2013-01-07 Thread Vasily Khoruzhick
This renderer could be used when there's no graphic accelerator available, for example in (future) KMS and fbdev backends. Signed-off-by: Vasily Khoruzhick --- v2: - follow libc convention of error handling - improve commit message src/Makefile.am | 1 + src/pixman-renderer.c | 380