summaryrefslogtreecommitdiff
path: root/pixman/pixman-mips-dspr2.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: update author's e-mail addressNemanja Lukic2015-07-111-1/+1
* mips: Retire PIXMAN_MIPS_SIMPLE_NEAREST_A8_MASK_FAST_PATHBen Avison2015-06-011-4/+4
* MIPS: DSPr2: Added rpixbuf fast path.Nemanja Lukic2013-04-301-0/+4
* MIPS: DSPr2: Added pixbuf fast path.Nemanja Lukic2013-04-301-0/+4
* MIPS: DSPr2: Added src_0565_8888 nearest neighbor fast path.Nemanja Lukic2013-04-301-0/+10
* MIPS: DSPr2: Added over_8888_0565 nearest neighbor fast path.Nemanja Lukic2013-04-301-0/+5
* MIPS: DSPr2: Added over_8888_8888 nearest neighbor fast path.Nemanja Lukic2013-04-301-0/+8
* MIPS: DSPr2: Added more fast-paths for SRC operation:Nemanja Lukic2013-02-271-0/+10
* MIPS: DSPr2: Added more fast-paths for OVER operation:Nemanja Lukic2013-02-271-0/+7
* MIPS: DSPr2: Added more fast-paths:Nemanja Lukic2013-01-221-0/+7
* MIPS: DSPr2: Added more fast-paths for REVERSE operation:Nemanja Lukic2013-01-221-0/+8
* MIPS: DSPr2: Added several nearest neighbor fast paths with a8 mask:Nemanja Lukic2012-11-141-0/+11
* MIPS: DSPr2: Added more fast-paths for OVER operation:Nemanja Lukic2012-11-141-1/+8
* MIPS: DSPr2: Added more fast-paths for SRC operation:Nemanja Lukic2012-11-141-0/+9
* MIPS: DSPr2: Added more fast-paths for ADD operation: - add_8888_8888_8888 - ...Nemanja Lukic2012-10-251-0/+10
* MIPS: DSPr2: Added more fast-paths for ADD operation: - add_0565_8_0565 - add...Nemanja Lukic2012-10-251-0/+12
* MIPS: DSPr2: Added fast-paths for ADD operation: - add_n_8_8 - add_n_8_8888 -...Nemanja Lukic2012-10-251-0/+10
* MIPS: DSPr2: Added OVER combiner and two new fast paths: - over_8888_8888 - o...Nemanja Lukic2012-09-241-0/+27
* MIPS: DSPr2: Added fast-paths for OVER operation: - over_0565_n_0565 - over_0...Nemanja Lukic2012-09-241-0/+8
* MIPS: DSPr2: Added fast-paths for OVER operation: - over_8888_n_0565 - over_8...Nemanja Lukic2012-09-241-0/+8
* MIPS: DSPr2: Added fast-paths for OVER operation: - over_8888_n_8888 - over_8...Nemanja Lukic2012-09-241-0/+13
* Move fill delegation into pixman-implementation.cSøren Sandmann Pedersen2012-09-191-26/+9
* Move blt delegation into pixman-implementation.cSøren Sandmann Pedersen2012-09-191-41/+13
* MIPS: DSPr2: Added more bilinear fast paths (without mask)Nemanja Lukic2012-07-081-0/+29
* MIPS: DSPr2: Added several bilinear fast paths with a8 maskNemanja Lukic2012-07-081-0/+22
* MIPS: DSPr2: Added bilinear over_8888_8_8888 fast path.Nemanja Lukic2012-05-231-0/+6
* MIPS: DSPr2: Added over_n_8_8888 and over_n_8_0565 fast paths.Nemanja Lukic2012-05-111-0/+10
* MIPS: DSPr2: Added over_n_8888_8888_ca and over_n_8888_0565_ca fast paths.Nemanja Lukic2012-03-131-0/+12
* MIPS: DSPr2: Added mips_dspr2_blt and mips_dspr2_fill routines.Nemanja Lukic2012-03-041-0/+163
* MIPS: DSPr2: Added fast-paths for SRC operation.Nemanja Lukic2012-02-251-0/+33
* MIPS: DSPr2: Basic infrastructure for MIPS architectureNemanja Lukic2012-02-251-0/+51