summaryrefslogtreecommitdiff
path: root/src/test-fallback-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-05slim_hidden_proto: Move smeicolon from definition to use for consistency and ...Carl Worth1-1/+1
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+3
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-5/+5
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-2/+2
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+2
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-12/+12
2006-02-28Add testing for cairo_surface_get_type.Carl Worth1-0/+1
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-3/+3
2005-12-20Add some comments describing what a cairo_meta_surface_t is.Carl Worth1-28/+0
2005-12-19Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...Carl Worth1-2/+6
2005-12-16Return a test_fallback_surface_t rather than a cairo_image_surface_t for bett...Carl Worth1-3/+7
2005-12-16Add a new option --enable-test-surfaces.Carl Worth1-0/+225