Add definitions of INT64_MIN and INT64_MAX
[profile/ivi/pixman.git] / pixman / pixman-trap.c
2011-04-18 Søren Sandmann Ped... Offset rendering in pixman_composite_trapezoids() by...
2011-02-18 Søren Sandmann Ped... Add new public function pixman_add_triangles()
2011-02-18 Søren Sandmann Ped... Optimize adding opaque trapezoids onto a8 destination.
2011-02-15 Søren Sandmann Ped... Add support for triangles to pixman.
2011-02-15 Søren Sandmann Ped... Add pixman_composite_trapezoids().
2011-01-26 Rolland DudemaineFix "variable was set but never used" warnings
2010-02-25 Søren Sandmann Ped... Merge branch 'trap-fixes'
2009-11-17 Søren Sandmann Ped... Fix rounding of top and bottom coordinates.
2009-08-08 Søren Sandmann Ped... Add a dirty bit to the image struct, and validate befor...
2009-07-16 Søren Sandmann Ped... Various minor formatting changes
2009-07-13 Søren Sandmann Ped... Reformat and reindent pixman-trap.c
2009-06-22 Søren Sandmann Ped... Various minor changes
2009-06-21 Søren Sandmann Ped... Use DIV instead of _div In pixman-trap.c.
2009-06-21 Søren Sandmann Ped... Move edge utilities into pixman-trap.c
2009-06-19 Søren Sandmann Ped... Remove commented-out fbAddTriangles
2009-06-19 Søren Sandmann Ped... Remove useless FbBits typedef
2008-06-09 Søren Sandmann Ped... Merge region32 branch; fix conflicts
2008-06-09 Søren SandmannMerge branch 'master' into region32
2008-06-09 Søren SandmannUse 32 bit regions internally
2008-06-09 Søren SandmannMove all the PIXMAN_EXPORT into .c files
2008-04-12 Luca BarbatoMerge branch 'master' into vmx
2008-03-23 Luca BarbatoUpdate vmx
2008-03-22 Aaron PlattnerGet rid of fbPrepareAccess and fbFinishAccess, since...
2008-03-19 Kamalneet SinghFix computation of x_offset in pixman_add_traps.
2008-01-15 Vladimir VukicevicRemove last CVS $Id$ tags
2007-10-17 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-01 Luca BarbatoMerge branch 'master' of git://anongit.freedesktop...
2007-09-06 Vladimir Vukicevic[win32] Makefile and compilation fixes for win32
2007-06-14 Søren SandmannReset clip regions correctly when NULL is passed
2007-06-13 Søren SandmannDon't complain if users try to read non-existing data...
2007-06-13 Søren SandmannAdd pixman_fill_rectangles()
2007-06-12 Søren SandmannAdd pixman_add_trapezoids() function
2007-05-23 Søren SandmannAdd pixman-trap with the trapezoid rasterization code...