Re: [Pixman] Basic infrastructure for MIPS architecture and initial set of SRC routines.

2012-02-25 Thread Søren Sandmann
I have merged the patches to master. Thanks, Soren Nemanja Lukic nlu...@mips.com writes: Per previous code review: Run time detection is changed so that MIPS 74K instead of MIPS 74Kc string is searched in /proc/cpuinfo. I used 74Kc as search string, since all boards I have, although Kf

[Pixman] [PATCH 1/1] Disable implementations mentioned in the PIXMAN_DISABLE environment variable.

2012-02-25 Thread Søren Sandmann
From: Søren Sandmann Pedersen s...@redhat.com With this, it becomes possible to do PIXMAN_DISABLE=sse2 mmx some_app which will run some_app without SSE2 and MMX enabled. This is useful for benchmarking, testing and narrowing down bugs. --- pixman/pixman-cpu.c | 44