summaryrefslogtreecommitdiff
path: root/test/mask.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-05test: fix include order for AIX, bug#89354Michael Haubenwallner1-1/+1
2011-03-17test: Cleanup macrosAndrea Canciani1-7/+6
2009-06-02Add a generic cow-snapshotting frameworkChris Wilson1-1/+11
2008-10-31[test] Build test suite into single binary.Chris Wilson1-15/+8
2008-10-18[test/mask] Propagate error from secondary context.Chris Wilson1-5/+1
2008-10-18[test/mask] Propagate error from secondary context.Chris Wilson1-4/+2
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-11/+12
2007-12-20[test/*] Create new surfaces using the group target.Chris Wilson1-2/+2
2006-12-14Optimize gradient computationsDavid Turner1-3/+3
2006-08-08Eliminate most compiler warnings from the test suiteCarl Worth1-1/+1
2006-07-13Add prototype for draw in each test file and remove it from the header.Behdad Esfahbod1-0/+2
2006-07-11More test suite infrastructure improvements:Behdad Esfahbod1-3/+4
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-4/+4
2006-04-27Use CLEAR operator in mask.c in order to not trig image fallbackEmmanuel Pacaud1-2/+1
2006-04-18Clear completely the temporary surface between each subtest in mask.cEmmanuel Pacaud1-5/+3
2005-07-18Note some progress.Carl Worth1-1/+1
2005-07-15Fix a few memory leaks (missing cairo_pattern_destroy in 3 places).Carl Worth1-1/+4
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-2/+2
2005-05-06Eliminate the following deprecated functions from cairo's interface:Carl Worth1-4/+4
2005-05-06Rename and re-order the cairo_operator_t enum to names that abbreviate less a...Carl Worth1-2/+2
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth1-6/+4
2005-05-06src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor1-0/+7
2005-05-02src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor1-0/+241