pixman/pixman
Matt Turner 54a13221ee Distribute the blue-noise files
Signed-off-by: Matt Turner <mattst88@gmail.com>
2020-04-19 14:46:56 -07:00
..
dither Ordered dithering with blue noise, v2 2019-05-25 07:30:19 -07:00
loongson-mmintrin.h loongson: Avoid C90 mixing-code-and-decls warning 2020-04-07 15:18:09 -07:00
make-srgb.pl Added HAVE_CONFIG_H check before including config.h 2012-08-01 15:21:51 -04:00
Makefile.am Distribute the blue-noise files 2020-04-19 14:46:56 -07:00
Makefile.sources Distribute the blue-noise files 2020-04-19 14:46:56 -07:00
Makefile.win32 Add support for SSSE3 to the MSVC build system 2013-10-09 14:23:12 +02:00
meson.build pixman/meson.build: Define PIXMAN_API on MSVC-style compilers 2019-11-19 05:49:35 +08: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 pixman-access: Fix various undefined left shifts 2019-10-15 16:31:43 -04:00
pixman-accessor.h pixman-accessors.h: Delete unused macros 2012-03-01 23:49:51 -05:00
pixman-arm-asm.h ARM: share pixman_asm_function definition 2014-04-02 12:48:26 +03:00
pixman-arm-common.h arm: Simplify PIXMAN_ARM_SIMPLE_NEAREST_A8_MASK_FAST_PATH 2015-06-01 13:56:45 +03: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: share pixman_asm_function definition 2014-04-02 12:48:26 +03:00
pixman-arm-neon-asm.h ARM: use pixman_asm_function in internal headers 2014-04-21 20:38:09 -04:00
pixman-arm-neon-asm.S ARM: share pixman_asm_function definition 2014-04-02 12:48:26 +03:00
pixman-arm-neon.c arm: Retire PIXMAN_ARM_SIMPLE_NEAREST_FAST_PATH 2015-06-01 13:56:29 +03:00
pixman-arm-simd-asm-scaled.S ARM: share pixman_asm_function definition 2014-04-02 12:48:26 +03:00
pixman-arm-simd-asm.h armv6: Fix typo in preload macro 2015-04-01 18:38:36 -07:00
pixman-arm-simd-asm.S armv6: Add over_n_8888 fast path (disabled) 2015-09-17 14:40:39 +03:00
pixman-arm-simd.c armv6: enable over_n_8888 2015-09-17 14:40:39 +03:00
pixman-arm.c Enabled armv6 SIMD for 3DS (devkitARM) and arm neon SIMD for PS Vita (vitasdk) and Switch (devkitA64) 2020-04-14 00:08:57 +00:00
pixman-bits-image.c pixman-bits-image: Fix left shift of a negative number 2019-11-01 14:36:52 -04:00
pixman-combine32.c pixman-combine: Fix various undefined left shifts 2019-10-15 16:31:45 -04:00
pixman-combine32.h pixman-combine: Fix wrong value of RB_MASK_PLUS_ONE. 2020-02-20 09:55:17 -08:00
pixman-combine-float.c Copy the comments from pixman-combine32.c to pixman-combine-float.c 2014-01-04 16:13:27 -05:00
pixman-compiler.h pixman-compiler.h: fix building tests with MinGW 2020-03-15 00:19:56 +01:00
pixman-conical-gradient.c Implement floating point gradient computation, v2. 2019-02-11 12:48:21 +01: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 fast-path: Fix some sketchy pointer arithmetic 2020-04-02 14:58:52 +00:00
pixman-filter.c pixman-filter: Made Gaussian a bit wider 2016-09-03 14:53:07 -04:00
pixman-general.c Initialize temporary buffers in general_composite_rect() 2020-03-18 18:52:16 -06:00
pixman-glyph.c pixman-glyph.c: Add __force_align_arg_pointer to composite functions 2013-10-17 11:14:14 -04:00
pixman-gradient-walker.c pixman-gradient-walker: Fix undefined left shift 2019-10-15 16:31:45 -04:00
pixman-image.c pixman-image: Fix undefined left shift 2019-10-15 16:31:45 -04:00
pixman-implementation.c implementation: add PIXMAN_DISABLE=wholeops 2015-09-09 11:42:55 +03:00
pixman-inlines.h Fix bilinear filter computation in wide pipeline 2019-04-11 10:59:00 +02:00
pixman-linear-gradient.c Implement floating point gradient computation, v2. 2019-02-11 12:48:21 +01:00
pixman-matrix.c pixman-matrix: Fix left shift of a negative number 2019-11-01 14:36:54 -04:00
pixman-mips-dspr2-asm.h MIPS: update author's e-mail address 2015-07-11 23:08:02 +03:00
pixman-mips-dspr2-asm.S MIPS: update author's e-mail address 2015-07-11 23:08:02 +03:00
pixman-mips-dspr2.c MIPS: update author's e-mail address 2015-07-11 23:08:02 +03:00
pixman-mips-dspr2.h MIPS: update author's e-mail address 2015-07-11 23:08:02 +03: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 pixman-mmx: Fix undefined unaligned loads 2019-11-13 20:00:20 +00:00
pixman-noop.c Delete the old src/dest_iter_init() functions 2013-05-22 09:43:21 -04: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 pixman-[compiler|private].h: Export symbols for tests 2019-11-19 05:49:35 +08:00
pixman-radial-gradient.c void function should not return a value 2019-03-27 15:14:05 -07: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 Promote unsigned short to unsigned int explicitly 2018-01-09 10:26:29 +01:00
pixman-sse2.c pixman-sse2: Fix undefined unaligned loads 2019-11-13 20:00:20 +00:00
pixman-ssse3.c fast, ssse3: Simplify logic to fetch lines in the bilinear iterators 2013-09-26 10:20:43 -04: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 pixman: Fix undefined left shift in pixel_contract_from_float 2019-10-15 16:31:40 -04:00
pixman-version.h.in pixman/pixman-version.h.in: Add a PIXMAN_API macro 2019-11-19 05:49:35 +08:00
pixman-vmx.c vmx: Fix vector loads on ppc64le 2018-05-14 16:31:49 -04:00
pixman-x86.c add Hygon Dhyana support to enable X86_MMX_EXTENSIONS feature 2019-05-02 16:07:19 -07:00
pixman.c pixman: Add support for argb/xrgb float formats, v5. 2018-11-06 14:24:05 +01:00
pixman.h pixman/pixman.h: Mark public APIs with PIXMAN_API 2019-11-19 05:49:35 +08:00
rounding.txt pixman-image: Added enable-gnuplot config to view filters in gnuplot 2016-09-02 00:40:11 -04:00
solaris-hwcap.mapfile Sun's copyrights belong to Oracle now 2010-11-21 11:42:22 -08:00