summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Split screen into 16 simultaneous benchmarksHEADmasterChris Wilson25-40/+177
2013-08-25Use SHM events for synchronisation when possibleChris Wilson1-6/+104
2013-07-01maze: Add --use-mask parameterChris Wilson1-15/+74
2013-06-30Add a new demo similar to Bubbles!!!Chris Wilson4-1/+380
2013-01-25poppler: Prettier page animationChris Wilson1-6/+26
2012-08-18ximage: Provide double buffering for the similar imageChris Wilson1-12/+18
2012-08-18ximage: Add a couple of variations for means of presentationChris Wilson1-14/+64
2012-08-17ximage: Remove stale includesChris Wilson1-4/+0
2012-08-17Rename ximage to xshm and create a new demo based on similar-imageChris Wilson6-102/+243
2012-08-14Demonstrate use of cairo_surface_create_similar_image for fast pixel uploadChris Wilson7-11/+249
2012-08-12Add a skia demo backendChris Wilson9-17/+241
2012-08-12fish: Optionally remove the backgroundChris Wilson1-1/+12
2012-08-12ximage: Remove the redundant clearChris Wilson1-30/+9
2012-08-09Correct benchmark result messagesZhigang Gong3-3/+3
2012-07-20Compile fixesChris Wilson1-3/+3
2012-07-15Add a 12000x12000 example imageChris Wilson1-0/+0
2012-03-21A small step towards portability: wean off gdk-pixbuf-2.0Chris Wilson16-7/+68
2012-03-19gears: remove unused variable 'frames'Chris Wilson1-1/+0
2012-03-15gears: Remove the periodic print of fps to the consoleChris Wilson1-11/+0
2012-03-14Add a maze solving demoChris Wilson3-1/+344
2012-03-09gradient: Use faster antialiasing modesChris Wilson1-0/+2
2012-03-09dragon: compare fills vs strokesChris Wilson1-18/+71
2012-03-09xlib: use a queue depth of 2 framesChris Wilson1-25/+44
2012-03-08demo: Make the antialias hint options dependent upon cairo-1.11.4Chris Wilson3-12/+19
2012-03-08demo: Move xlib over xcb in default backend priorityChris Wilson1-2/+2
2012-03-06Add sierpinski fractal triangle, lots of thin strokesChris Wilson3-1/+162
2012-03-05dragon: refine path construction to reduce demo overheadChris Wilson1-35/+17
2012-03-05Add wave-demoChris Wilson3-2/+205
2012-03-05Add pythagoras, a demonstration of many fillsChris Wilson2-0/+177
2012-03-05Add dragonChris Wilson3-1/+231
2012-02-28spiral: Simplify to emphasize measurement of the line drawing speed.Chris Wilson2-262/+446
2012-02-28waterfall: Clamp the range of font-sizesChris Wilson1-1/+15
2012-02-28Add a waterfall demoChris Wilson4-1/+347
2012-02-27chart: Add a vertical modeChris Wilson1-20/+52
2012-02-10spinner: Restrict to showing a single fileChris Wilson2-81/+10
2012-02-05spinner: compile fix, complete the transition for benchmarkingChris Wilson1-1/+15
2012-02-05Add a zoom effect to the spinner-demoChris Wilson1-1/+8
2012-02-05Add a split-screen mode for showing backend performance side-by-sideChris Wilson21-73/+578
2012-01-30Prelude to benchmarkingChris Wilson7-6/+28
2011-11-25gears: Demonstrate sprite cachingChris Wilson1-17/+100
2011-11-24xlib: Tweak synchronisationChris Wilson1-16/+9
2011-10-14fish: reset clip to display fpsChris Wilson1-1/+3
2011-10-13Add some rudimentary clipping variationsChris Wilson7-7/+148
2011-10-12xcb: Avoid the per-frame surface allocation and clearChris Wilson1-30/+18
2011-10-11flowers: tweak rendering of petalsChris Wilson1-6/+7
2011-10-10fish: Fix the position of and make the reflection more pronouncedChris Wilson1-5/+9
2011-10-09Makefile: fix detection of coglChris Wilson1-1/+1
2011-10-09gears: And remove the vestigial bits of the old linear gradient animationChris Wilson1-61/+9
2011-10-09slideshow: remove redundant codeChris Wilson1-9/+1
2011-10-08Consolidate all fps_draw() routines into oneChris Wilson12-452/+72