summaryrefslogtreecommitdiff
path: root/pixman/pixman-bits-image.c
Commit message (Expand)AuthorAgeFilesLines
* pixman-bits-image: Fix left shift of a negative numberAdam Jackson2019-11-011-2/+2
* pixman-bits-image: Fix various undefined left shiftsAdam Jackson2019-10-151-14/+16
* Don't use GNU extension for binary numbersBasile Clement2019-06-101-3/+3
* Ordered dithering with blue noise, v2Basile Clement2019-05-251-1/+13
* Implement basic dithering for the wide pipeline, v3Basile Clement2019-05-251-0/+122
* Fix bilinear filter computation in wide pipelineBasile Clement2019-04-111-0/+9
* pixman: Use maximum precision for pixman-bits-image, v2.Maarten Lankhorst2019-02-111-111/+303
* pixman: Add support for argb/xrgb float formats, v5.Maarten Lankhorst2018-11-061-0/+3
* create_bits(): Cast the result of height * stride to size_tSøren Sandmann2014-04-151-1/+1
* Move generated affine fetchers into pixman-fast-path.cSøren Sandmann Pedersen2013-09-261-530/+0
* Move bits_image_fetch_bilinear_no_repeat_8888 into pixman-fast-path.cSøren Sandmann Pedersen2013-09-261-237/+0
* Make the first argument to scanline fetchers have type bits_image_t *Søren Sandmann Pedersen2013-09-071-10/+8
* Change CONVERT_XXXX_TO_YYYY macros into inline functionsSiarhei Siamashka2012-12-181-1/+1
* Add fast paths for separable convolutionSøren Sandmann Pedersen2012-12-081-3/+180
* Add new pixman_filter_create_separable_convolution() APISøren Sandmann Pedersen2012-12-081-2/+2
* Add new filter PIXMAN_FILTER_SEPARABLE_CONVOLUTIONSøren Sandmann Pedersen2012-12-081-0/+102
* Convolution filter: round color values instead of truncatingSøren Sandmann Pedersen2012-11-221-4/+4
* Add new pixman_image_create_bits_no_clear() APISøren Sandmann Pedersen2012-10-211-11/+43
* Remove 64 bit pipelineSøren Sandmann Pedersen2012-10-011-48/+1
* Switch the wide pipeline over to using floating pointSøren Sandmann Pedersen2012-10-011-35/+31
* pixman-access.c: Add floating point accessor functionsSøren Sandmann Pedersen2012-10-011-7/+33
* Remove pointless declaration of _pixman_image_get_scanline_generic_64()Søren Sandmann Pedersen2012-08-191-4/+0
* Bilinear interpolation precision is now configurable at compile timeSiarhei Siamashka2012-07-011-8/+8
* bits-image: Turn all the fetchers into iterator gettersSøren Sandmann Pedersen2012-06-111-101/+113
* Pass the full image flags to iteratorsSøren Sandmann Pedersen2012-05-301-3/+3
* bits_image_fetch_pixel_convolution(): Make sure channels are signedSøren Sandmann Pedersen2012-04-201-5/+5
* Move fetching for solid bits images to pixman-noop.cSøren Sandmann Pedersen2012-03-011-28/+0
* Fix bugs with alpha mapsSøren Sandmann Pedersen2012-01-101-11/+42
* init/fini functions for pixman_image_tTaekyun Kim2011-10-101-28/+46
* bits: optimise fetching width==1 repeatsChris Wilson2011-09-091-14/+44
* Move bilinear interpolation to pixman-inlines.hSøren Sandmann Pedersen2011-08-191-91/+0
* Use repeat() function from pixman-inlines.h in pixman-bits-image.cSøren Sandmann Pedersen2011-08-191-42/+15
* In pixman_image_create_bits() allow images larger than 2GBSøren Sandmann Pedersen2011-08-151-5/+5
* Move noop dest fetching to noop implementationSøren Sandmann Pedersen2011-05-191-26/+5
* Simplify the prototype for iterator initializers.Søren Sandmann Pedersen2011-03-181-13/+7
* Fix dangling-pointer bug in bits_image_fetch_bilinear_no_repeat_8888().Søren Sandmann Pedersen2011-01-191-3/+2
* Fix destination fetchingSøren Sandmann Pedersen2011-01-181-4/+32
* Skip fetching pixels when possibleSøren Sandmann Pedersen2011-01-181-1/+10
* Add direct-write optimization backSøren Sandmann Pedersen2011-01-181-2/+23
* Move get_scanline_32/64 to the bits part of the image structSøren Sandmann Pedersen2011-01-181-6/+43
* Eliminate the _pixman_image_store_scanline_32/64 functionsSøren Sandmann Pedersen2011-01-181-43/+36
* Move initialization of iterators for bits images to pixman-bits-image.cSøren Sandmann Pedersen2011-01-181-0/+80
* Fix for "syntax error: empty declaration" Solaris Studio warningsSiarhei Siamashka2011-01-161-19/+19
* Revert "Fix "syntax error: empty declaration" warnings."Siarhei Siamashka2011-01-161-4/+2
* Generate {a,x}8r8g8b8, a8, 565 fetchers for nearest/affine imagesSøren Sandmann Pedersen2010-11-161-33/+144
* Fix "syntax error: empty declaration" warnings.Mika Yrjola2010-10-041-1/+2
* Enable bits_image_fetch_bilinear_affine_normal_r5g6b5Søren Sandmann Pedersen2010-09-211-4/+0
* Enable bits_image_fetch_bilinear_affine_reflect_r5g6b5Søren Sandmann Pedersen2010-09-211-2/+2
* Enable bits_image_fetch_bilinear_affine_none_r5g6b5Søren Sandmann Pedersen2010-09-211-2/+2
* Enable bits_image_fetch_bilinear_affine_pad_r5g6b5Søren Sandmann Pedersen2010-09-211-2/+2