summaryrefslogtreecommitdiff
path: root/pixman/pixman-edge.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-13pixman_composite_trapezoids: Return early if mask_format is not of TYPE_ALPHASøren Sandmann Pedersen1-0/+1
2010-03-15Fix typo: WORDS_BIG_ENDIAN => WORDS_BIGENDIAN in pixman-edge.cSøren Sandmann Pedersen1-1/+1
2009-10-20Add default cases for all switch statementsBenjamin Otte1-0/+3
2009-07-17Move read and write functions to the bits_image_t struct.Søren Sandmann Pedersen1-1/+3
2009-07-13Reindent and reformat pixman-edge.cSøren Sandmann Pedersen1-162/+183
2009-07-08Convert CamelCase names to underscore_names.Søren Sandmann Pedersen1-2/+2
2009-07-08Fix names in the trap rasterizer.Søren Sandmann Pedersen1-35/+35
2009-07-05Fix forgotten use BITMAP_BIT_ORDER to be ifndef WORDS_BIG_ENDIANSøren Sandmann Pedersen1-1/+1
2009-06-22Move accessor macros to their own header.Søren Sandmann Pedersen1-0/+1
2009-06-22Various minor changesSøren Sandmann Pedersen1-0/+3
2009-06-21Move edge stepper macros into pixman-edge.cSøren Sandmann Pedersen1-0/+23
2008-06-08Move all the PIXMAN_EXPORT into .c filesSøren Sandmann1-1/+1
2008-01-27Include only pixman-private.h, not pixman.h, in local .c filesVladimir Vukicevic1-1/+1
2008-01-22eliminate a special case in fbRasterizeEdges{4,8}.Bertram Felgenhauer1-6/+6
2008-01-15Remove last CVS $Id$ tagsVladimir Vukicevic1-2/+0
2007-10-17Merge branch 'master' of git+ssh://git.freedesktop.org/git/pixman into yuv-po...Alan Hourihane1-0/+4
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-25/+25
2007-09-06[win32] Makefile and compilation fixes for win32Vladimir Vukicevic1-0/+4
2007-08-25rasterize traps that extend outside of the image bounds correctlyVladimir Vukicevic1-1/+1
2007-07-16Build fixes for Solaris.Alan Coopersmith1-6/+2
2007-07-10Fix bug in rasterizeEdges() where the stride should be signed.Jinghua Luo1-1/+1
2007-06-16Remove ACCESS_MEM macro; define READ and WRITE to directly use the wrapper fu...Søren Sandmann1-93/+90
2007-06-16Move some utility functions from pixman-edge.c to pixman-utils.cSøren Sandmann1-163/+20
2007-06-12Add pixman_fill_rectangles()Søren Sandmann1-8/+8
2007-05-23Fix function nameSoren Sandmann Pedersen1-1/+1
2007-05-22Add more edge functionsSoren Sandmann Pedersen1-0/+173
2007-05-22Add implementation of edge rasterizationSoren Sandmann Pedersen1-0/+306