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
*
Fixing type mask computation in SkMatrix to make it faster and make it so tha...
junov@chromium.org
2012-07-12
*
Fix variants in bench graphs.
bungeman@google.com
2012-07-10
*
change unique_paint_dictionary to change the paint randomly, instead of just
reed@google.com
2012-07-10
*
Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like
senorblanco@chromium.org
2012-07-09
*
restore 4478 w/ fixed assert (no long need 8-byte alignment)
reed@google.com
2012-07-09
*
revert 4478
reed@google.com
2012-07-09
*
switch callers to SkChecksum::Compute (no 32/64 preference)
reed@google.com
2012-07-09
*
add SkChecksum as a static class, for the replacement API
reed@google.com
2012-07-03
*
add scaling factor for subclasses, to normalize running time a little better
reed@google.com
2012-07-03
*
git-svn-id: http://skia.googlecode.com/svn/trunk@4436 2bbb7eff-a529-9590-31e7...
bensong@google.com
2012-07-02
*
git-svn-id: http://skia.googlecode.com/svn/trunk@4433 2bbb7eff-a529-9590-31e7...
bensong@google.com
2012-07-02
*
Adding checksum to SkFlatData to accelerate SkPicture recording.
junov@chromium.org
2012-06-27
*
write my own os.path.abspath() to work around Win path-length limits
epoger@google.com
2012-06-27
*
Reduce iteration count on picture_playback benchmarks to bring their cost
tomhudson@google.com
2012-06-26
*
Add -o option to bench_graph_svg.py: write the output to a file rather than s...
epoger@google.com
2012-06-25
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Add GrMemoryPool as a helper to override operators new/delete
bsalomon@google.com
2012-06-19
*
fix bogus assert
reed@google.com
2012-06-13
*
Reverting r4239 & r4240
robertphillips@google.com
2012-06-12
*
pass -fArray[i] instead of fArray[i], to skip a compiler optimization where it
reed@google.com
2012-06-12
*
add bench for SkScalarIsFinite
reed@google.com
2012-06-12
*
Compiler complaints + some minor cleanup
robertphillips@google.com
2012-06-12
*
Disable morphology benchmarks on fixed point builds.
tomhudson@google.com
2012-06-11
*
Dilate & Erode benchmarks. Unlike the blur benchmarks (which test
tomhudson@google.com
2012-06-11
*
add bench for conical Gradient
reed@google.com
2012-06-07
*
fix warnings on Mac in bench
caryclark@google.com
2012-06-06
*
We often rgn-diff an area >= the other rgn. now we detect that and return empty
reed@google.com
2012-05-31
*
Add bench to test the performance of creating a picture.
djsollen@google.com
2012-05-30
*
apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as well
reed@google.com
2012-05-30
*
add bench for floor variants
reed@google.com
2012-05-30
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-25
*
revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...
reed@google.com
2012-05-24
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-24
*
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
[next]