Add packaging files for Tizen
[profile/ivi/pixman.git] / pixman / pixman.c
2011-10-10 Taekyun KimMove _pixman_lookup_composite_function() to pixman...
2011-10-10 Søren Sandmann Ped... Add src, mask, and dest flags to the composite args...
2011-09-21 Søren Sandmann Ped... Strength-reduce BILINEAR filter to NEAREST filter for...
2011-09-21 Søren Sandmann Ped... Eliminate compute_sample_extents() function
2011-09-21 Søren Sandmann Ped... Split computation of sample area into own function
2011-09-21 Søren Sandmann Ped... Remove x and y coordinates from analyze_extents() and...
2011-06-20 Søren Sandmann Ped... Replace argumentxs to composite functions with a pointe...
2011-06-12 Søren Sandmann Ped... Replace instances of "dst_*" with "dest_*"
2011-05-19 Søren Sandmann Ped... Add a noop composite function for the DST operator
2011-03-22 Alexandros FrantzisAdd simple support for the r8g8b8a8 and r8g8b8x8 formats.
2010-11-22 Siarhei SiamashkaC fast path for a1 fill operation
2010-11-05 Siarhei SiamashkaDo CPU features detection from 'constructor' function...
2010-11-05 Søren Sandmann Ped... Remove workaround for a bug in the 1.6 X server.
2010-10-04 Søren Sandmann Ped... Delete simple repeat code
2010-10-04 Søren Sandmann Ped... Fix bug in FAST_PATH_STD_FAST_PATH
2010-09-21 Søren Sandmann Ped... compute_composite_region32: Zero extents before returni...
2010-09-21 Søren Sandmann Ped... analyze_extents: Fast path for non-transformed BITS...
2010-09-21 Søren Sandmann Ped... Move some of the FAST_PATH_COVERS_CLIP computation...
2010-09-21 Søren Sandmann Ped... Clip composite region against the destination alpha...
2010-09-21 Søren Sandmann Ped... Do opacity computation with shifts instead of comparing...
2010-09-08 Søren Sandmann Ped... Silence some warnings about uninitialized variables
2010-09-08 Søren Sandmann Ped... When pixman_compute_composite_region32() returns FALSE...
2010-08-24 Søren Sandmann Ped... Merge pixman_image_composite32() and do_composite().
2010-08-21 Søren Sandmann Ped... Only try to compute the FAST_SAMPLES_COVER_CLIP for...
2010-08-16 Søren Sandmann Ped... Introduce new FAST_PATH_SAMPLES_OPAQUE flag
2010-08-08 Søren Sandmann Ped... Replace compute_src_extent_flags() with analyze_extents()
2010-08-04 Søren Sandmann Ped... If we bail out of do_composite, make sure to undo any...
2010-08-04 Marek VasutAdd support for 32bpp X14R6G6B6 format.
2010-07-11 Søren Sandmann Ped... Split the fast path caching into its own force_inline...
2010-07-11 Søren Sandmann Ped... Cache the implementation along with the fast paths.
2010-07-11 Søren Sandmann Ped... Hide the global implementation variable behind a force_...
2010-03-17 Alexander LarssonAdd FAST_PATH_SAMPLES_COVER_CLIP and FAST_PATH_16BIT_SAFE
2010-03-16 Søren Sandmann Ped... Add PIXMAN_DEFINE_THREAD_LOCAL() and PIXMAN_GET_THREAD_...
2010-03-14 Søren Sandmann Ped... Merge branch 'operator-table'
2010-03-14 Søren Sandmann Ped... Merge branch 'fast-path-cache'
2010-03-14 Søren Sandmann Ped... Change operator table to be an array of arrays of four...
2010-03-14 Søren Sandmann Ped... Strength reduce certain conjoint/disjoint to their...
2010-03-14 Søren Sandmann Ped... Store the operator table more compactly.
2010-03-14 Søren Sandmann Ped... Make the operator strength reduction constant time.
2010-03-06 Søren Sandmann Ped... Add a fast path cache
2010-03-04 Søren Sandmann Ped... Move __force_align_arg_pointer workaround before compos...
2010-03-04 Søren Sandmann Ped... Merge branch 'more-flags'
2010-02-25 Søren Sandmann Ped... Turn need_workaround into another flag.
2010-02-25 Søren Sandmann Ped... Eliminate _pixman_image_is_opaque() in favor of a new...
2010-02-25 Søren Sandmann Ped... Move computation of extended format code to validate.
2010-02-25 Søren Sandmann Ped... Add new FAST_PATH_SIMPLE_REPEAT flag
2010-02-25 Søren Sandmann Ped... Compute the image flags at validation time instead...
2010-02-25 Søren Sandmann Ped... Merge branch 'trap-fixes'
2010-02-20 Søren Sandmann Ped... Merge branch 'eliminate-composite'
2010-02-15 Søren Sandmann Ped... Move NULL check out of get_image_info()
2010-02-15 Søren Sandmann Ped... Add a fast path for non-repeating sources in walk_regio...
2010-02-15 Søren Sandmann Ped... Move more things out of the inner loop in do_composite().
2010-02-15 Søren Sandmann Ped... Move region computation out of the loop in do_composite()
2010-02-15 Søren Sandmann Ped... Move get_image_info() out of the loop in do_composite
2010-02-15 Søren Sandmann Ped... Manually inline _pixman_run_fast_path()
2010-02-15 Søren Sandmann Ped... Move compositing functionality from pixman-utils.c...
2010-02-14 Søren Sandmann Ped... Move compositing to its own function, do_composite()
2010-02-14 Søren Sandmann Ped... Optimize for the common case wrt. the workaround.
2010-02-14 Søren Sandmann Ped... Eliminate all the composite methods.
2010-02-14 Søren Sandmann Ped... Don't call _pixman_implementation_composite() anymore.
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()
2009-08-08 Søren Sandmann Ped... Add a dirty bit to the image struct, and validate befor...
2009-07-21 Søren Sandmann Ped... Rework the workaround for bogus X server images.
2009-07-13 Søren Sandmann Ped... Reindent and reformat pixman.c
2009-07-13 Søren Sandmann Ped... Return immediately if the operator is CONJOINT_DST...
2009-07-08 Søren Sandmann Ped... Merge branch 'naming'
2009-07-08 Søren Sandmann Ped... Convert CamelCase names to underscore_names.
2009-07-08 Søren Sandmann Ped... Various simple renamings
2009-07-08 Søren Sandmann Ped... Get rid of pFoo names.
2009-07-05 Søren Sandmann Ped... Return TRUE for the two new formats in pixman_format_su...
2009-07-05 Søren Sandmann Ped... Rename OptimizedOperatorInfo to optimized_operator_info_t
2009-06-22 Søren Sandmann Ped... Various minor changes
2009-06-22 Søren Sandmann Ped... Move code around
2009-06-22 Søren Sandmann Ped... Move pixman_version() to pixman.c
2009-06-21 Søren Sandmann Ped... Move pixman_image_fill_rectangles() to pixman.c
2009-06-21 Søren Sandmann Ped... Rename pixman-pict.c to pixman.c