summaryrefslogtreecommitdiff
path: root/boilerplate
AgeCommit message (Expand)AuthorFilesLines
2006-12-07Replace point sampling in the fill-degenerate-sort-order with rendering.M Joonas Pihlaja1-0/+3
2006-11-27[test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDESBehdad Esfahbod1-0/+1
2006-11-08boilerplate: Add xrealloc functionCarl Worth2-0/+15
2006-10-29XCB/perf: implement boilerplate_xcb_synchronize for fair performance tests.Jamey Sharp1-1/+12
2006-10-27[beos] Allow a pixel error of 1 for BeOS testsChristian Biesinger1-3/+6
2006-10-27[beos] make tests compile againChristian Biesinger2-15/+45
2006-10-26Make xlib and xcb backends tolerant of single-bit errors in the test suite ou...Carl Worth1-4/+8
2006-10-22Fix prototype warning by including cairo-test-directfb.hChristian Biesinger1-0/+1
2006-10-18XCB: find_standard_format using wrong enumeration.Ian Osgood1-4/+4
2006-10-16Rename wait_for_rendering to syncrhonizeCarl Worth2-4/+4
2006-10-12Update .gitignore in boilerplate and test.Jamey Sharp1-0/+1
2006-10-12XCB: update cairo-boilerplate to test for an error connection rather than NULL.Jamey Sharp1-1/+1
2006-10-12Merge branch 'master' of ssh+git://git.cairographics.org/git/cairoMichael Emmel1-108/+17
2006-10-12Fixed test to compileMichael Emmel1-6/+6
2006-10-12Fixed test to compileMichael Emmel1-28/+47
2006-10-12Fixed directfb test codeMichael Emmel1-1/+1
2006-10-11Replace static fn with xcb-renderutil library fn.Ian Osgood1-94/+5
2006-10-11Update XCB names for XCB 1.0 RC2 release.Ian Osgood1-29/+27
2006-09-19Add win32 output files to gitignoreVladimir Vukicevic1-0/+7
2006-09-13[nquartz] Initial commit of native quartz surfaceVladimir Vukicevic1-0/+44
2006-09-11perf: Make xlib testing wait for the X server to finish rendering.Carl Worth2-2/+19
2006-09-09[win32] Makefile.win32: use correct (/MD) runtime library flag everywhereVladimir Vukicevic1-1/+1
2006-09-09Merge branch 'master' of git+ssh://git.cairographics.org/git/cairo into cairo...Vladimir Vukicevic2-95/+189
2006-09-09[win32] Fix boilerplate for win32 surfaces to use new _with_dib functionVladimir Vukicevic1-35/+11
2006-09-09boilerplate-xlib: New perf-specific surface creation for xlib backend.Carl Worth1-31/+106
2006-09-09boilerplate: Allow targets to distinguish between test and perf.Carl Worth2-70/+89
2006-09-09Merge branch 'master' of git+ssh://git.cairographics.org/git/cairo into cairo...Vladimir Vukicevic2-12/+12
2006-09-09[win32] win32-specific Makefiles for building with MSVCVladimir Vukicevic1-0/+18
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 Worth2-11/+11
2006-09-06AddBehdad Esfahbod1-0/+2
2006-09-06[Makefile] Fix typoBehdad Esfahbod1-1/+1
2006-09-06perf: Report times not rates. Interface in integers not doubles.Carl Worth1-0/+31
2006-09-05Move target tolerance to cairo_test_target structure (should let single-pixel...Carl Worth2-30/+39
2006-08-31boilerplate: Fix compilation for glitz.Benjamin Otte2-0/+15
2006-08-31Initial hookup of Vlad's timer/alarm codeCarl Worth1-0/+1
2006-08-31perf: Don't measure meta-surface-backed surface types.Carl Worth1-0/+3
2006-08-31boilerplate: Fix missing include of config.h which was preventing many backen...Carl Worth2-11/+19
2006-08-31Move test-specific stuff out of boilerplate/ and back into test/Carl Worth6-1217/+8
2006-08-31boilerplate: Remove custom read/write-png code in favor of using cairo surfacesCarl Worth9-534/+119
2006-08-30Separate the sharable stuff out of cairo-test.c into cairo-boilerplate.cCarl Worth5-1484/+1607
2006-08-30Add boilerplate/README explaining its purposeCarl Worth1-0/+14
2006-08-30Split libcairotest files out from test/ and into boilerplate/Carl Worth15-0/+3631