..
make-combine.pl
Consolidate channel macros in pixman-combine.h
2009-07-08 00:39:30 -04:00
Makefile.am
mmx: compile on ARM for iwmmxt optimizations
2011-09-27 13:13:15 -04:00
Makefile.sources
build: Reuse sources and pixman-combine build rules
2011-09-14 07:02:59 -07:00
Makefile.win32
mmx: rename USE_MMX to USE_X86_MMX
2011-09-27 13:12:50 -04:00
pixman-access-accessors.c
Move fetch, fetchPixel, and store routines into pixman-access.c.
2008-03-21 19:00:59 -07:00
pixman-access.c
Use MAKE_ACCESSORS() to generate accessors for paletted formats
2011-09-20 06:44:05 -04:00
pixman-accessor.h
Move read and write functions to the bits_image_t struct.
2009-07-17 22:40:41 -04:00
pixman-arm-common.h
Rename pixman-fast-path.h to pixman-inlines.h
2011-08-19 20:01:36 -04:00
pixman-arm-detect-win32.asm
Add support for ARM NEON fast paths
2009-04-21 17:32:36 -04:00
pixman-arm-neon-asm-bilinear.S
ARM: NEON: Instruction scheduling of bilinear over_8888_8_8888
2011-10-18 13:16:42 +09:00
pixman-arm-neon-asm.h
ARM: NEON: common macro template for bilinear scanline scalers
2011-03-12 21:30:00 +02:00
pixman-arm-neon-asm.S
ARM: NEON: Fix assembly typo error in src_n_8_8888
2011-10-18 21:50:18 +09:00
pixman-arm-neon.c
ARM: NEON: Standard fast path src_n_8_8
2011-10-18 13:16:50 +09:00
pixman-arm-simd-asm.S
ARM: workaround binutils bug #12931 (code sections alignment)
2011-07-27 17:07:19 +03:00
pixman-arm-simd.c
Rename pixman-fast-path.h to pixman-inlines.h
2011-08-19 20:01:36 -04:00
pixman-bits-image.c
init/fini functions for pixman_image_t
2011-10-10 12:18:14 +09:00
pixman-combine.c.template
A few tweaks to a comment in pixman-combine.c.template
2011-09-19 09:08:33 -04:00
pixman-combine.h.template
Make the combiner macros less likely to cause name collisions.
2010-07-07 06:50:45 -04:00
pixman-compiler.h
Add definitions of INT64_MIN and INT64_MAX
2011-11-02 18:49:58 -04:00
pixman-conical-gradient.c
Simplify the prototype for iterator initializers.
2011-03-18 16:23:10 -04:00
pixman-cpu.c
mmx: compile on ARM for iwmmxt optimizations
2011-09-27 13:13:15 -04:00
pixman-edge-accessors.c
compilation: build edge/compose with accessors separately
2007-09-06 11:51:54 -07:00
pixman-edge-imp.h
Merge branch 'trap-fixes'
2010-02-24 21:01:29 -05:00
pixman-edge.c
Fix typo: WORDS_BIG_ENDIAN => WORDS_BIGENDIAN in pixman-edge.c
2010-03-15 07:40:46 -04:00
pixman-fast-path.c
Simple repeat: Extend too short source scanlines into temporary buffer
2011-10-10 12:18:28 +09:00
pixman-general.c
Replace argumentxs to composite functions with a pointer to a struct
2011-06-20 02:03:23 -04:00
pixman-gradient-walker.c
Simplify gradient_walker_reset()
2011-10-15 10:50:20 -04:00
pixman-image.c
Use sentinels instead of special casing first and last stops
2011-10-15 10:50:20 -04:00
pixman-implementation.c
Replace instances of "dst_*" with "dest_*"
2011-06-12 16:45:57 -04:00
pixman-inlines.h
Strength-reduce BILINEAR filter to NEAREST filter for identity transforms
2011-09-21 18:55:25 -04:00
pixman-linear-gradient.c
Simplify the prototype for iterator initializers.
2011-03-18 16:23:10 -04:00
pixman-matrix.c
Fix "variable was set but never used" warnings
2011-01-26 15:05:24 +02:00
pixman-mmx.c
Change MMX ldq_u to return _m64 instead of forcing all callers to cast
2011-11-04 13:41:30 -07:00
pixman-noop.c
Fix use of uninitialized fields reported by valgrind
2011-10-25 12:00:19 -04:00
pixman-private.h
gradient walker: Correct types and fix formatting
2011-10-15 10:50:14 -04:00
pixman-radial-gradient.c
radial: Fix typos and trailing whitespace
2011-07-29 12:25:39 +02:00
pixman-region16.c
region: Fix pixman_region_translate() clipping bug
2010-08-24 12:17:50 +02:00
pixman-region32.c
region: Fix pixman_region_translate() clipping bug
2010-08-24 12:17:50 +02:00
pixman-region.c
Workaround bug in llvm-gcc
2011-08-29 07:38:37 +02:00
pixman-solid-fill.c
Simplify the prototype for iterator initializers.
2011-03-18 16:23:10 -04:00
pixman-sse2.c
Fix use of uninitialized fields reported by valgrind
2011-10-25 12:00:19 -04:00
pixman-timer.c
Reformat pixman-timer.c
2009-07-13 19:55:34 -04:00
pixman-trap.c
Offset rendering in pixman_composite_trapezoids() by (x_dst, y_dst)
2011-04-18 16:27:29 -04:00
pixman-utils.c
Move _pixman_lookup_composite_function() to pixman-utils.c
2011-10-10 12:18:23 +09:00
pixman-version.h.in
Make pixman-version.h print an error if you include it by itself
2008-03-25 23:11:19 -04:00
pixman-vmx.c
Move fallback decisions from implementations into pixman-cpu.c.
2011-01-26 17:07:35 -05:00
pixman.c
Move _pixman_lookup_composite_function() to pixman-utils.c
2011-10-10 12:18:23 +09:00
pixman.h
Replace instances of "dst_*" with "dest_*"
2011-06-12 16:45:57 -04:00
refactor
Notes on component alpha
2009-05-16 15:14:36 -04:00
solaris-hwcap.mapfile
Sun's copyrights belong to Oracle now
2010-11-21 11:42:22 -08:00