summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some MinGW warningsAdrian Johnson2021-09-021-1/+6
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-011-2/+0
* Refactor ARRAY_LENGTH macro definitions in test codeBryce Harrington2014-11-201-0/+4
* boilerplate: Add a mode for running threaded perf testsMartin Robinson2013-04-041-1/+6
* boilerplate: Remove unused thread id parameterAndrea Canciani2011-11-121-1/+0
* boilerplate: Provide close callback after opening any2ppm outputAndrea Canciani2011-11-111-1/+3
* boilerplate: Silence MSVC warningsAndrea Canciani2011-06-201-0/+1
* perfChris Wilson2011-06-021-2/+9
* Boilerplate: Set fallback resolution using force_fallbacks functionAdrian Johnson2010-11-281-1/+2
* boilerplate: Add a describe vfuncBenjamin Otte2010-07-031-0/+4
* whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja2010-06-241-21/+23
* boilerplate: Create an image16 targetChris Wilson2010-03-271-0/+1
* boilerplate: Cleanup the list of backends upon shutdown.Chris Wilson2010-03-231-0/+3
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-1/+1
* [boilerplate] Runtime library checkChris Wilson2009-08-291-0/+1
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-0/+2
* [boilerpate] Move target definition to backends.Chris Wilson2009-07-041-2/+1
* [test] Add group-unalignedChris Wilson2009-06-271-4/+4
* [test] Experiment with reference targetsChris Wilson2009-06-191-0/+5
* Import Qt backend by MozillaVladimir Vukicevic2009-06-161-0/+3
* [boilerplate] Make array of targets const.Chris Wilson2009-06-121-2/+2
* [boilerplate] Export cairo_boilerplate_get_image_target()Chris Wilson2009-06-121-0/+3
* [boilerplate] Remove CAIRO_BOILERPLATE_LOG()Chris Wilson2009-01-031-4/+0
* [boilerplate] Redefine DEBUG() for portability concernsChris Wilson2009-01-031-1/+1
* [boilerplate] Suppress xlib warnings on stderrChris Wilson2009-01-031-0/+4
* [test] Mark targets with is_meta?Chris Wilson2008-11-051-0/+1
* [test] Build test suite into single binary.Chris Wilson2008-10-311-0/+1
* Automate error checking for fallback-resolution.Chris Wilson2008-09-281-0/+7
* [boilerplate] Retry conversion in process if first attempt fails.Chris Wilson2008-09-261-2/+9
* [boilerplate] Include cairo-compiler-private.hChris Wilson2008-09-101-0/+2
* [boilerplate] Rename xmalloc.[ch] to boilerplate namespaceBehdad Esfahbod2008-09-041-1/+1
* [boilerplate] Add cairo_boilerplate_version[_string]() functionsBehdad Esfahbod2008-09-021-0/+6
* [test] Cache last output and compare next time.Chris Wilson2008-08-201-0/+5
* [boilerplate] Daemonic conversion utility.Chris Wilson2008-08-191-0/+7
* [test] Avoid redundant writes/reads of test surfaces via png.Chris Wilson2008-08-181-22/+40
* [test] Preparatory work for running under memfault.Chris Wilson2008-08-131-6/+5
* [test] Handle TEST_CONTENT_COLOR_ALPHA_FLATTENED similar surfaces.Chris Wilson2008-04-111-0/+3
* Some fixes and improvements to the Win32 buildAzar@.(none)2008-02-061-0/+4
* [boilerplate] Add cairo_boilerplate_format_from_contentBehdad Esfahbod2007-04-201-0/+3
* [boilerplate] Move xasprintf to xmalloc.cBehdad Esfahbod2007-04-201-17/+15
* [boilerplate] Rename xcairo_surface_set_user_data to cairo_boilerplate_surfac...Behdad Esfahbod2007-04-201-0/+6
* [boilerplate] Add a boolean is_vector to boilerplate target typeBehdad Esfahbod2007-04-201-0/+1
* [boilerplate] Add cairo_boilerplate_get/free_targetsBehdad Esfahbod2007-04-181-1/+5
* [boilerplate] s/_cairo_test_content_name/cairo_boilerplate_content_name/gBehdad Esfahbod2007-04-181-1/+1
* Rename wait_for_rendering to syncrhonizeCarl Worth2006-10-161-1/+1
* perf: Make xlib testing wait for the X server to finish rendering.Carl Worth2006-09-111-0/+4
* boilerplate: Allow targets to distinguish between test and perf.Carl Worth2006-09-091-5/+11
* Use unsigned consistently to avoid compiler warning.Carl Worth2006-09-091-1/+1
* boilerplate: Rename cairo_test_target_t to cairo_boilerplate_target_tCarl Worth2006-09-091-9/+9
* perf: Report times not rates. Interface in integers not doubles.Carl Worth2006-09-061-0/+31