summaryrefslogtreecommitdiff
path: root/pixman/pixman-region32.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-24region: Fix pixman_region_translate() clipping bugBenjamin Otte1-0/+4
2009-06-21Move region helpers into pixman-utils.cSøren Sandmann Pedersen1-39/+0
2009-05-21Avoid malloc() by allocating a fixed set of boxes on the stackJonathan Morton1-3/+12
2008-06-14Fix implicit declaration of function 'free'.Luo Jinghua1-0/+2
2008-06-13Fix memory leak by freeing boxes{16,32}.Maximilian Grothusmann1-1/+4
2008-06-08Add pixman_region32_copy_from_region16Søren Sandmann1-0/+27
2008-06-08Fix up types in pixman32-region.cSøren Sandmann1-3/+3
2008-06-08Add pixman-region32.cSøren Sandmann1-0/+41