summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-09Bump version numberpixman-0.11.2Søren Sandmann Pedersen1-1/+1
2008-06-09Merge region32 branch; fix conflictsSøren Sandmann Pedersen16-849/+805
2008-06-09Unbump version numberSøren Sandmann Pedersen1-1/+1
2008-06-09Unbump version number; remove file added to EXTRA_DISTSøren Sandmann Pedersen2-2/+2
2008-06-09Bump version number and make it distcheckSøren Sandmann2-2/+2
2008-06-09Bump version number and make it distcheckSøren Sandmann2-2/+2
2008-06-09Fix uses of short variables in pixman-region.cSøren Sandmann2-13/+14
2008-06-09Add infinite loop testSøren Sandmann2-0/+24
2008-06-09Export pixman_compute_composite_region32() and use it in walk_regionSøren Sandmann4-9/+24
2008-06-08Fix bug in pixman_compute_composite_region()Søren Sandmann3-7/+38
2008-06-08Merge branch 'master' into region32Søren Sandmann1-0/+2
2008-06-08Call _mm_empty() at the end of fbComposeSetupSSESøren Sandmann1-0/+2
2008-06-08Add pixman_image_set_clip_region32Søren Sandmann2-0/+21
2008-06-08Use 32 bit regions internallySøren Sandmann7-99/+123
2008-06-08Add pixman_region32_copy_from_region16Søren Sandmann2-0/+32
2008-06-08Some formatting fixingSøren Sandmann1-24/+25
2008-06-08Move all the PIXMAN_EXPORT into .c filesSøren Sandmann8-145/+108
2008-06-08Move PIXMAN_EXPORT into pixman-region.cSøren Sandmann4-116/+82
2008-06-08Merge branch 'master' into region32Søren Sandmann8-227/+1741
2008-06-08Fix forgotten use of pixman-combine.hSøren Sandmann1-0/+1
2008-06-08Merge branch 'vmx'Søren Sandmann8-227/+1740
2008-06-08Rename pixman-combine.h -> pixman-combin32.hSøren Sandmann2-5/+5
2008-06-08Fix up types in pixman32-region.cSøren Sandmann1-3/+3
2008-06-08Add prototypes for 32 bit region methodsSøren Sandmann1-6/+109
2008-06-08Add pixman-region32.cSøren Sandmann4-50/+92
2008-06-08Add prefixes to global primitive regionsSøren Sandmann1-6/+6
2008-06-08Delete more unused stuffSøren Sandmann1-38/+0
2008-06-08Delete more unused stuffSøren Sandmann1-112/+1
2008-06-08More data types; remove unused stuffSøren Sandmann2-231/+84
2008-06-08Add point_type_tSøren Sandmann2-11/+11
2008-06-08Replace pixman_box16_t with box_type_tSøren Sandmann2-81/+80
2008-06-08Add pixman-region16.c; compile that instead of pixman-region.cSøren Sandmann2-1/+29
2008-06-08macroize pixman-region.cSøren Sandmann1-44/+46
2008-06-07Use sigaction instead of signal to restore the previous handlerLuca Barbato1-3/+7
2008-06-07Use combine macros from the generated headerLuca Barbato2-162/+4
2008-06-07Split combine.inc generated files in source and headerLuca Barbato4-222/+255
2008-06-03Fix compilation on SGIDimitrios Apostolou1-1/+1
2008-06-01FixupLuca Barbato15-106/+5213
2008-05-27Fix wide alpha fetch macro.Aaron Plattner5-6/+14
2008-05-27Use wide compositing functions when wide == 1.Aaron Plattner1-8/+25
2008-05-27Add infrastructure for allocating wide scanline buffers. Not yet used.Aaron Plattner2-11/+15
2008-05-27Split fetch/fetchPixel/store proc types into 32-bit and 64-bit versions.Aaron Plattner4-40/+53
2008-05-27Move the scanline buffer allocation logic into pixman_composite_rect_general.Aaron Plattner3-35/+39
2008-05-15Update TODOSøren Sandmann1-7/+6
2008-05-15Work around GCC bug causing crashes in Mozilla with SSE2Søren Sandmann2-2/+18
2008-05-07Add support for 8 bit fills in pixman_fill_mmx()Søren Sandmann1-4/+32
2008-05-03Add --disable-gtk switch to configureRichard Hult1-1/+11
2008-05-02Update TODOSøren Sandmann1-0/+19
2008-05-01fix pixman compile with srcdir != builddirOswald Buddenhagen1-2/+2
2008-04-25Remove trailing comma from enum (bug 15364)Thomas Zimmermann1-1/+1