summaryrefslogtreecommitdiff
path: root/pixman/pixman-edge.c
Commit message (Expand)AuthorAgeFilesLines
* pixman_composite_trapezoids: Return early if mask_format is not of TYPE_ALPHASøren Sandmann Pedersen2012-12-131-0/+1
* Fix typo: WORDS_BIG_ENDIAN => WORDS_BIGENDIAN in pixman-edge.cSøren Sandmann Pedersen2010-03-151-1/+1
* Add default cases for all switch statementsBenjamin Otte2009-10-201-0/+3
* Move read and write functions to the bits_image_t struct.Søren Sandmann Pedersen2009-07-171-1/+3
* Reindent and reformat pixman-edge.cSøren Sandmann Pedersen2009-07-131-162/+183
* Convert CamelCase names to underscore_names.Søren Sandmann Pedersen2009-07-081-2/+2
* Fix names in the trap rasterizer.Søren Sandmann Pedersen2009-07-081-35/+35
* Fix forgotten use BITMAP_BIT_ORDER to be ifndef WORDS_BIG_ENDIANSøren Sandmann Pedersen2009-07-051-1/+1
* Move accessor macros to their own header.Søren Sandmann Pedersen2009-06-221-0/+1
* Various minor changesSøren Sandmann Pedersen2009-06-221-0/+3
* Move edge stepper macros into pixman-edge.cSøren Sandmann Pedersen2009-06-211-0/+23
* Move all the PIXMAN_EXPORT into .c filesSøren Sandmann2008-06-081-1/+1
* Include only pixman-private.h, not pixman.h, in local .c filesVladimir Vukicevic2008-01-271-1/+1
* eliminate a special case in fbRasterizeEdges{4,8}.Bertram Felgenhauer2008-01-221-6/+6
* Remove last CVS $Id$ tagsVladimir Vukicevic2008-01-151-2/+0
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/pixman into yuv-po...Alan Hourihane2007-10-171-0/+4
|\
| * [win32] Makefile and compilation fixes for win32Vladimir Vukicevic2007-09-061-0/+4
* | Use a consistent type for stride and more importantly, use always a signed type.José Fonseca2007-09-171-2/+2
* | Remove the macro magic from READ/WRITE macros.José Fonseca2007-09-141-25/+25
|/
* rasterize traps that extend outside of the image bounds correctlypixman-0.9.5Vladimir Vukicevic2007-08-251-1/+1
* Build fixes for Solaris.Alan Coopersmith2007-07-161-6/+2
* Fix bug in rasterizeEdges() where the stride should be signed.Jinghua Luo2007-07-101-1/+1
* Remove ACCESS_MEM macro; define READ and WRITE to directly use the wrapper fu...Søren Sandmann2007-06-161-93/+90
* Move some utility functions from pixman-edge.c to pixman-utils.cSøren Sandmann2007-06-161-163/+20
* Add pixman_fill_rectangles()Søren Sandmann2007-06-121-8/+8
* Fix function nameSoren Sandmann Pedersen2007-05-231-1/+1
* Add more edge functionsSoren Sandmann Pedersen2007-05-221-0/+173
* Add implementation of edge rasterizationSoren Sandmann Pedersen2007-05-221-0/+306