summaryrefslogtreecommitdiff
path: root/pixman/pixman-edge-imp.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-24Merge branch 'trap-fixes'Søren Sandmann Pedersen1-4/+8
2010-02-19Move SCREEN_SHIFT_LEFT/RIGHT to pixman-private.hAlexander Larsson1-8/+0
2009-11-17Round horizontal sampling points towards northwest.Søren Sandmann Pedersen1-4/+8
2009-07-08Convert CamelCase names to underscore_names.Søren Sandmann Pedersen1-7/+7
2009-07-08s/FbScrRight/SCREEN_SHIFT_RIGHT/gSøren Sandmann Pedersen1-3/+3
2009-07-08Fix names in the trap rasterizer.Søren Sandmann Pedersen1-12/+12
2009-07-08Various simple renamingsSøren Sandmann Pedersen1-7/+7
2009-06-21Delete FB_MASK and FB_ALLONES macrosSøren Sandmann Pedersen1-1/+1
2009-06-21Eliminate bit fiddling macros from pixman-private.h.Søren Sandmann Pedersen1-12/+44
2008-01-22A tiny amount of ifdef reduction.Carl Worth1-5/+4
2008-01-22eliminate a special case in fbRasterizeEdges{4,8}.Bertram Felgenhauer1-6/+9
2008-01-22fix cairo's a1-traps-sample testBertram Felgenhauer1-2/+10
2008-01-15Remove last CVS $Id$ tagsVladimir Vukicevic1-2/+0
2007-09-17Use a consistent type for stride and more importantly, use always a signed type.José Fonseca1-2/+2
2007-09-14Remove the macro magic from READ/WRITE macros.José Fonseca1-16/+16
2007-08-25rasterize traps that extend outside of the image bounds correctlyVladimir Vukicevic1-2/+2
2007-06-16Remove ACCESS_MEM macro; define READ and WRITE to directly use the wrapper fu...Søren Sandmann1-23/+20
2007-05-23Fix bug in rasterizeEdges() where the stride was treated as if inSøren Sandmann1-98/+95
2007-05-22Add implementation of edge rasterizationSoren Sandmann Pedersen1-0/+152