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 a control benchmark.
mtklein
2015-05-06
*
remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical
reed
2015-05-04
*
Move resource fonts to common location.
bungeman
2015-04-30
*
DM+nanobench: print both current and max RSS.
mtklein
2015-04-30
*
Change to add zoom animations to nanobench
joshualitt
2015-04-27
*
Do not crash nanobench in debug mode
msarett
2015-04-24
*
Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 ...
reed
2015-04-16
*
Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https:/...
jcgregorio
2015-04-16
*
remove unused (by clients) SkPathUtils
reed
2015-04-16
*
crank up innerloop to make hairlinebench more usable/reliable
reed
2015-04-13
*
Rewrite memset benches, then use results to add a small-N optimization.
mtklein
2015-04-09
*
Expand bench to cover no-draw SkPictures too.
mtklein
2015-04-06
*
Add a bench to measure SkPictureRecorder constant overhead.
mtklein
2015-04-03
*
BUG=skia:
joshualitt
2015-04-03
*
New names for SkPMFloat methods.
mtklein
2015-04-03
*
remove useless benches
reed
2015-04-02
*
Test SkCodec to kIndex8 in nanobench.
scroggo
2015-04-02
*
experimental speedup some xfermodes with Sk4f
reed
2015-04-02
*
nanobench does not need to handle failed rewind.
scroggo
2015-04-01
*
Add timing SkCodec to nanobench.
scroggo
2015-04-01
*
back to Sk4f for SkPMColor
mtklein
2015-03-31
*
Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T>
mtklein
2015-03-30
*
use Sk4f for matrix math
reed
2015-03-29
*
use table of procs (and unrolling) to speed up mapPts
reed
2015-03-27
*
Move HWUI boilerplate into utils/android
tomhudson
2015-03-27
*
Minor cleanup in nanobench
tomhudson
2015-03-27
*
Add matrix constructing helpers to SkMatrix
robertphillips
2015-03-26
*
SkPMFloat::trunc()
mtklein
2015-03-26
*
Android HWUI backend Nanobench
tomhudson
2015-03-26
*
small fix for nanobench segfault when not running any tests
joshualitt
2015-03-26
*
use new faster/vector impl for chopping conics
reed
2015-03-26
*
remove slower scalar code in favor of vectors
reed
2015-03-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
hack on linear gradient
mtklein
2015-03-25
*
Use Sk4x to speed-up bounds of an array of points
reed
2015-03-25
*
Update 4-at-a-time APIs.
mtklein
2015-03-25
*
SkChopCubicAt2 using Sk2s -- 2x faster
reed
2015-03-24
*
remove meaningless matrix benches, add mapPts() and add new benches
reed
2015-03-23
*
Get rid of excess cleverness in benchmark
tomhudson
2015-03-23
*
use Sk2s for conics
reed
2015-03-20
*
Only use 256x256 tiles on hd2000 nanobench bots
egdaniel
2015-03-20
*
use Sk2s for EvalQuadTangent and ChopQuadAt
reed
2015-03-20
*
Move skp nanobench tile size back to 256x256 to see if it fixes nanobench cra...
egdaniel
2015-03-19
*
alt SkEvalQuadAt that returns its answer, using Sk2f
reed
2015-03-19
*
Revert of replace SkFixedDiv impl with native 64bit math (patchset #2 id:2000...
reed
2015-03-19
*
replace SkFixedDiv impl with native 64bit math
reed
2015-03-18
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
DM: display current memory usage (instead of peak) when available.
mtklein
2015-03-12
*
Increase default tile sizes in nanobench
bsalomon
2015-03-05
[next]