summaryrefslogtreecommitdiff
path: root/pixman
AgeCommit message (Expand)AuthorFilesLines
2007-04-20[pixman] Fix typo in Makefile.amBehdad Esfahbod1-1/+1
2007-04-18Put back __inline definition for MSC compilers, in both cairo and pixmanBehdad Esfahbod1-2/+8
2007-04-18[pixman] Rename icint.h to pixmanint.hBehdad Esfahbod24-75/+1110
2007-04-12[pixman] Mark some small functions that are called per-pixel inlineBehdad Esfahbod1-3/+3
2007-04-12[pixman] Fix fbcompose.c that was broken for some composite operations (#5777)David Reveman1-93/+151
2007-04-12Move pixman_format_t from heap to stack allocations.Chris Wilson6-234/+160
2007-04-11Only enable warn-unused-result for recent gccChris Wilson1-3/+7
2007-04-11_pixman_create_source_image() - check for malloc failureChris Wilson1-0/+2
2007-04-11Unexport fbSolidFillmmx and fbCopyAreammx.Chris Wilson3-134/+101
2007-04-11Propagate errors up through pixman_composite_trapezoids()Chris Wilson2-17/+22
2007-04-11Propagate region errors from pixman_color_rects().Chris Wilson2-21/+57
2007-04-11FbClipImage* should check for errors during region operations.Chris Wilson1-4/+14
2007-04-11Propagate region failures during pixman_image_set_clip_region().Chris Wilson1-3/+12
2007-04-09Add attribute(warn_unused_result)Chris Wilson2-2/+3
2007-04-08Rename pixman_region_uninit to pixman_region_finiBehdad Esfahbod8-13/+13
2007-04-08[pixman-image] Simply initialization given that there is no clipBehdad Esfahbod1-23/+9
2007-04-08[pixman-region] Separate pixman_region_initMathias Hasselmann8-44/+49
2007-04-08Update function mapMathias Hasselmann1-3/+2
2007-04-08Remove abdoned pixman_region_{create,destroy}Mathias Hasselmann2-31/+0
2007-04-08Make clientClip region static, remove abdoned CT_PIXMAP code pathsMathias Hasselmann3-203/+9
2007-04-08Avoid pixman_region_create in pixman_composite{,General}Mathias Hasselmann3-84/+48
2007-04-08Make clip regions of pixman_image_t staticMathias Hasselmann4-78/+96
2007-04-08Avoid pixman_region_create in pixman_color_rectsMathias Hasselmann1-16/+16
2007-04-08Replace pixman_region_create_simple by pixman_region_initMathias Hasselmann3-22/+8
2007-04-08Make pixman_region_{init,uninit} publicMathias Hasselmann2-12/+11
2007-04-08Move struct pixman_region16 to pixman.hMathias Hasselmann2-7/+7
2007-04-04Restore gcov functionalityChris Wilson1-1/+4
2007-04-03[pixman/src/check-config.sh] Test that all source files #include <config.h>Behdad Esfahbod2-0/+20
2007-04-03[pixman] Make sure all source files include config.hBehdad Esfahbod15-0/+55
2007-04-03[pixman] Cleanup inline mess (#10150)Behdad Esfahbod7-55/+46
2007-03-20[configure.in] Define PIXMAN_CFLAGS, to pass -fno-strict-aliasing to pixmanBehdad Esfahbod1-3/+1
2007-03-16Don't use unsupported visibily attribute hidden on SolarisGilles Dauphin1-1/+1
2007-03-01Fix gradient walker to not reset needlesslyCarl Worth1-7/+10
2007-03-01Fix implementation of radial gradients for inner radius != 0Carl Worth4-67/+165
2007-03-01Rename radial gradient inner/outer to c1/c2Carl Worth2-8/+8
2007-02-13Update Win32 makefilesDan Amelang1-0/+2
2007-02-06Apply patch from Marco Gritti and Jordan Crouse to correctly detectSoren Sandmann Pedersen1-1/+3
2007-02-06Remove left-over assert and some alpha checks fromSoren Sandmann Pedersen1-39/+13
2007-02-02fixing gradient repeat mode computationsDavid Turner1-2/+4
2007-01-25[mmx] avoid casts between int32 and __m64 typesVladimir Vukicevic1-6/+4
2007-01-22[pixman/src/fbmmx.c] Add comment around M64Behdad Esfahbod1-0/+3
2007-01-21[pixman/src/fbmmx.c] Hide "dereferencing type-punned pointer" warningsBehdad Esfahbod1-16/+18
2007-01-17Implement pixman fbCompositeSrc_8888x0565mmxDan Williams4-2/+148
2007-01-16Clean up _fbOnes()Pavel Roskin2-8/+8
2007-01-09Add SRC and IN implementations to avoid CompositeGeneral in some cases hit by...Soeren Sandmann3-1/+366
2007-01-07Fix various code/comment typosAlp Toker1-1/+1
2006-12-14Optimize gradient computationsDavid Turner1-127/+298
2006-12-14Fix 'make distcheck' after recent file removalsCarl Worth1-2/+1
2006-12-08[pixman] Remove unused slim_internal.hBehdad Esfahbod1-103/+0
2006-11-07[win32] Update pixman MMX code to work with MSVCVladimir Vukicevic3-73/+174