profile/ivi/pixman.git
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...
2011-10-18 Taekyun KimARM: NEON: Instruction scheduling of bilinear over_8888...
2011-10-18 Taekyun KimARM: NEON: Replace old bilinear scanline generator...
2011-10-18 Taekyun KimARM: NEON: Bilinear macro template for instruction...
2011-10-18 Taekyun KimARM: NEON: Some cleanup of bilinear scanline functions
2011-10-15 Søren Sandmann... Simplify gradient_walker_reset()
2011-10-15 Søren Sandmann... Use sentinels instead of special casing first and last...
2011-10-15 Søren Sandmann... gradient walker: Correct types and fix formatting
2011-10-11 Søren Sandmann... Add stable release / development snapshot to draft...
2011-10-11 Søren Sandmann... Post-release version bump to 0.23.7
2011-10-11 Søren Sandmann... Pre-release version bump to 0.23.6
2011-10-10 Taekyun KimSimple repeat: Extend too short source scanlines into...
2011-10-10 Taekyun KimSimple repeat fast path
2011-10-10 Taekyun KimMove _pixman_lookup_composite_function() to pixman...
2011-10-10 Søren Sandmann... Add src, mask, and dest flags to the composite args...
2011-10-10 Taekyun KimAdd new fast path flag FAST_PATH_BITS_IMAGE
2011-10-10 Taekyun Kiminit/fini functions for pixman_image_t
2011-10-10 Taekyun Kimsse2: Bilinear scaled over_8888_8_8888
2011-10-10 Taekyun Kimsse2: Bilinear scaled over_8888_8888
2011-10-10 Taekyun Kimsse2: Macros for assembling bilinear interpolation...
2011-10-06 Matt TurnerCorrect the minimum gcc version needed for iwmmxt
2011-10-06 Matt TurnerMake sure iwMMXt is only detected on ARM
2011-09-28 Søren Sandmann... Don't include stdint.h in scaling-helpers-test.
2011-09-27 Benjamin Ottebuild: replace @VAR@ with $(VAR) in makefiles
2011-09-27 Benjamin Ottetests: Add PNG_CFLAGS/LIBS to tests
2011-09-27 Matt Turnermmx: optimize unaligned 64-bit ARM/iwmmxt loads
2011-09-27 Matt Turnermmx: compile on ARM for iwmmxt optimizations
2011-09-27 Matt Turnermmx: prepare pixman-mmx.c to be compiled for ARM/iwmmxt
2011-09-27 Matt Turnermmx: fix unaligned accesses
2011-09-27 Matt Turnermmx: wrap x86/MMX inline assembly in ifdef USE_X86_MMX
2011-09-27 Matt Turnermmx: rename USE_MMX to USE_X86_MMX
2011-09-26 Matt Turnermmx: convert while (w) to if (w) when possible
2011-09-26 Matt Turnermmx: fix formats in commented code
2011-09-26 Matt Turnerlowlevel-blt: add over_x888_8_8888
2011-09-21 Siarhei SiamashkaBILINEAR->NEAREST filter optimization for simple rotati...
next