Delete FbIntMult and FbIntDiv macros, and move FbIntAdd to pixman-combine.h
[profile/ivi/pixman.git] / pixman / pixman-combine.c.template
2009-06-24 Søren Sandmann Ped... Delete FbIntMult and FbIntDiv macros, and move FbIntAdd...
2009-06-23 Søren Sandmann Ped... Remove support for component alpha with HSL blend modes.
2009-06-23 Søren Sandmann Ped... Remove FLASH_SUBTRACT blend mode.
2009-06-23 Carlos Garcia CamposFix BlendColorBurn
2009-06-23 Carlos Garcia CamposUse floating point in SetLum
2009-06-23 Carlos Garcia CamposDo not use combineMask in component-alpha functions
2009-06-23 Carlos Garcia CamposFix typo
2009-06-23 Søren Sandmann Ped... Fix ColorDodge and ColorBurn to conform to the spec
2009-06-23 Søren Sandmann Ped... Remove optimizations that I'm not convinced are correct
2009-06-23 Søren Sandmann Ped... Fix some more problems in MultiplyC
2009-06-23 Søren Sandmann Ped... Fix various problems in FbCombineMultiplyC
2009-06-23 Søren Sandmann Ped... 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 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 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-21 Søren Sandmann Ped... Move FbGen macro into pixman-combine.c
2009-06-21 Søren Sandmann Ped... Rename combine.inc and combine.h.inc to pixman-combine...