summaryrefslogtreecommitdiff
path: root/test/mask.c
Commit message (Expand)AuthorAgeFilesLines
* test: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-051-1/+1
* test: Cleanup macrosAndrea Canciani2011-03-171-7/+6
* Add a generic cow-snapshotting frameworkChris Wilson2009-06-021-1/+11
* [test] Build test suite into single binary.Chris Wilson2008-10-311-15/+8
* [test/mask] Propagate error from secondary context.Chris Wilson2008-10-181-5/+1
* [test/mask] Propagate error from secondary context.Chris Wilson2008-10-181-4/+2
* [test] Preparatory work for running under memfault.Chris Wilson2008-08-131-11/+12
* [test/*] Create new surfaces using the group target.Chris Wilson2007-12-201-2/+2
* Optimize gradient computationsDavid Turner2006-12-141-3/+3
* Eliminate most compiler warnings from the test suiteCarl Worth2006-08-081-1/+1
* Add prototype for draw in each test file and remove it from the header.Behdad Esfahbod2006-07-131-0/+2
* More test suite infrastructure improvements:Behdad Esfahbod2006-07-111-3/+4
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-4/+4
* Use CLEAR operator in mask.c in order to not trig image fallbackEmmanuel Pacaud2006-04-271-2/+1
* Clear completely the temporary surface between each subtest in mask.cEmmanuel Pacaud2006-04-181-5/+3
* Note some progress.Carl Worth2005-07-181-1/+1
* Fix a few memory leaks (missing cairo_pattern_destroy in 3 places).Carl Worth2005-07-151-1/+4
* Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth2005-07-081-2/+2
* Eliminate the following deprecated functions from cairo's interface:Carl Worth2005-05-061-4/+4
* Rename and re-order the cairo_operator_t enum to names that abbreviate less a...Carl Worth2005-05-061-2/+2
* Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth2005-05-061-6/+4
* src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().Owen Taylor2005-05-061-0/+7
* src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().Owen Taylor2005-05-021-0/+241