profile/ivi/pixman.git
2012-04-27 Matt Turnermmx: make ldq_u take __m64* directly
2012-04-27 Matt Turnermmx: add load function and use it in add_8888_8888
2012-04-27 Matt Turnermmx: add store function and use it in add_8888_8888
2012-04-20 Søren Sandmann... bits_image_fetch_pixel_convolution(): Make sure channel...
2012-04-20 Søren Sandmann... test/utils.c: Clip values to the [0, 255] interval
2012-04-18 Matt Turnerconfigure.ac: fix iwMMXt/gcc version error message
2012-04-15 Matt Turnermmx: fix _mm_shuffle_pi16 function when compiling witho...
2012-04-15 Matt Turnerconfigure.ac: require >= gcc-4.5 for ARM iwMMXt
2012-04-05 Matt Turnermmx: Use force_inline instead of __inline__ (bug 46906)
2012-04-05 Matt Turnermmx: enable over_n_0565 for b5g6r5
2012-04-02 Søren Sandmann... gtk-utils.c: In pixbuf_from_argb32() use a8r8g8b8_to_rg...
2012-04-02 Søren Sandmann... test/utils.c: Rename and export the pngify_pixels(...
2012-04-02 Søren Sandmann... gtk-utils.c: Don't include pixman-private.h
2012-03-28 Søren Sandmann... Rename fast_composite_add_1000_1000 to _add_1_1()
2012-03-28 Søren Sandmann... Add the original parrot image.
2012-03-28 Søren Sandmann... composite-test.c: Add a parrot image
2012-03-24 Søren Sandmann... composite-test.c: Use similar gradient to the one in...
2012-03-24 Søren Sandmann... demos: Add checkerboard demo
2012-03-24 Søren Sandmann... demos: Add quad2quad program
2012-03-24 Søren Sandmann... Use "=a" and "=d" constraints for rdtsc inline assembly
2012-03-16 Jeremy Huddlestonconfigure.ac: Fix a copy-paste-o in TLS detection
2012-03-15 Matt TurnerUse AC_LANG_SOURCE for DSPr2 configure program
2012-03-15 Chun-wei FanJust include xmmintrin.h on MSVC as well
2012-03-15 Jeremy HuddlestonFix a false-negative in MMX check
2012-03-13 Nemanja LukicMIPS: DSPr2: Added over_n_8888_8888_ca and over_n_8888_...
2012-03-13 Jeremy HuddlestonExpand TLS support beyond __thread to __declspec(thread)
2012-03-13 Jeremy HuddlestonDisable MMX when incompatible clang is being used.
2012-03-13 Jeremy HuddlestonSilence a warning about unused pixman_have_mmx
2012-03-13 Jeremy HuddlestonRevert "Disable MMX when Clang is being used."
2012-03-08 Søren Sandmann... Post-release version bump to 0.25.3
2012-03-08 Søren Sandmann... Pre-release version bump to 0.25.2
2012-03-08 Søren Sandmann... mmx: Squash a warning by making the argument to ldl_u...
2012-03-06 Alan CoopersmithJust use xmmintrin.h when building with Solaris Studio...
2012-03-04 Nemanja LukicMIPS: DSPr2: Added mips_dspr2_blt and mips_dspr2_fill...
2012-03-02 Søren Sandmann... pixman-access.c: Remove some unused macros
2012-03-02 Søren Sandmann... pixman-accessors.h: Delete unused macros
2012-03-02 Søren Sandmann... Move fetching for solid bits images to pixman-noop.c
2012-03-01 Matt Turnerlowlevel-blt-bench: add in_8_8 and in_n_8_8
2012-02-28 Søren Sandmann... Disable implementations mentioned in the PIXMAN_DISABLE...
2012-02-25 Nemanja LukicMIPS: DSPr2: Added fast-paths for SRC operation.
2012-02-25 Nemanja LukicMIPS: DSPr2: Basic infrastructure for MIPS architecture
2012-02-25 Matt Turnerlowlevel-blt: add over_x888_n_8888
2012-02-25 Matt Turnerlowlevel-blt: add over_8888_8888
2012-02-24 Søren Sandmann... Disable MMX when Clang is being used.
2012-02-24 Matt Turnermmx: make load8888 take a pointer to data instead of...
2012-02-24 Matt Turnermmx: make store8888 take uint32_t *dest as argument
2012-02-22 Matt TurnerUpdate .gitignore with more demos and tests
2012-02-22 Søren Sandmann... mmx: Delete unused function in_over_full_src_alpha()
2012-02-22 Søren Sandmann... mmx: Enable over_x888_8_8888() for x86 as well
2012-02-21 Matt Turnermmx: fix typo in pix_add_mul on MSVC
2012-02-21 Matt Turnermmx: Use _mm_shuffle_pi16
2012-02-21 Matt Turnermmx: Use _mm_mulhi_pu16
2012-02-21 Matt Turnermmx: enable over_x888_8_8888 on ARM/iwMMXt
2012-02-20 Matt Turnerautoconf: use #error instead of error
2012-02-18 Matt TurnerConvert while (w) to if (w) when possible
2012-02-17 Matt TurnerMake sure to run AC_SUBST IWMMXT_CFLAGS
2012-02-16 Jeremy Huddlestonconfigure.ac: Add an --enable-libpng option
2012-02-12 Matt TurnerUse AC_LANG_SOURCE for iwMMXt configure program
2012-01-31 Søren Sandmann... Revert "Reject trapezoids where top (botttom) is above...
2012-01-31 Bobby SalazariOS Runtime Detection Support For ARM NEON
2012-01-10 Søren Sandmann... test: Port composite test over to use new pixel_checker...
2012-01-10 Søren Sandmann... test: Add a new "pixel_checker_t" object.
2012-01-10 Søren Sandmann... Rename color_correct() to round_color()
2012-01-10 Søren Sandmann... Move the color_correct() function from composite.c...
2012-01-10 Søren Sandmann... Get rid of delegates for combiners
2012-01-10 Søren Sandmann... test/alphamap.c: Make dst and orig_dst more independent...
2012-01-10 Søren Sandmann... Fix bugs with alpha maps
2012-01-10 Søren Sandmann... test: In the alphamap test, also test that we get the...
2012-01-09 Alan CoopersmithMake mmx code compatible with Solaris Studio 12.3 compilers
2012-01-09 Søren Sandmann... Fix rounding for DIV_UNc()
2012-01-09 Søren Sandmann... Reject trapezoids where top (botttom) is above (below...
2012-01-09 Søren Sandmann... In MUL_UNc() cast to comp2_t
2012-01-09 Søren Sandmann... Fix a bunch of signed overflow issues
2012-01-09 Søren Sandmann... Add missing cast in _pixman_edge_multi_init()
2012-01-09 Søren Sandmann... Fix some signed overflow bugs
2012-01-09 Søren Sandmann... pixman-image.c: Fix typo in pixman_image_set_transform()
2012-01-05 Colin Waltersautogen.sh: Support GNOME Build API
2012-01-03 Søren Sandmann... gradient-walker: For NONE repeats, when x < 0 or x...
2012-01-03 Søren Sandmann... Modify gradient-test to show a bug in NONE processing
2011-12-13 Søren Sandmann... region: Add pixman_region{,32}_clear() functions.
2011-12-13 Bobby SalazarAndroid Runtime Detection Support For ARM NEON
2011-11-24 Naohiro AotaDon't use non-POSIX test
2011-11-09 Andrea Cancianitest: Produce autotools-looking report in the win32...
2011-11-09 Andrea Cancianidemos: Consistently use G_N_ELEMENTS()
2011-11-09 Andrea Cancianitest: Reuse the ARRAY_LENGTH() macro
2011-11-09 Andrea CancianiUse the ARRAY_LENGTH() macro when possible
2011-11-09 Andrea Cancianitest: Cleanup includes
2011-11-09 Andrea CancianiRemove useless checks for NULL before freeing
2011-11-06 Søren Sandmann... Post-release version bump to 0.25.1
2011-11-06 Søren Sandmann... Pre-release version bump to 0.24.0
2011-11-04 Alan CoopersmithChange MMX ldq_u to return _m64 instead of forcing...
2011-11-02 Jeff MuizelaarAdd definitions of INT64_MIN and INT64_MAX
2011-10-29 Søren Sandmann... Post-release version bump to 0.23.9
2011-10-29 Søren Sandmann... Pre-release version bump to 0.23.8
2011-10-25 Søren Sandmann... Fix use of uninitialized fields reported by valgrind
2011-10-20 Søren Sandmann... Merge branch 'gradients'
2011-10-18 Taekyun KimARM: NEON: Fix assembly typo error in src_n_8_8888
2011-10-18 Taekyun KimARM: NEON: Standard fast path src_n_8_8
2011-10-18 Taekyun KimARM: NEON: Standard fast path src_n_8_8888
2011-10-18 Taekyun KimARM: NEON: Instruction scheduling of bilinear over_8888...
next