pixman-image.c: Fix typo in pixman_image_set_transform()
[profile/ivi/pixman.git] / pixman / pixman-bits-image.c
2011-10-10 Taekyun Kiminit/fini functions for pixman_image_t
2011-09-10 Chris Wilsonbits: optimise fetching width==1 repeats
2011-08-20 Søren Sandmann Ped... Move bilinear interpolation to pixman-inlines.h
2011-08-20 Søren Sandmann Ped... Use repeat() function from pixman-inlines.h in pixman...
2011-08-15 Søren Sandmann Ped... In pixman_image_create_bits() allow images larger than 2GB
2011-05-19 Søren Sandmann Ped... Move noop dest fetching to noop implementation
2011-03-18 Søren Sandmann Ped... Simplify the prototype for iterator initializers.
2011-01-19 Søren Sandmann Ped... Fix dangling-pointer bug in bits_image_fetch_bilinear_n...
2011-01-18 Søren Sandmann Ped... Fix destination fetching
2011-01-18 Søren Sandmann Ped... Skip fetching pixels when possible
2011-01-18 Søren Sandmann Ped... Add direct-write optimization back
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... Eliminate the _pixman_image_store_scanline_32/64 functions
2011-01-18 Søren Sandmann Ped... Move initialization of iterators for bits images to...
2011-01-16 Siarhei SiamashkaFix for "syntax error: empty declaration" Solaris Studi...
2011-01-16 Siarhei SiamashkaRevert "Fix "syntax error: empty declaration" warnings."
2010-11-16 Søren Sandmann Ped... Generate {a,x}8r8g8b8, a8, 565 fetchers for nearest...
2010-10-04 Mika YrjolaFix "syntax error: empty declaration" warnings.
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_normal_r5g6b5
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_reflect_r5g6b5
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_none_r5g6b5
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_pad_r5g6b5
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_normal_a8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_reflect_a8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_none_a8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_pad_a8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_normal_x8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_reflect_x8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_none_x8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_pad_x8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_normal_a8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_reflect_a8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_none_a8r8g8b8
2010-09-21 Søren Sandmann Ped... Enable bits_image_fetch_bilinear_affine_pad_a8r8g8b8
2010-09-21 Søren Sandmann Ped... Use a macro to generate some {a,x}8r8g8b8, a8, and...
2010-08-08 Søren Sandmann Ped... Store the various bits image fetchers in a table with...
2010-08-08 Søren Sandmann Ped... Add some new FAST_PATH flags
2010-08-08 Søren Sandmann Ped... Remove "_raw_" from all the accessors.
2010-08-08 Søren Sandmann Ped... Eliminate the store_scanline_{32,64} function pointers.
2010-08-08 Søren Sandmann Ped... Split bits_image_fetch_transformed() into two functions.
2010-08-08 Søren Sandmann Ped... Eliminate get_pixel_32() and get_pixel_64() from bits_i...
2010-08-08 Søren Sandmann Ped... Eliminate recursion from alpha map code
2010-07-23 Søren Sandmann Ped... bits: Fix potential divide-by-zero in projective code
2010-07-13 Søren Sandmann Ped... Check for read accessors before taking the bilinear...
2010-06-09 Søren Sandmann Ped... Eliminate mask_bits from all the scanline fetchers.
2010-03-04 Søren Sandmann Ped... Merge branch 'more-flags'
2010-02-25 Søren Sandmann Ped... Move workaround code to pixman-image.c
2010-02-25 Søren Sandmann Ped... Turn need_workaround into another flag.
2010-02-25 Søren Sandmann Ped... Merge branch 'trap-fixes'
2010-02-20 Søren Sandmann Ped... Merge branch 'eliminate-composite'
2010-02-20 Søren Sandmann Ped... Move all code to do debugging spew into pixman-private.
2010-01-17 Søren Sandmann Ped... bits: Print an error if someone tries to create an...
2010-01-17 Søren Sandmann Ped... When fetching from an alpha map, replace the alpha...
2010-01-17 Søren Sandmann Ped... When fetching from an alpha map, use the alpha map...
2009-10-26 André TupinambáAdd fast path scaled, bilinear fetcher.
2009-10-26 André TupinambáSpeed up bilinear interpolation.
2009-10-19 Benjamin OtteAdd default cases for all switch statements
2009-09-13 Chris WilsonMerge branch '0.16'
2009-09-11 Søren Sandmann Ped... Fix off-by-one error in source_image_needs_out_of_bound...
2009-08-11 Søren Sandmann Ped... Merge branch 'blitter-test'
2009-08-11 Søren Sandmann Ped... Fix x/y mixup in bits_image_fetch_pixel_convolution()
2009-08-08 Søren Sandmann Ped... Add a dirty bit to the image struct, and validate befor...
2009-08-08 Søren Sandmann Ped... Move bounds checks for REPEAT_NONE to get_pixel()
2009-08-08 Søren Sandmann Ped... Remove leftover 0xffffffff in repeat()
2009-08-08 Søren Sandmann Ped... Remove unused function
2009-08-08 Søren Sandmann Ped... Misc formatting
2009-08-08 Søren Sandmann Ped... Change all the fetch_pixels() functions to only fetch...
2009-08-08 Søren Sandmann Ped... Add fetch_pixel_raw_32 and fetch_pixel_32 virtual funct...
2009-08-08 Søren Sandmann Ped... Various renamings and clean-ups
2009-08-08 Søren Sandmann Ped... Change bits_image_fetch_alpha_pixels() to fetch just...
2009-08-08 Søren Sandmann Ped... Change bits_image_fetch_pixels_convolution() to fetch...
2009-08-08 Søren Sandmann Ped... Change bits_image_fetch_bilinear_pixels() to fetch...
2009-08-08 Søren Sandmann Ped... Make the repeat routine work on only one coordinate...
2009-08-08 Søren Sandmann Ped... Make bits_image_fetch_nearest() return one pixel.
2009-08-08 Søren Sandmann Ped... Change bits_image_fetch_transformed() to work one pixel...
2009-07-24 Søren Sandmann Ped... Remove a couple of unused variables
2009-07-24 Søren Sandmann Ped... Replace a bunch of 'pict's with 'image'
2009-07-21 Søren Sandmann Ped... Only apply the workaround if the clip region extends...
2009-07-21 Søren Sandmann Ped... Rework the workaround for bogus X server images.
2009-07-20 Miha VrhovnikUpdate Makefile.win32 to make it work again.
2009-07-18 Søren Sandmann Ped... Move read and write functions to the bits_image_t struct.
2009-07-13 Søren Sandmann Ped... Reindent and reformat pixman-bits-image.c
2009-07-13 Søren Sandmann Ped... Fix bits_image_fetch_{un}transformed() for 64 bit buffers.
2009-07-13 Søren Sandmann Ped... Make sure we get all 64 bits in bits_image_fetch_solid_64()
2009-07-13 Søren Sandmann Ped... Fix typo in bits_image_fetch_solid_64().
2009-07-12 Søren Sandmann Ped... Move workaround logic to pixman-bits-image.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... Rename FbGet8 to GET8
2009-07-08 Søren Sandmann Ped... Consolidate channel macros in pixman-combine.h
2009-07-08 Søren Sandmann Ped... Change names of the FbByte* macros to be more descriptive.
2009-07-08 Søren Sandmann Ped... Various simple renamings
2009-06-24 Søren Sandmann Ped... Delete scanFetchProc type. Use fetch_scanline_t instead.
2009-06-24 Søren Sandmann Ped... Constify the mask argument to scanline fetchers.
2009-06-24 Søren Sandmann Ped... Add a mask and mask_bits argument to the raw scanline...
2009-06-24 Søren Sandmann Ped... Get rid of the 64 bit fetcher types.
2009-06-24 Søren Sandmann Ped... Consolidate the three scanline store types into one.
2009-06-24 Søren Sandmann Ped... Get rid of casts to scanFetchProc in pixman-bits-image.c
2009-06-24 Søren Sandmann Ped... Fix bug where 64 bit pixel were fetched as 32 bit ones.
2009-06-23 Søren Sandmann Ped... Subtract x_off/y_off before conversion to integer.
next