pixman/pixman
Makoto Kato d465f854b3 Add CPU detection for VC++ x64
VC++ x64 has no inline assembler and x64 mode supports SSE2.
So, it is unnecessary to call cpuid.
2009-09-02 16:04:02 -04:00
..
make-combine.pl Consolidate channel macros in pixman-combine.h 2009-07-08 00:39:30 -04:00
Makefile.am Add implementation of MMX __m64 functions for MSVC x64. 2009-07-21 03:43:42 -04:00
Makefile.win32 Update Makefile.win32 to make it work again. 2009-07-20 19:30:59 -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 Change all the fetch_pixels() functions to only fetch one pixel. 2009-08-08 16:52:38 -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-detect-win32.asm Add support for ARM NEON fast paths 2009-04-21 17:32:36 -04:00
pixman-arm-neon.c ARM: a fix to pass blitters-test for 'neon_composite_over_n_8_0565' 2009-08-13 18:17:13 +03:00
pixman-arm-simd.c Replace // comments with /* */ comments in various places 2009-07-19 22:50:04 -04:00
pixman-bits-image.c Fix x/y mixup in bits_image_fetch_pixel_convolution() 2009-08-10 20:47:36 -04:00
pixman-combine.c.template Fix bug in combine_mask_alpha_ca() 2009-08-08 18:50:17 -04:00
pixman-combine.h.template Rewrite the two-component arithmetic macros. 2009-08-08 18:50:17 -04:00
pixman-compiler.h Reindent and reformat pixman-private.h 2009-07-13 19:56:25 -04:00
pixman-conical-gradient.c Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman-cpu.c Add CPU detection for VC++ x64 2009-09-02 16:04:02 -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 Convert CamelCase names to underscore_names. 2009-07-08 00:39:32 -04:00
pixman-edge.c Move read and write functions to the bits_image_t struct. 2009-07-17 22:40:41 -04:00
pixman-fast-path.c Fix another case of changing the solid source. 2009-08-08 18:50:17 -04:00
pixman-general.c Rename source_pict_class_t to source_image_class_t 2009-07-24 05:55:48 -04:00
pixman-gradient-walker.c Update Makefile.win32 to make it work again. 2009-07-20 19:30:59 -04:00
pixman-image.c Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman-implementation.c Update Makefile.win32 to make it work again. 2009-07-20 19:30:59 -04:00
pixman-linear-gradient.c Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman-matrix.c Reindent and reformat pixman-matrix.c 2009-07-13 19:55:34 -04:00
pixman-mmx.c Rename mmx_composite_add_8888_8_8() to mmx_composite_add_n_8_8(). 2009-08-08 18:50:18 -04:00
pixman-private.h Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman-radial-gradient.c Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman-region16.c Reformat and reindent pixman-utils.c 2009-07-13 19:55:34 -04:00
pixman-region32.c Move region helpers into pixman-utils.c 2009-06-21 22:36:15 -04:00
pixman-region.c Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman-solid-fill.c Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman-sse2.c Change the SSE2 versions of pix_add_multiply() to produce bit-exact results. 2009-08-08 18:50:18 -04:00
pixman-timer.c Reformat pixman-timer.c 2009-07-13 19:55:34 -04:00
pixman-trap.c Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman-utils.c _pixman_run_fast_path: typo 2009-08-28 06:43:39 -04: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 Delete commented out code in pixman-vmx.c 2009-08-08 18:50:19 -04:00
pixman-x64-mmx-emulation.h Remove spurious spaces in pixman-x64-mmx-emulation.h 2009-08-28 04:14:11 -04:00
pixman.c Add a dirty bit to the image struct, and validate before using the image. 2009-08-08 16:52:38 -04:00
pixman.h Reformat pixman.h 2009-07-13 19:56:25 -04:00
refactor Notes on component alpha 2009-05-16 15:14:36 -04:00
solaris-hwcap.mapfile Fix MMX & SSE intrinsics to work with Sun compilers & Solaris 2009-04-04 09:45:25 -07:00