.. |
loongson-mmintrin.h
|
loongson: optimize _mm_set_pi* functions with shuffle instructions
|
2012-07-01 16:34:45 -04:00 |
make-srgb.pl
|
Added HAVE_CONFIG_H check before including config.h
|
2012-08-01 15:21:51 -04:00 |
Makefile.am
|
ARMv6: Lay the groundwork for later patches in the series
|
2013-01-29 21:47:42 +02:00 |
Makefile.sources
|
Add new pixman_filter_create_separable_convolution() API
|
2012-12-08 10:50:51 -05:00 |
Makefile.win32
|
build: Improve win32 build system
|
2012-09-15 07:49:53 +02: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
|
Remove 64 bit pipeline
|
2012-10-01 12:56:09 -04:00 |
pixman-accessor.h
|
pixman-accessors.h: Delete unused macros
|
2012-03-01 23:49:51 -05:00 |
pixman-arm-common.h
|
Add scaled nearest repeat fast paths
|
2012-09-26 00:03:10 -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
|
Bilinear interpolation precision is now configurable at compile time
|
2012-07-01 21:45:43 +03:00 |
pixman-arm-neon-asm.h
|
Trivial spelling fixes in comments
|
2013-04-27 04:08:45 -04:00 |
pixman-arm-neon-asm.S
|
Bilinear interpolation precision is now configurable at compile time
|
2012-07-01 21:45:43 +03:00 |
pixman-arm-neon.c
|
Move fill delegation into pixman-implementation.c
|
2012-09-19 12:22:58 -04:00 |
pixman-arm-simd-asm-scaled.S
|
ARMv6: Replacement add_8_8, over_8888_8888, over_8888_n_8888 and over_n_8_8888 routines
|
2013-01-29 21:48:03 +02:00 |
pixman-arm-simd-asm.h
|
ARMv6: Lay the groundwork for later patches in the series
|
2013-01-29 21:47:42 +02:00 |
pixman-arm-simd-asm.S
|
ARMv6: Replacement add_8_8, over_8888_8888, over_8888_n_8888 and over_n_8_8888 routines
|
2013-01-29 21:48:03 +02:00 |
pixman-arm-simd.c
|
ARMv6: Replacement add_8_8, over_8888_8888, over_8888_n_8888 and over_n_8_8888 routines
|
2013-01-29 21:48:03 +02:00 |
pixman-arm.c
|
Simplifications to ARM CPU detection
|
2012-07-07 01:09:23 -04:00 |
pixman-bits-image.c
|
Change CONVERT_XXXX_TO_YYYY macros into inline functions
|
2012-12-18 20:45:47 +02:00 |
pixman-combine32.c
|
Improve performance of combine_over_u
|
2012-12-10 20:02:08 +02:00 |
pixman-combine32.h
|
ARM: make use of UQADD8 instruction even in generic C code paths
|
2012-12-18 20:49:58 +02:00 |
pixman-combine-float.c
|
Move the IS_ZERO() to pixman-private.h and rename to FLOAT_IS_ZERO()
|
2013-03-11 22:41:55 -04:00 |
pixman-compiler.h
|
pixman-compiler.h: Add unlikely() macro
|
2013-02-13 02:18:01 -05:00 |
pixman-conical-gradient.c
|
Switch the wide pipeline over to using floating point
|
2012-10-01 12:56:09 -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
|
pixman_composite_trapezoids: Return early if mask_format is not of TYPE_ALPHA
|
2012-12-13 16:10:41 -05:00 |
pixman-fast-path.c
|
Faster fetch for the C variant of r5g6b5 src/dest iterator
|
2013-01-27 20:48:31 +02:00 |
pixman-filter.c
|
pixman-filter.c: Cope with NULL returns from malloc()
|
2013-01-06 17:38:23 -05:00 |
pixman-general.c
|
Always return a valid function from lookup_combiner()
|
2013-01-27 14:04:16 +00:00 |
pixman-glyph.c
|
Always return a valid function from lookup_composite()
|
2013-01-27 14:04:15 +00:00 |
pixman-gradient-walker.c
|
Improve precision of calculations in pixman-gradient-walker.c
|
2013-03-16 01:14:22 -04:00 |
pixman-image.c
|
Use more appropriate types and remove a magic constant
|
2013-01-04 01:27:06 +02:00 |
pixman-implementation.c
|
lookup_composite: Don't update cache in case of error
|
2013-02-13 02:18:01 -05:00 |
pixman-inlines.h
|
Add a version of bilinear_interpolation for precision <=4
|
2013-01-25 13:14:37 -05:00 |
pixman-linear-gradient.c
|
Switch the wide pipeline over to using floating point
|
2012-10-01 12:56:09 -04:00 |
pixman-matrix.c
|
Use pixman_transform_point_31_16() from pixman_transform_point()
|
2013-01-27 20:50:38 +02:00 |
pixman-mips-dspr2-asm.h
|
MIPS: DSPr2: Added src_0565_8888 nearest neighbor fast path.
|
2013-04-30 15:38:43 -04:00 |
pixman-mips-dspr2-asm.S
|
MIPS: DSPr2: Added rpixbuf fast path.
|
2013-04-30 15:38:43 -04:00 |
pixman-mips-dspr2.c
|
MIPS: DSPr2: Added rpixbuf fast path.
|
2013-04-30 15:38:43 -04:00 |
pixman-mips-dspr2.h
|
MIPS: DSPr2: Added over_8888_8888 nearest neighbor fast path.
|
2013-04-30 15:38:43 -04:00 |
pixman-mips-memcpy-asm.S
|
MIPS: DSPr2: Added fast-paths for SRC operation.
|
2012-02-25 15:06:43 -05:00 |
pixman-mips.c
|
MIPS: skip runtime detection for DSPr2 if -mdspr2 option is in CFLAGS
|
2012-10-16 18:27:45 +03:00 |
pixman-mmx.c
|
Remove unused macro
|
2013-03-08 06:00:00 -05:00 |
pixman-noop.c
|
Handle solid images in the noop iterator
|
2013-01-06 17:30:12 -05:00 |
pixman-ppc.c
|
Fix undeclared variable use and sysctlbyname error handling on ppc
|
2012-11-09 16:13:31 -05:00 |
pixman-private.h
|
Improve precision of calculations in pixman-gradient-walker.c
|
2013-03-16 01:14:22 -04:00 |
pixman-radial-gradient.c
|
radial: When comparing t to mindr, use >= rather than >
|
2012-12-11 09:05:38 -05: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
|
Trivial spelling fixes in comments
|
2013-04-27 04:08:45 -04:00 |
pixman-solid-fill.c
|
Handle solid images in the noop iterator
|
2013-01-06 17:30:12 -05:00 |
pixman-sse2.c
|
sse2: faster bilinear interpolation (get rid of XOR instruction)
|
2013-04-28 23:22:41 +03:00 |
pixman-timer.c
|
Reformat pixman-timer.c
|
2009-07-13 19:55:34 -04:00 |
pixman-trap.c
|
pixman_composite_trapezoids(): Check for NULL return from create_bits()
|
2012-12-13 16:13:11 -05:00 |
pixman-utils.c
|
Turn on error logging at all times
|
2013-02-13 02:18:01 -05: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-x86.c
|
Move x86 specific CPU detection to a new file pixman-x86.c
|
2012-07-06 23:53:19 -04:00 |
pixman.c
|
Eliminate duplicate copies of channel flags for pixman_image_composite32()
|
2013-01-27 14:04:16 +00:00 |
pixman.h
|
Add new pixman_filter_create_separable_convolution() API
|
2012-12-08 10:50:51 -05:00 |
rounding.txt
|
rounding.txt: Describe how SEPARABLE_CONVOLUTION filter works
|
2012-12-08 10:50:51 -05:00 |
solaris-hwcap.mapfile
|
Sun's copyrights belong to Oracle now
|
2010-11-21 11:42:22 -08:00 |