summaryrefslogtreecommitdiff
path: root/bench.gypi
AgeCommit message (Expand)Author
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
2012-09-07Report data from bench_pictures in the same fashion as bench.scroggo@google.com
2012-09-05Add R-Tree bench.rileya@google.com
2012-09-04Added bench to test multiple readPixels caserobertphillips@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-14Augmenting SkDeferredCanvas notification interface to signal flushes and memo...junov@chromium.org
2012-07-24Avoid a loop in writeString and writePad by zeroing padding first.scroggo@google.com
2012-06-27Adding checksum to SkFlatData to accelerate SkPicture recording.junov@chromium.org
2012-06-22Refactoring in preparation for adding the picture benchmarking program.twiz@google.com
2012-06-19Add GrMemoryPool as a helper to override operators new/deletebsalomon@google.com
2012-06-11Dilate & Erode benchmarks. Unlike the blur benchmarks (which testtomhudson@google.com
2012-05-30Add bench to test the performance of creating a picture.djsollen@google.com
2012-05-17change SkChunkAlloc to grow its allocations geometrically (not linearly)reed@google.com
2012-05-14Add bench and test for SkRefCnt.bungeman@google.com
2012-05-07add bench for SkPath::Iter and SkPath::RawIterreed@google.com
2012-05-04add initial bench for dashing (more work to do)reed@google.com
2012-04-27add RegionBench, in preparation for speeding up intersects and contains for c...reed@google.com
2012-03-07add bench for various interp techniques used in bitmapshader_matrixreed@google.com
2012-02-23Add a bench for picture playback.djsollen@google.com
2011-11-15add bench for shader+blitMaskreed@google.com
2011-11-14New SkMutex benchmark - used when we suspected mutex performance issues;tomhudson@google.com
2011-11-03Adding support to trunk for building Skia using the Android NDK.djsollen@google.com
2011-11-02add bench for building the font cachereed@google.com
2011-10-31add bench for building aaclipsreed@google.com
2011-10-28add initial bench for drawVerticesreed@google.com
2011-10-27New benchmark for blitRect based on call frequency observed while scrollingtomhudson@google.com
2011-10-19Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...bsalomon@google.com
2011-10-10explicitly set opt level for mac-releasereed@google.com
2011-09-15Refactor the bench and common gyp/gypi files to allow for building bench withinseanpaul@google.com