Go to file
Nemanja Lukic 618a08e6aa MIPS: DSPr2: Added over_n_8_8888 and over_n_8_0565 fast paths.
Performance numbers before/after on MIPS-74kc @ 1GHz

Referent (before):

lowlevel-blt-bench:
     over_n_8_8888 =  L1:  10.40  L2:   9.79  M:  8.47 ( 33.62%)  HT:  7.64  VT:  7.59  R:  7.48  RT:  5.30 (  40Kops/s)
     over_n_8_0565 =  L1:   7.40  L2:   7.23  M:  6.78 ( 17.94%)  HT:  6.23  VT:  6.17  R:  6.14  RT:  4.62 (  37Kops/s)

Optimized:

lowlevel-blt-bench:
     over_n_8_8888 =  L1:  27.25  L2:  26.24  M: 18.15 ( 72.12%)  HT: 14.52  VT: 14.31  R: 13.83  RT:  7.57 (  48Kops/s)
     over_n_8_0565 =  L1:  18.91  L2:  17.59  M: 15.06 ( 39.90%)  HT: 12.18  VT: 11.98  R: 11.83  RT:  6.80 (  46Kops/s)
2012-05-11 17:11:27 -04:00
demos gtk-utils.c: In pixbuf_from_argb32() use a8r8g8b8_to_rgba_np() 2012-04-02 15:25:00 -04:00
pixman MIPS: DSPr2: Added over_n_8_8888 and over_n_8_0565 fast paths. 2012-05-11 17:11:27 -04:00
test test/utils.c: Clip values to the [0, 255] interval 2012-04-20 10:17:13 -04:00
.gitignore .gitignore: add demos/checkerboard and demos/quad2quad 2012-05-09 22:50:50 -04:00
AUTHORS Add the files. 2007-05-04 19:13:57 -04:00
autogen.sh autogen.sh: Support GNOME Build API 2012-01-05 10:14:52 -05:00
ChangeLog Add the files. 2007-05-04 19:13:57 -04:00
CODING_STYLE CODING_STYLE: Delete the stuff about trailing spaces 2010-08-04 09:50:30 -04:00
configure.ac configure.ac: make -march=loongson2f come before CFLAGS 2012-05-10 16:15:34 -04:00
COPYING COPYING: added Nokia to the list of copyright holders 2010-12-17 15:34:16 +02:00
INSTALL Change autogen.sh to call autoreconf. Remove reference to libcomp.h 2007-05-04 19:44:13 -04:00
Makefile.am Add Makefile.win32 and Makefile.win32.common to EXTRA_DIST 2012-05-10 15:54:32 -04:00
Makefile.win32 build-win32: Add 'check' target 2011-09-14 07:03:35 -07:00
Makefile.win32.common build-win32: Share targets and variables across win32 makefiles 2011-09-14 07:03:35 -07:00
NEWS Add the files. 2007-05-04 19:13:57 -04:00
pixman-1-uninstalled.pc.in Fix pixman-1-uninstalled.pc to point to the libtool library 2008-12-20 17:18:51 +00:00
pixman-1.pc.in Update .pc file for library version name change. 2007-08-06 20:06:48 -07:00
README Minor tweaks to README 2010-07-06 19:15:29 -04:00
RELEASING Minor fix to the RELEASING file 2011-02-22 15:40:34 -05:00
TODO Add a few notes about testing to TODO 2009-09-24 07:04:29 -04:00

pixman is a library that provides low-level pixel manipulation
features such as image compositing and trapezoid rasterization.

All questions regarding this software should be directed to the pixman
mailing list:

        http://lists.freedesktop.org/mailman/listinfo/pixman

Please send patches and bug reports either to the mailing list above,
or file them at the freedesktop bug tracker:

        https://bugs.freedesktop.org/enter_bug.cgi?product=pixman

The master development code repository can be found at:

	git://anongit.freedesktop.org/git/pixman

	http://gitweb.freedesktop.org/?p=pixman;a=summary

For more information on the git code manager, see:

	http://wiki.x.org/wiki/GitPage