profile/ivi/pixman.git
2009-06-24 Søren Sandmann... Get rid of scanFetchProc casts in pixman-radial-gradient.c
2009-06-24 Søren Sandmann... Get rid of scanFetchProc casts in pixman-conical-gradient.c
2009-06-24 Søren Sandmann... Get rid of casts to scanFetchProc in pixman-bits-image.c
2009-06-24 Søren Sandmann... Fix bug where 64 bit pixel were fetched as 32 bit ones.
2009-06-24 Søren Sandmann... Delete FbIntMult and FbIntDiv macros, and move FbIntAdd...
2009-06-24 Søren Sandmann... Add a table to oob-test so that it can test more than...
2009-06-24 Søren Sandmann... Fix offset bug in pixman_run_fast_path().
2009-06-24 Søren Sandmann... Fix typo in oob-test.c
2009-06-24 Søren Sandmann... Add test case for out-of-bounds memory access.
2009-06-24 Søren Sandmann... Fix comment in pixman-utils to have the right sense.
2009-06-23 Søren Sandmann... Subtract x_off/y_off before conversion to integer.
2009-06-23 Søren Sandmann... Add convolution-test.c program
2009-06-23 Søren Sandmann... Delete leftover use of PIXMAN_OP_FLASH_SUBTRACT
2009-06-23 Søren Sandmann... Remove support for component alpha with HSL blend modes.
2009-06-23 Søren Sandmann... Remove FLASH_SUBTRACT blend mode.
2009-06-23 Carlos Garcia... Fix BlendColorBurn
2009-06-23 Søren Sandmann... Add screen-test.c test program
2009-06-23 Søren Sandmann... Make the composite test window bigger by default.
2009-06-23 Carlos Garcia... Use floating point in SetLum
2009-06-23 Carlos Garcia... Do not use combineMask in component-alpha functions
2009-06-23 Carlos Garcia... Fix typo
2009-06-23 Carlos Garcia... [TEST] Update composite-test to test more operators
2009-06-23 Søren Sandmann... Fix ColorDodge and ColorBurn to conform to the spec
2009-06-23 Søren Sandmann... Remove optimizations that I'm not convinced are correct
2009-06-23 Søren Sandmann... Fix some more problems in MultiplyC
2009-06-23 Søren Sandmann... Fix various problems in FbCombineMultiplyC
2009-06-23 Søren Sandmann... Add some comments about the linearity of the non-separa...
2009-06-23 Benjamin Ottefix component-alpha versions to set source to 0 when...
2009-06-23 Benjamin Otteremove debugging leftovers
2009-06-23 Benjamin Ottecorrect subtract implementation
2009-06-23 Benjamin Ottefix Multiply component-alpha version
2009-06-23 Benjamin Ottefix comment
2009-06-23 Benjamin Ottefix component-alpha versions for seperable blend modes
2009-06-23 Benjamin Otterename operator SUBTRACT to FLASH_SUBTRACT
2009-06-23 Benjamin Otterework blend-mode documentation to match current code...
2009-06-23 Benjamin Ottetypo fix: Seperable => Separable
2009-06-23 Benjamin Otteremove semicolon at end of macro
2009-06-23 Benjamin Otteremove a leftover debugging statement
2009-06-23 Benjamin Otteinvent a Subtract operator for component alpha
2009-06-23 Benjamin Otteadd non-seperable versions for component alpha
2009-06-23 Benjamin Otteadd component-alpha versions of the seperable blend...
2009-06-23 Benjamin Otterewrite nonseperable blend modes the same way as sepera...
2009-06-23 Benjamin Otteclean up seperable blend modes
2009-06-23 Benjamin Otteprefix HSL operators with HSL
2009-06-23 Benjamin Otteremove invert operator
2009-06-23 Benjamin Otteadd nonseperable blend modes from PDF spec
2009-06-23 Benjamin Ottefix ColorDodge and ColorBurn to conform to the PDF...
2009-06-23 Benjamin Otteuse PDF algorithm for soft-light
2009-06-23 Benjamin OtteAdd INVERT and SUBTRACT blend modes used in Flash
2009-06-23 Benjamin Otteuse a pixman_op_t here
2009-06-23 Benjamin OtteAdd support for extended blend mode. First pass.
2009-06-23 Michel DänzerFix the build on big endian machines.
2009-06-23 Søren Sandmann... Rename PIXMAN_FORMAT_16BPC macro to PIXMAN_FORMAT_IS_WIDE
2009-06-23 Søren Sandmann... Write alpha map fetching with FbByteMul() instead of...
2009-06-23 Søren Sandmann... Remove unused typedefs.
2009-06-23 Søren Sandmann... Delete unused _pixman_image_get_fetcher() function
2009-06-22 Søren Sandmann... Move accessor macros to their own header.
2009-06-22 Søren Sandmann... Move FbGet8() macro into pixman-bits-image.c
2009-06-22 Søren Sandmann... Delete FbInOverC macro
2009-06-22 Søren Sandmann... Make pixman-mmx.c compile again.
2009-06-22 Søren Sandmann... Fix typo in CLIP macro.
2009-06-22 Søren Sandmann... Turn the FbAdd() macro into an FbIntAdd() which doesn...
2009-06-22 Søren Sandmann... Delete FbInU macro.
2009-06-22 Søren Sandmann... Use fbOver() instead of fbOver24.
2009-06-22 Søren Sandmann... Eliminate Fetch/Store24 macros.
2009-06-22 Søren Sandmann... Remove unused ACCESS macros in pixman-bits-image.c
2009-06-22 Søren Sandmann... Various minor changes
2009-06-22 Søren Sandmann... Some formatting changes
2009-06-22 Søren Sandmann... Delete struct point
2009-06-22 Søren Sandmann... Move region helpers into pixman-utils.c
2009-06-22 Søren Sandmann... Move code around
2009-06-22 Søren Sandmann... Move pixman_version() to pixman.c
2009-06-22 Søren Sandmann... Move pixman_compute_composite_region() into pixman...
2009-06-22 Søren Sandmann... Eliminate pointless Red/Green/Blue macros
2009-06-22 Søren Sandmann... Get rid of indexed argument to store functions
2009-06-22 Søren Sandmann... Move macros around in pixman-private.h
2009-06-22 Søren Sandmann... Move some macros into pixman-access.c
2009-06-22 Søren Sandmann... Delete obsolete comment
2009-06-22 Søren Sandmann... Move edge stepper macros into pixman-edge.c
2009-06-22 Søren Sandmann... Delete FB_MASK and FB_ALLONES macros
2009-06-22 Søren Sandmann... Implement fbStore_a2g2b2r2
2009-06-22 Søren Sandmann... Replace switch functions in pixman-access.c with a...
2009-06-21 Søren Sandmann... Rename pixman_image_can_get_solid() to pixman_image_is_...
2009-06-21 Søren Sandmann... Turn fbComposeGetSolid() macro into a pixman_image_get_...
2009-06-21 Søren Sandmann... Delete unused WRITE_ACCESS() macro
2009-06-21 Søren Sandmann... Move pixman_image_fill_rectangles() to pixman.c
2009-06-21 Søren Sandmann... Delete unused mod macro
2009-06-21 Søren Sandmann... Eliminate bit fiddling macros from pixman-private.h.
2009-06-21 Søren Sandmann... Implement fbComposeGetSolid() as a call to pixman_image...
2009-06-21 Søren Sandmann... Eliminate FbStipMask macro.
2009-06-21 Søren Sandmann... Implement pixman_format_supported_destination() in...
2009-06-21 Søren Sandmann... Move FbGen macro into pixman-combine.c
2009-06-21 Søren Sandmann... Use DIV instead of _div In pixman-trap.c.
2009-06-21 Søren Sandmann... Move edge utilities into pixman-trap.c
2009-06-21 Søren Sandmann... Move compiler dependencies to a new pixman-compiler...
2009-06-21 Søren Sandmann... Rename FastPathInfo to pixman_fast_path_t
2009-06-21 Søren Sandmann... Eliminate MSBFirst, LSBFirst, IMAGE_BYTE_ORDER, and...
2009-06-21 Søren Sandmann... Rename combine.inc and combine.h.inc to pixman-combine...
2009-06-21 Søren Sandmann... Only use force_align_arg_pointer on gcc/x86-32
2009-06-21 Søren Sandmann... Rename pixman-pict.c to pixman.c
next