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
*
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
*
4-at-a-time SkPMColor -> SkPMFloat API.
mtklein
2015-03-05
*
Update SkPMFloat API a bit.
mtklein
2015-03-04
*
Trim the fat off SkPMFloat bench.
mtklein
2015-03-03
*
Notify resource caches when pixelref genID goes stale
reed
2015-02-24
*
Sketch SkPMFloat
mtklein
2015-02-23
*
Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chro...
mtklein
2015-02-23
*
Sketch SkPMFloat
mtklein
2015-02-23
*
Rename GrContentKey to GrUniqueKey
bsalomon
2015-02-19
*
Split out methods in GrGpuResource::CacheAccess that can be called outside of...
bsalomon
2015-02-13
*
Adding new benchmark to test image decoding performance.
msarett
2015-02-13
*
Rename GrResourceCache2->GrResourceCache
bsalomon
2015-02-11
*
Small change to use a GrGeometryProcessor for all BitmapText draw calls
joshualitt
2015-02-11
*
Simplify SkBBH::insert API
mtklein
2015-02-10
*
Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of htt...
mtklein
2015-02-09
*
nanobench: lazily decode bitmaps in .skps.
mtklein
2015-02-09
*
add rounded-join option to bigpath bench
reed
2015-02-09
*
add bench for very big paths
reed
2015-02-06
*
Add texture create/upload stats and make nanobench have explicit gpu stats flag
bsalomon
2015-02-02
[next]