[cairo] [PATCH] Added MIPS32R2 and MIPS DSP ASE optimized functions
Dmitri Vorobiev
dmitri.vorobiev at movial.com
Fri Sep 10 03:54:10 PDT 2010
On Thu, Sep 9, 2010 at 6:30 PM, Georgi Beloev <gb at beloev.net> wrote:
> ---
> configure.ac | 63 +++++++++++++
> pixman/Makefile.am | 22 +++++
> pixman/pixman-cpu.c | 24 +++++
> pixman/pixman-mips-dspase1-asm.S | 189 ++++++++++++++++++++++++++++++++++++++
> pixman/pixman-mips-dspase1.c | 110 ++++++++++++++++++++++
> pixman/pixman-mips32r2-asm.S | 180 ++++++++++++++++++++++++++++++++++++
> pixman/pixman-mips32r2.c | 115 +++++++++++++++++++++++
> pixman/pixman-private.h | 11 ++
> 8 files changed, 714 insertions(+), 0 deletions(-)
> create mode 100644 pixman/pixman-mips-dspase1-asm.S
> create mode 100644 pixman/pixman-mips-dspase1.c
> create mode 100644 pixman/pixman-mips32r2-asm.S
> create mode 100644 pixman/pixman-mips32r2.c
Shouldn't this be directed to Pixman mailing list instead of Cairo mailing list?
Dmitri
P.S. Being a MIPS fan, I'm glad to see a MIPS-specific part of Pixman.
Can't wait to have it merged upstream.
More information about the cairo
mailing list