summaryrefslogtreecommitdiff
path: root/pixman/pixman-trap.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Fix rounding of top and bottom coordinates.Søren Sandmann Pedersen1-7/+7
2009-08-08Add a dirty bit to the image struct, and validate before using the image.Søren Sandmann Pedersen1-0/+4
2009-07-16Various minor formatting changesSøren Sandmann Pedersen1-0/+2
2009-07-13Reformat and reindent pixman-trap.cSøren Sandmann Pedersen1-102/+120
2009-06-22Various minor changesSøren Sandmann Pedersen1-1/+0
2009-06-21Use DIV instead of _div In pixman-trap.c.Søren Sandmann Pedersen1-3/+1
2009-06-21Move edge utilities into pixman-trap.cSøren Sandmann Pedersen1-0/+183
2009-06-19Remove commented-out fbAddTrianglesSøren Sandmann Pedersen1-94/+0
2009-06-19Remove useless FbBits typedefSøren Sandmann Pedersen1-2/+0
2008-06-08Use 32 bit regions internallySøren Sandmann1-5/+5
2008-06-08Move all the PIXMAN_EXPORT into .c filesSøren Sandmann1-3/+3
2008-03-21Get rid of fbPrepareAccess and fbFinishAccess, since the former was unused an...Aaron Plattner1-2/+0
2008-03-19Fix computation of x_offset in pixman_add_traps.Kamalneet Singh1-1/+1
2008-01-15Remove last CVS $Id$ tagsVladimir Vukicevic1-2/+0
2007-09-06[win32] Makefile and compilation fixes for win32Vladimir Vukicevic1-0/+3
2007-06-14Reset clip regions correctly when NULL is passedSøren Sandmann1-0/+38
2007-06-12Don't complain if users try to read non-existing data from imagesSøren Sandmann1-0/+3
2007-06-12Add pixman_fill_rectangles()Søren Sandmann1-1/+1
2007-06-12Add pixman_add_trapezoids() functionSøren Sandmann1-0/+20
2007-05-23Add pixman-trap with the trapezoid rasterization code from the X server.Søren Sandmann1-0/+224