summaryrefslogtreecommitdiff
path: root/bench.gypi
AgeCommit message (Expand)Author
2014-04-10Add a new bench that tests a simple image filter DAG.senorblanco@chromium.org
2014-03-07Add SkCanvas::writePixels that takes info+pixels directlycommit-bot@chromium.org
2014-02-27Add GrSet class built on top of RedBlackTreecommit-bot@chromium.org
2014-02-26DM: also run benches once.commit-bot@chromium.org
2013-12-02Reverting r12427rmistry@google.com
2013-12-02Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-11-27Fold bench source file list into bench.gyp.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-bot@chromium.org
2013-11-07Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...reed@google.com
2013-11-05Add gms and benchmarks for drawing blurry round rects.scroggo@google.com
2013-11-04Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...reed@google.com
2013-11-04speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...reed@google.com
2013-09-25Bench baseline for mostly 0 image.scroggo@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-08-16This bench attempts to recreate Chromium's Canvas_putImageData performance te...commit-bot@chromium.org
2013-08-02Add fullscreen rect benchbsalomon@google.com
2013-08-01Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed...senorblanco@chromium.org
2013-07-23add scaledimagecachereed@google.com
2013-07-17Add bench for hairline paths.egdaniel@google.com
2013-07-11reenable the scale benchmark, and only bench actual canvas draw commandshumper@google.com
2013-07-09New bitmap filter checkin; this time with less build breakagehumper@google.com
2013-07-09Revert "More general image filter interface; tested implementation of standal...humper@google.com
2013-07-09More general image filter interface; tested implementation of standalonehumper@google.com
2013-07-02add charsToGlyphs to SkTypefacereed@google.com
2013-07-01Adding my Bitmap2Path sample for 1on1 meeting.commit-bot@chromium.org
2013-06-14Add an option to create unpremultiplied bitmaps.scroggo@google.com
2013-06-13Add benchmark for PremultiplyAlpha and UnpremultiplyAlpha in Skiacommit-bot@chromium.org
2013-06-11add bench for fontcache performance (measurement)reed@google.com
2013-06-03add bench for sk_memset16/32reed@google.com
2013-05-13add bench for blurred rectori caserobertphillips@google.com
2013-05-09Added game-like bench marksrobertphillips@google.com
2013-04-24Adding new bench tests for lighting and blursugoi@google.com
2013-04-23Added a few bench for some image filterssugoi@google.com
2013-04-17Perlin noise adjustmentssugoi@google.com
2013-04-17Benchmark to measure SkSurface copy on write performancejunov@chromium.org
2013-04-01Add Xfermode bench. Also clear before rendering in bench (rather than after).commit-bot@chromium.org
2013-02-22Add chart bench.bsalomon@google.com
2013-02-08Add a bench for SkBicubicImageFilter.senorblanco@chromium.org
2013-02-04add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizingreed@google.com
2013-01-31optimize region::intersect when one wholly contains the otherreed@google.com
2013-01-23add bench for sortingmike@reedtribe.org
2013-01-17Added new bench to test out 1xN BitmapProcShadersrobertphillips@google.com
2013-01-04Added a new function to directly generate a blurred rectangle analytically.humper@google.com
2012-12-03add getTypes() to SkMatrix44, to cache how complex the matrix is.reed@google.com
2012-10-25add bench for hairlinesreed@google.com
2012-10-12add bench for drawBitmapRectToRectreed@google.com
2012-10-03Added bench to replicate Google spreadsheet-style table drawingrobertphillips@google.com
2012-09-20Fix premul alpha problems w/matrix convolution filter, and re-enable the bench.senorblanco@chromium.org
2012-09-18Unreviewed; build fix.senorblanco@chromium.org
2012-09-18Implements a matrix convolution filter (raster path only). The filtering loopsenorblanco@chromium.org