summaryrefslogtreecommitdiff
path: root/src/cairo-pattern.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor1-23/+59
2005-04-14and delete:Carl Worth1-197/+121
2005-04-12Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.Carl Worth1-1/+2
2005-04-12Use CAIRO_FILTER_BEST by default rather than CAIRO_FILTER_NEAREST.Carl Worth1-1/+1
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-7/+11
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-4/+4
2005-03-06Comment and clean up the gradient computation. (_cairo_linear_pattern_classif...Owen Taylor1-19/+100
2005-03-04src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...Owen Taylor1-4/+49
2005-03-03Add overall alpha acceleration using mask surfaceDavid Reveman1-4/+44
2005-03-03Pass mask to composite operation as patternDavid Reveman1-0/+44
2005-03-03Change to cairo_surface_t like structure of of cairo_pattern_tDavid Reveman1-400/+571
2005-02-25Don't put an off-by-one n_stops into cairo_shader_op_t. (_cairo_shader_op_fin...Carl Worth1-31/+60
2005-02-24Fix memory leak when realloc fails due to out-of-memory.Carl Worth1-6/+6
2005-02-21Revert accidental commit.Carl Worth1-4/+2
2005-02-21Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).Carl Worth1-2/+4
2005-01-31src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...Owen Taylor1-138/+220
2005-01-30Fixes from David Reveman:Owen Taylor1-27/+25
2005-01-28Update prototype to eliminate warning.Kristian Høgsberg1-0/+4
2005-01-27Make sure we always return a surface similar to dst in the gradient case.Kristian Høgsberg1-7/+24
2005-01-27Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...Kristian Høgsberg1-66/+36
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-57/+150
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