index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gyp
/
bench.gypi
Commit message (
Expand
)
Author
Age
*
Adding new bench tests for lighting and blur
sugoi@google.com
2013-04-24
*
Added a few bench for some image filters
sugoi@google.com
2013-04-23
*
Perlin noise adjustments
sugoi@google.com
2013-04-17
*
Benchmark to measure SkSurface copy on write performance
junov@chromium.org
2013-04-17
*
Add Xfermode bench. Also clear before rendering in bench (rather than after).
commit-bot@chromium.org
2013-04-01
*
Add chart bench.
bsalomon@google.com
2013-02-22
*
Add a bench for SkBicubicImageFilter.
senorblanco@chromium.org
2013-02-08
*
add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing
reed@google.com
2013-02-04
*
optimize region::intersect when one wholly contains the other
reed@google.com
2013-01-31
*
add bench for sorting
mike@reedtribe.org
2013-01-23
*
Added new bench to test out 1xN BitmapProcShaders
robertphillips@google.com
2013-01-17
*
Added a new function to directly generate a blurred rectangle analytically.
humper@google.com
2013-01-04
*
add getTypes() to SkMatrix44, to cache how complex the matrix is.
reed@google.com
2012-12-03
*
add bench for hairlines
reed@google.com
2012-10-25
*
add bench for drawBitmapRectToRect
reed@google.com
2012-10-12
*
Added bench to replicate Google spreadsheet-style table drawing
robertphillips@google.com
2012-10-03
*
Fix premul alpha problems w/matrix convolution filter, and re-enable the bench.
senorblanco@chromium.org
2012-09-20
*
Unreviewed; build fix.
senorblanco@chromium.org
2012-09-18
*
Implements a matrix convolution filter (raster path only). The filtering loop
senorblanco@chromium.org
2012-09-18
*
Report data from bench_pictures in the same fashion as bench.
scroggo@google.com
2012-09-07
*
Add R-Tree bench.
rileya@google.com
2012-09-05
*
Added bench to test multiple readPixels case
robertphillips@google.com
2012-09-04
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Augmenting SkDeferredCanvas notification interface to signal flushes and memo...
junov@chromium.org
2012-08-14
*
Avoid a loop in writeString and writePad by zeroing padding first.
scroggo@google.com
2012-07-24
*
Adding checksum to SkFlatData to accelerate SkPicture recording.
junov@chromium.org
2012-06-27
*
Refactoring in preparation for adding the picture benchmarking program.
twiz@google.com
2012-06-22
*
Add GrMemoryPool as a helper to override operators new/delete
bsalomon@google.com
2012-06-19
*
Dilate & Erode benchmarks. Unlike the blur benchmarks (which test
tomhudson@google.com
2012-06-11
*
Add bench to test the performance of creating a picture.
djsollen@google.com
2012-05-30
*
change SkChunkAlloc to grow its allocations geometrically (not linearly)
reed@google.com
2012-05-17
*
Add bench and test for SkRefCnt.
bungeman@google.com
2012-05-14
*
add bench for SkPath::Iter and SkPath::RawIter
reed@google.com
2012-05-07
*
add initial bench for dashing (more work to do)
reed@google.com
2012-05-04
*
add RegionBench, in preparation for speeding up intersects and contains for c...
reed@google.com
2012-04-27
*
add bench for various interp techniques used in bitmapshader_matrix
reed@google.com
2012-03-07
*
Add a bench for picture playback.
djsollen@google.com
2012-02-23
*
add bench for shader+blitMask
reed@google.com
2011-11-15
*
New SkMutex benchmark - used when we suspected mutex performance issues;
tomhudson@google.com
2011-11-14
*
Adding support to trunk for building Skia using the Android NDK.
djsollen@google.com
2011-11-03
*
add bench for building the font cache
reed@google.com
2011-11-02
*
add bench for building aaclips
reed@google.com
2011-10-31
*
add initial bench for drawVertices
reed@google.com
2011-10-28
*
New benchmark for blitRect based on call frequency observed while scrolling
tomhudson@google.com
2011-10-27
*
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...
bsalomon@google.com
2011-10-19
*
explicitly set opt level for mac-release
reed@google.com
2011-10-10
*
Refactor the bench and common gyp/gypi files to allow for building bench within
seanpaul@google.com
2011-09-15