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
*
cleaned up algorithm codes and added 25th percentile for representation.
bensong@google.com
2012-08-16
*
added representation to xhtml title.
bensong@google.com
2012-08-15
*
fixes elif bug.
bensong@google.com
2012-08-15
*
adds flag for choosing bench representative algorithm.
bensong@google.com
2012-08-15
*
revert r5100 experiment
bsalomon@google.com
2012-08-14
*
Temporary change to bench on android to run limited set of test in order to s...
bsalomon@google.com
2012-08-14
*
Reduce number of paths created by benchs
bsalomon@google.com
2012-08-14
*
Reduce allocations in RandomPathBench
bsalomon@google.com
2012-08-14
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
Augmenting SkDeferredCanvas notification interface to signal flushes and memo...
junov@chromium.org
2012-08-14
*
Add inst counting to bench and count SkPaths
bsalomon@google.com
2012-08-14
*
Stop bench from leaking
bsalomon@google.com
2012-08-13
*
Reduce path_copy iteration count, hopefully allows nexus s bot to complete wi...
bsalomon@google.com
2012-08-13
*
Adds a bunch of benchmarks around creating, transforming, testing path equality,
bsalomon@google.com
2012-08-13
*
Fixing NoGPU build of bench
junov@chromium.org
2012-08-07
*
Add -logFile option to Bench
borenet@google.com
2012-08-07
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Avoid a loop in writeString and writePad by zeroing padding first.
scroggo@google.com
2012-07-24
*
SkSfntUtils should use public types.
bungeman@google.com
2012-07-24
*
land http://codereview.appspot.com/6353063/ by Lei
reed@google.com
2012-07-24
*
Added picture recording benchmark options to bench.
keyar@chromium.org
2012-07-20
*
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
[next]