aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gypi
Commit message (Expand)AuthorAge
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* add bench for hairlinesGravatar reed@google.com2012-10-25
* add bench for drawBitmapRectToRectGravatar reed@google.com2012-10-12
* Added bench to replicate Google spreadsheet-style table drawingGravatar robertphillips@google.com2012-10-03
* Fix premul alpha problems w/matrix convolution filter, and re-enable the bench.Gravatar senorblanco@chromium.org2012-09-20
* Unreviewed; build fix.Gravatar senorblanco@chromium.org2012-09-18
* Implements a matrix convolution filter (raster path only). The filtering loopGravatar senorblanco@chromium.org2012-09-18
* Report data from bench_pictures in the same fashion as bench.Gravatar scroggo@google.com2012-09-07
* Add R-Tree bench.Gravatar rileya@google.com2012-09-05
* Added bench to test multiple readPixels caseGravatar robertphillips@google.com2012-09-04
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Augmenting SkDeferredCanvas notification interface to signal flushes and memo...Gravatar junov@chromium.org2012-08-14
* Avoid a loop in writeString and writePad by zeroing padding first.Gravatar scroggo@google.com2012-07-24
* Adding checksum to SkFlatData to accelerate SkPicture recording.Gravatar junov@chromium.org2012-06-27
* Refactoring in preparation for adding the picture benchmarking program.Gravatar twiz@google.com2012-06-22
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* Dilate & Erode benchmarks. Unlike the blur benchmarks (which testGravatar tomhudson@google.com2012-06-11
* Add bench to test the performance of creating a picture.Gravatar djsollen@google.com2012-05-30
* change SkChunkAlloc to grow its allocations geometrically (not linearly)Gravatar reed@google.com2012-05-17
* Add bench and test for SkRefCnt.Gravatar bungeman@google.com2012-05-14
* add bench for SkPath::Iter and SkPath::RawIterGravatar reed@google.com2012-05-07
* add initial bench for dashing (more work to do)Gravatar reed@google.com2012-05-04
* add RegionBench, in preparation for speeding up intersects and contains for c...Gravatar reed@google.com2012-04-27
* add bench for various interp techniques used in bitmapshader_matrixGravatar reed@google.com2012-03-07
* Add a bench for picture playback.Gravatar djsollen@google.com2012-02-23
* add bench for shader+blitMaskGravatar reed@google.com2011-11-15
* New SkMutex benchmark - used when we suspected mutex performance issues;Gravatar tomhudson@google.com2011-11-14
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* add bench for building the font cacheGravatar reed@google.com2011-11-02
* add bench for building aaclipsGravatar reed@google.com2011-10-31
* add initial bench for drawVerticesGravatar reed@google.com2011-10-28
* New benchmark for blitRect based on call frequency observed while scrollingGravatar tomhudson@google.com2011-10-27
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* explicitly set opt level for mac-releaseGravatar reed@google.com2011-10-10
* Refactor the bench and common gyp/gypi files to allow for building bench withinGravatar seanpaul@google.com2011-09-15