index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
Commit message (
Expand
)
Author
Age
*
add makedash_ variants to measure applying the dash (not drawing it)
reed@google.com
2012-05-18
*
change SkChunkAlloc to grow its allocations geometrically (not linearly)
reed@google.com
2012-05-17
*
WeakRefCnt
bungeman@google.com
2012-05-16
*
perform quickReject in drawPoints (which is called by drawLine) just like we
reed@google.com
2012-05-16
*
Add (8) more benchmarks to capture performance of a pair of blit optimization
tomhudson@google.com
2012-05-15
*
add clipped case for dashing to exercise quickReject
reed@google.com
2012-05-15
*
add test for computing the bounds of an array of points (SkRect::set)
reed@google.com
2012-05-15
*
Debug Windows compiler complaint fixes
robertphillips@google.com
2012-05-14
*
Add bench and test for SkRefCnt.
bungeman@google.com
2012-05-14
*
Discard absurd values (and log warnings) when graphing bench results.
epoger@google.com
2012-05-11
*
add experimental variant of dashing, where we explicitly draw rects
reed@google.com
2012-05-10
*
Dialed back complexity of nested clip bench to bring time down to a reasonabl...
robertphillips@google.com
2012-05-09
*
Added new bench test for nested clips
robertphillips@google.com
2012-05-09
*
First pass at accelerating gpu-based AA clipping
robertphillips@google.com
2012-05-07
*
Move function decls and macros out of public headers that are meant for inter...
bsalomon@google.com
2012-05-07
*
add bench for SkPath::Iter and SkPath::RawIter
reed@google.com
2012-05-07
*
add different stroke-widths to dash bench
mike@reedtribe.org
2012-05-05
*
add initial bench for dashing (more work to do)
reed@google.com
2012-05-04
*
always return a value
reed@google.com
2012-05-02
*
distinguish intersects-rect from intersects-rgn
reed@google.com
2012-05-02
*
renormalize some loop counts for faster tests in regions
reed@google.com
2012-05-02
*
rename containsrgn to containsrect, since that is what it is testing
reed@google.com
2012-05-02
*
make name lower-case, to match all other benches
reed@google.com
2012-04-30
*
must return a value
reed@google.com
2012-04-30
*
add contains xy test, adjust number of rects (using xor this time)
reed@google.com
2012-04-30
*
add RegionBench, in preparation for speeding up intersects and contains for c...
reed@google.com
2012-04-27
*
add defer canvas to bench
bsalomon@google.com
2012-04-16
*
Allow specifying multiple configs for bench, e.g. -config 8888 -config GPU.
tomhudson@google.com
2012-04-16
*
Addressed more Windows compiler complaint issues
robertphillips@google.com
2012-04-16
*
add circle benchmark
bsalomon@google.com
2012-04-11
*
Fixing Windows compiler complaints
robertphillips@google.com
2012-04-06
*
Add usage message and -h|--help arguments to bench.
tomhudson@google.com
2012-04-03
*
Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_D...
robertphillips@google.com
2012-03-30
*
Removing "Debug" option from bench tests to evaluate possible regression
robertphillips@google.com
2012-03-29
*
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
robertphillips@google.com
2012-03-28
*
Added debug GL Interface. This interface tracks various GL objects in order t...
robertphillips@google.com
2012-03-19
*
Disable overly heavy benchmark - 15x slower than any other benchmark
tomhudson@google.com
2012-03-14
*
add bench for various interp techniques used in bitmapshader_matrix
reed@google.com
2012-03-07
*
fix reorder initialization warning
djsollen@google.com
2012-02-27
*
Add a bench for picture playback.
djsollen@google.com
2012-02-23
*
Change append to appendf for call sites with no format arguments.
vandebo@chromium.org
2012-02-21
*
Move GL-specific include files to their own subdirectory, to better
tomhudson@google.com
2012-02-14
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Add a wide stroked line path benchmark to bench. It uses the same stroke width
senorblanco@chromium.org
2012-01-12
*
Towards enabling -Werror in skia on Linux
bsalomon@google.com
2012-01-06
*
Make null gl a top level config in bench
bsalomon@google.com
2011-12-13
*
rename sk_float_isNaN to sk_float_isnan to match related functions
reed@google.com
2011-12-06
*
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
reed@google.com
2011-12-06
*
add bench for computing isfinite of 4 values (targeted for SkRect)
reed@google.com
2011-12-05
*
speedup AAClip::setRegion (n^2 to n)
reed@google.com
2011-11-28
[next]