Re: [Pixman] Pixman API document

2014-08-23 Thread Søren Sandmann
li writes: > Thank you for your time to read this email, I try to use pixman, but can't > find any API document in the web. > expecially the functions such as pixman_region32_union, > pixman_region32_intersect, pixman_region32_subtract and so on. > please help me to find out the guide for these

Re: [Pixman] Basic infrastructure for MIPS32r2 and DSPr1 optimizations, and patch for mips* asm exports symbols.

2014-08-23 Thread Søren Sandmann
Nemanja Lukic writes: > This patch set should address all previous code review remarks. From looking at this patch set fairly briefly, - There is some confusion about the type of the new memcpy function. Does it return bool or void*? And what precisely does the return value mean? It seems t