summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Fix some MinGW warningsAdrian Johnson1-1/+6
2021-05-01Drop the conditional inclusion of config.hEmmanuele Bassi1-2/+0
2014-11-20Refactor ARRAY_LENGTH macro definitions in test codeBryce Harrington1-0/+4
2013-04-04boilerplate: Add a mode for running threaded perf testsMartin Robinson1-1/+6
2011-11-12boilerplate: Remove unused thread id parameterAndrea Canciani1-1/+0
2011-11-11boilerplate: Provide close callback after opening any2ppm outputAndrea Canciani1-1/+3
2011-06-20boilerplate: Silence MSVC warningsAndrea Canciani1-0/+1
2011-06-02perfChris Wilson1-2/+9
2010-11-28Boilerplate: Set fallback resolution using force_fallbacks functionAdrian Johnson1-1/+2
2010-07-03boilerplate: Add a describe vfuncBenjamin Otte1-0/+4
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja1-21/+23
2010-03-27boilerplate: Create an image16 targetChris Wilson1-0/+1
2010-03-23boilerplate: Cleanup the list of backends upon shutdown.Chris Wilson1-0/+3
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-1/+1
2009-08-29[boilerplate] Runtime library checkChris Wilson1-0/+1
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-0/+2
2009-07-04[boilerpate] Move target definition to backends.Chris Wilson1-2/+1
2009-06-27[test] Add group-unalignedChris Wilson1-4/+4
2009-06-19[test] Experiment with reference targetsChris Wilson1-0/+5
2009-06-16Import Qt backend by MozillaVladimir Vukicevic1-0/+3
2009-06-12[boilerplate] Make array of targets const.Chris Wilson1-2/+2
2009-06-12[boilerplate] Export cairo_boilerplate_get_image_target()Chris Wilson1-0/+3
2009-01-03[boilerplate] Remove CAIRO_BOILERPLATE_LOG()Chris Wilson1-4/+0
2009-01-03[boilerplate] Redefine DEBUG() for portability concernsChris Wilson1-1/+1
2009-01-03[boilerplate] Suppress xlib warnings on stderrChris Wilson1-0/+4
2008-11-05[test] Mark targets with is_meta?Chris Wilson1-0/+1
2008-10-31[test] Build test suite into single binary.Chris Wilson1-0/+1
2008-09-28Automate error checking for fallback-resolution.Chris Wilson1-0/+7
2008-09-26[boilerplate] Retry conversion in process if first attempt fails.Chris Wilson1-2/+9
2008-09-10[boilerplate] Include cairo-compiler-private.hChris Wilson1-0/+2
2008-09-04[boilerplate] Rename xmalloc.[ch] to boilerplate namespaceBehdad Esfahbod1-1/+1
2008-09-02[boilerplate] Add cairo_boilerplate_version[_string]() functionsBehdad Esfahbod1-0/+6
2008-08-20[test] Cache last output and compare next time.Chris Wilson1-0/+5
2008-08-19[boilerplate] Daemonic conversion utility.Chris Wilson1-0/+7
2008-08-18[test] Avoid redundant writes/reads of test surfaces via png.Chris Wilson1-22/+40
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-6/+5
2008-04-11[test] Handle TEST_CONTENT_COLOR_ALPHA_FLATTENED similar surfaces.Chris Wilson1-0/+3
2008-02-06Some fixes and improvements to the Win32 buildAzar@.(none)1-0/+4
2007-04-20[boilerplate] Add cairo_boilerplate_format_from_contentBehdad Esfahbod1-0/+3
2007-04-20[boilerplate] Move xasprintf to xmalloc.cBehdad Esfahbod1-17/+15
2007-04-20[boilerplate] Rename xcairo_surface_set_user_data to cairo_boilerplate_surfac...Behdad Esfahbod1-0/+6
2007-04-20[boilerplate] Add a boolean is_vector to boilerplate target typeBehdad Esfahbod1-0/+1
2007-04-18[boilerplate] Add cairo_boilerplate_get/free_targetsBehdad Esfahbod1-1/+5
2007-04-18[boilerplate] s/_cairo_test_content_name/cairo_boilerplate_content_name/gBehdad Esfahbod1-1/+1
2006-10-16Rename wait_for_rendering to syncrhonizeCarl Worth1-1/+1
2006-09-11perf: Make xlib testing wait for the X server to finish rendering.Carl Worth1-0/+4
2006-09-09boilerplate: Allow targets to distinguish between test and perf.Carl Worth1-5/+11
2006-09-09Use unsigned consistently to avoid compiler warning.Carl Worth1-1/+1
2006-09-09boilerplate: Rename cairo_test_target_t to cairo_boilerplate_target_tCarl Worth1-9/+9
2006-09-06perf: Report times not rates. Interface in integers not doubles.Carl Worth1-0/+31