summaryrefslogtreecommitdiff
path: root/src/cairo_pattern.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-08-02Fix copyright attributions mistakenly attributed to University of Southern Ca...Carl Worth1-17/+16
2004-06-11Pre-multiply gradients after color interpolationDavid Reveman1-17/+20
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-0/+4
2004-05-11Removed pattern_offsetDavid Reveman1-8/+2
2004-05-04Corrected some confusing comments about the math used for radial gradientsDavid Reveman1-8/+16
2004-04-29Updated linear and radial patternsDavid Reveman1-100/+126
2004-04-25Converted shading routines to use fixed point values.David Reveman1-117/+120
2004-04-22Fixed pattern source offsetDavid Reveman1-16/+14
2004-04-20Fixed missing limits.h includesDavid Reveman1-1/+1
2004-04-09Added OpenGL surface backendDavid Reveman1-7/+7
2004-04-06Added new pattern APIDavid Reveman1-0/+716