Packaging: version up to 0.38.4
[platform/upstream/pixman.git] / pixman / pixman-linear-gradient.c
2019-02-11 Basile ClementImplement floating point gradient computation, v2.
2012-10-01 Søren Sandmann Ped... Switch the wide pipeline over to using floating point
2012-10-01 Søren Sandmann Ped... Make pixman.h more const-correct
2012-05-30 Søren Sandmann Ped... Pass the full image flags to iterators
2011-03-18 Søren Sandmann Ped... Simplify the prototype for iterator initializers.
2011-01-18 Søren Sandmann Ped... Get rid of the classify methods
2011-01-18 Søren Sandmann Ped... Linear: Optimize for horizontal gradients
2011-01-18 Søren Sandmann Ped... Consolidate the various get_scanline_32() into get_scan...
2011-01-18 Søren Sandmann Ped... Allow NULL property_changed function
2011-01-18 Søren Sandmann Ped... Move get_scanline_32/64 to the bits part of the image...
2011-01-18 Søren Sandmann Ped... Move iterator initialization to the respective image...
2010-11-05 Søren Sandmann Ped... Delete the source_image_t struct.
2010-10-20 Søren Sandmann Ped... Remove the class field from source_image_t
2010-10-20 Andrea CancianiMake classification consistent with rasterization
2010-10-18 Andrea CancianiImprove precision of linear gradients
2010-06-09 Andrea Cancianisupport single-stop gradients
2010-06-09 Søren Sandmann Ped... Eliminate mask_bits from all the scanline fetchers.
2009-08-08 Søren Sandmann Ped... Add a dirty bit to the image struct, and validate befor...
2009-07-24 Søren Sandmann Ped... Rename source_pict_class_t to source_image_class_t
2009-07-20 Miha VrhovnikUpdate Makefile.win32 to make it work again.
2009-07-13 Søren Sandmann Ped... Reindent and reformat pixman-linear-gradient.c
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-06-24 Søren Sandmann Ped... Constify the mask argument to scanline fetchers.
2009-06-24 Søren Sandmann Ped... Get rid of remaining scanFetchProc casts
2009-06-19 Søren Sandmann Ped... Rename GradientWalker to pixman_gradient_walker_t
2009-05-16 Søren Sandmann Ped... Move the linear gradient code from pixman-source.c...
2009-05-16 Søren Sandmann Ped... Rename pixmanFetchSourcePict to pixmanFetchGradient
2009-05-16 Søren Sandmann Ped... Add a generic 64 bit fetcher and use it for gradients...
2009-05-16 Søren Sandmann Ped... Set up scanline getters for source pictures
2009-05-16 Søren Sandmann Ped... Add stubs for property_changed virtual functions
2009-05-16 Søren Sandmann Ped... Split linear gradient images into pixman-linear-gradient.c