summaryrefslogtreecommitdiff
path: root/bench.gypi
AgeCommit message (Expand)Author
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
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