mmx: Use Loongson pextrh instruction in expand565
[profile/ivi/pixman.git] / pixman / pixman-combine.c.template
2012-01-09 Søren Sandmann Ped... Fix some signed overflow bugs
2011-09-19 Søren Sandmann Ped... A few tweaks to a comment in pixman-combine.c.template
2011-05-24 Nis MartensenFix a few typos in pixman-combine.c.template
2010-12-21 Søren Sandmann Ped... Fix divide-by-zero in set_lum().
2010-10-11 Søren Sandmann Ped... Add no-op combiners for DST and the CA versions of...
2010-10-11 Søren Sandmann Ped... Remove broken optimizations in combine_disjoint_over_u()
2009-08-11 Søren Sandmann Ped... Merge branch 'blitter-test'
2009-08-08 Søren Sandmann Ped... Fix bug in combine_mask_alpha_ca()
2009-08-08 Søren Sandmann Ped... Fix incorrect optimization in combine_over_ca().
2009-08-08 Søren Sandmann Ped... Fix bugs in combine_over_reverse_ca().
2009-07-16 Søren Sandmann Ped... Fix combine_src_ca() to fill out all of the destination...
2009-07-16 Benjamin OtteClarify color burn code - no semantical changes
2009-07-16 Benjamin OtteClarify color dodge code - no semantical changes
2009-07-16 Benjamin OtteFix terms in comments describing the blend modes
2009-07-13 Søren Sandmann Ped... Reindent and reformat pixman-combine.c.template
2009-07-13 Benjamin OtteFix burn and dodge operators to match acroread output
2009-07-08 Søren Sandmann Ped... Merge branch 'naming'
2009-07-08 Søren Sandmann Ped... Rename combine_*_c to combine_*_ca
2009-07-08 Søren Sandmann Ped... Convert CamelCase names to underscore_names.
2009-07-08 Søren Sandmann Ped... Uppercase a few more macros in pixman-combine.c.template
2009-07-08 Søren Sandmann Ped... Rename macros for non-separable blend modes
2009-07-08 Søren Sandmann Ped... Rename some macros in pixman-combine.c.template
2009-07-08 Søren Sandmann Ped... Rename fbCombine* to combine*
2009-07-08 Søren Sandmann Ped... Fix overeager search and replace
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... Change name of macros that operate on normalized integers.
2009-07-08 Søren Sandmann Ped... Various simple renamings
2009-06-28 Søren Sandmann Ped... Change comma to semicolon in 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...