Remove useless checks for NULL before freeing
[profile/ivi/pixman.git] / pixman / pixman-implementation.c
2011-06-12 Søren Sandmann Ped... Replace instances of "dst_*" with "dest_*"
2011-05-19 Søren Sandmann Ped... Move NOP src iterator into noop implementation.
2011-05-19 Søren Sandmann Ped... Move NULL iterator into pixman-noop.c
2011-03-18 Søren Sandmann Ped... Simplify the prototype for iterator initializers.
2011-03-18 Søren Sandmann Ped... Fill out parts of iters in _pixman_implementation_...
2011-03-18 Søren Sandmann Ped... In delegate_{src,dest}_iter_init() call delegate directly.
2011-01-18 Søren Sandmann Ped... Skip fetching pixels when possible
2011-01-18 Søren Sandmann Ped... Virtualize iterator initialization
2010-02-25 Søren Sandmann Ped... Merge branch 'trap-fixes'
2010-02-20 Søren Sandmann Ped... Merge branch 'eliminate-composite'
2010-02-14 Søren Sandmann Ped... Eliminate all the composite methods.
2010-02-14 Søren Sandmann Ped... Store a pointer to the array of fast paths in the imple...
2009-09-24 Søren Sandmann Ped... Hide PIXMAN_OP_NONE and PIXMAN_N_OPERATORS behind PIXMA...
2009-07-20 Miha VrhovnikUpdate Makefile.win32 to make it work again.
2009-07-13 Søren Sandmann Ped... Reindent and reformat pixman-implementation.c
2009-06-02 Søren Sandmann Ped... Get rid of toplevel argument to implementation construc...
2009-06-02 Søren Sandmann Ped... Make sure the whole delegate chain has the correct...
2009-05-23 Søren Sandmann Ped... In _pixman_implementation_fill() don't call the delegat...
2009-05-23 Søren Sandmann Ped... Split fill implementations out in the implementations
2009-05-23 Søren Sandmann Ped... Move sse2 and mmx blt implementations to their respecti...
2009-05-23 Søren Sandmann Ped... Make pixman_implementation call the right combiner
2009-05-23 Søren Sandmann Ped... Add component alpha combiners in pixman-implementation.c
2009-05-23 Søren Sandmann Ped... Beginning of pluggable implementations