profile/ivi/pixman.git
2010-03-14 Søren Sandmann... Make the operator strength reduction constant time.
2010-03-06 Søren Sandmann... Add a fast path cache
2010-03-06 Søren Sandmann... Post-release version bump to 0.17.11
2010-03-06 Søren Sandmann... Pre-release version bump to 0.17.10
2010-03-04 Søren Sandmann... Move __force_align_arg_pointer workaround before compos...
2010-03-04 Søren Sandmann... Merge branch 'more-flags'
2010-03-03 Søren Sandmann... test: Remove obsolete comment
2010-03-03 Siarhei SiamashkaARM: added 'neon_composite_over_reverse_n_8888' fast...
2010-03-03 Siarhei SiamashkaARM: added 'neon_composite_src_x888_8888' fast path
2010-03-03 Siarhei SiamashkaARM: added 'neon_composite_over_n_8888_8888_ca' fast...
2010-02-25 Søren Sandmann... Restructure the flags computation in compute_image_info().
2010-02-25 Søren Sandmann... Move workaround code to pixman-image.c
2010-02-25 Søren Sandmann... Turn need_workaround into another flag.
2010-02-25 Søren Sandmann... Eliminate _pixman_image_is_opaque() in favor of a new...
2010-02-25 Søren Sandmann... Eliminate _pixman_image_is_solid()
2010-02-25 Søren Sandmann... Move computation of extended format code to validate.
2010-02-25 Søren Sandmann... Add new FAST_PATH_SIMPLE_REPEAT flag
2010-02-25 Søren Sandmann... Compute the image flags at validation time instead...
2010-02-25 Søren Sandmann... RELEASING: Update the release instructions.
2010-02-25 Søren Sandmann... Post-release version bump
2010-02-25 Søren Sandmann... Pre-release version bump
2010-02-25 Søren Sandmann... Merge branch 'trap-fixes'
2010-02-25 Søren Sandmann... Add a1-trap-test
2010-02-21 Søren Sandmann... Hide the C++ extern "C" declarations behind macros.
2010-02-20 Søren Sandmann... Merge branch 'eliminate-composite'
2010-02-20 Søren Sandmann... Move all code to do debugging spew into pixman-private.
2010-02-19 Alexander LarssonTest pixman_region32_init_from_image in region-test
2010-02-19 Alexander LarssonAdd pixman_region{32}_init_from_image
2010-02-19 Alexander LarssonMove SCREEN_SHIFT_LEFT/RIGHT to pixman-private.h
2010-02-18 Makoto KatoCompile by USE_SSE2 only without USE_MMX
2010-02-15 Søren Sandmann... Move NULL check out of get_image_info()
2010-02-15 Søren Sandmann... Add a fast path for non-repeating sources in walk_regio...
2010-02-15 Søren Sandmann... Move more things out of the inner loop in do_composite().
2010-02-15 Søren Sandmann... Move region computation out of the loop in do_composite()
2010-02-15 Søren Sandmann... Move get_image_info() out of the loop in do_composite
2010-02-15 Søren Sandmann... Manually inline _pixman_run_fast_path()
2010-02-15 Søren Sandmann... Move compositing functionality from pixman-utils.c...
2010-02-14 Søren Sandmann... Move compositing to its own function, do_composite()
2010-02-14 Søren Sandmann... Optimize for the common case wrt. the workaround.
2010-02-14 Søren Sandmann... Eliminate all the composite methods.
2010-02-14 Søren Sandmann... Delete unused _pixman_walk_composite_region() function
2010-02-14 Søren Sandmann... Don't call _pixman_implementation_composite() anymore.
2010-02-14 Søren Sandmann... Delete unused sources_cover() function
2010-02-14 Søren Sandmann... Store a pointer to the array of fast paths in the imple...
2010-02-14 Søren Sandmann... Make fast_composite_scaled_nearest() another fast path.
2010-02-14 Søren Sandmann... Make general_composite_rect() just another fast path.
2010-02-13 Søren Sandmann... Post-release version bump
2010-02-13 Søren Sandmann... Pre-release version bump
2010-02-13 Søren Sandmann... Once unrolled version of fast_path_composite_nearest_sc...
2010-02-13 Søren Sandmann... Generalize and optimize fast_composite_src_scaled_nearest()
2010-02-13 Søren Sandmann... Merge branch 'bitmasks'
2010-02-13 Søren Sandmann... Makefile.am: Remove 'check' from release-check
2010-02-13 Søren Sandmann... Turn off asserts in development snapshots (bug 26314).
2010-02-13 Siarhei SiamashkaARM: Remove any use of environment variables for cpu...
2010-02-09 Alexander LarssonAdd pixman_image_get_destroy_data()
2010-02-09 Alexander LarssonAdd extern "C" guards for c++
2010-01-28 Søren Sandmann... Move checks for src/mask repeat right before walking...
2010-01-28 Søren Sandmann... Compute src, mask, dest flags and base fast path decisi...
2010-01-28 Søren Sandmann... Add src_, mask_, and dest_flags fields to fast path...
2010-01-28 Søren Sandmann... Move calls to source_is_fastpathable() into get_source_...
2010-01-28 Søren Sandmann... Fold get_fast_path() into _pixman_run_fast_path()
2010-01-28 Søren Sandmann... Consolidate the source and mask sanity checks in a...
2010-01-28 Søren Sandmann... Move pixbuf checks after src_format and mask_format...
2010-01-28 Søren Sandmann... Move the sanity checks for src, mask and destination...
2010-01-27 Søren Sandmann... Turn some uint16_t variables to int32_t in the fast...
2010-01-26 Søren Sandmann... Implement get_scanline_64() correctly for solid fill...
2010-01-26 Benjamin OtteMake pixman_image_fill_rectangles() call pixman_image_f...
2010-01-26 Benjamin OtteAdd pixman_image_fill_boxes() API
2010-01-26 Benjamin OtteAdd pixman_image_composite32()
2010-01-26 Benjamin OtteMake region argument to pixman_region(32)_init_rects...
2010-01-26 Benjamin OtteFix typo
2010-01-19 Søren Sandmann... Fix some warnings
2010-01-18 Søren Sandmann... Post-release version bump
2010-01-17 Søren Sandmann... Pre-release version bump
2010-01-17 Søren Sandmann... bits: Print an error if someone tries to create an...
2010-01-17 Søren Sandmann... When fetching from an alpha map, replace the alpha...
2010-01-17 Søren Sandmann... pixman_image_validate() needs to also validate the...
2010-01-17 Søren Sandmann... When fetching from an alpha map, use the alpha map...
2010-01-17 Søren Sandmann... test: Add new alphamap test program.
2010-01-16 Søren Sandmann... fetch-test: Fix spelling error (pallete -> palette)
2010-01-14 Alan CoopersmithUpdate Sun license notices to current X.Org standard...
2010-01-10 Søren Sandmann... fetch-test: Various formatting fixes
2010-01-05 Pierre-Loup... Interpret the angle of a conical gradient in degrees.
2009-12-17 Søren Sandmann... region: Enable or disable fatal errors and selfchecks...
2009-12-17 Søren Sandmann... Some minor formatting fixes.
2009-12-16 Søren Sandmann... arm-simd: Whitespace fixes
2009-12-16 Søren Sandmann... mmx: Eliminate trailing whitespace.
2009-12-16 Søren Sandmann... Add 'check' to release-check make target
2009-12-16 Søren Sandmann... Reorder tests so that they fastest ones run first.
2009-12-16 Marvin SchmidtBuild tests and run non-GTK+ ones on `make check`
2009-12-16 Siarhei SiamashkaARM: added 'neon_combine_add_u' function
2009-12-16 Siarhei SiamashkaARM: added 'neon_combine_over_u' function
2009-12-16 Siarhei SiamashkaARM: macro template for single scanline compositing...
2009-12-16 Siarhei SiamashkaUse canonical pixman license notice for recently added...
2009-12-09 Siarhei SiamashkaARM: added 'neon_composite_src_pixbuf_8888' fast path
2009-12-09 Siarhei SiamashkaARM: added 'neon_composite_src_0888_0565_rev' fast...
2009-12-09 Siarhei SiamashkaARM: added 'neon_src_0888_8888_rev' fast path
2009-12-09 Siarhei SiamashkaARM: added 'neon_composite_over_n_8888' fast path
2009-12-09 Siarhei SiamashkaARM: added 'neon_composite_over_n_0565' fast path
2009-12-09 Siarhei SiamashkaARM: added 'neon_composite_src_0565_8888' fast path
next