aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* Remove overly-promiscuous SkNx syntax sugar.Gravatar mtklein2015-06-10
* Subset decoding benchmarksGravatar msarett2015-06-09
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* A bunch of little SkMScalar-as-float build fixes.Gravatar mtklein2015-06-09
* Pump up matrix44_setconcat benches 1000x so they can be timed on Android.Gravatar mtklein2015-06-09
* Split SetConcatMatrix44Bench to cover both internal paths.Gravatar mtklein2015-06-09
* Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...Gravatar reed2015-06-08
* change SkDraw and all Blitters to use pixmap instead of bitmapGravatar reed2015-06-08
* add res to stroke benchGravatar caryclark2015-06-01
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-29
* add bench for building strokesGravatar reed2015-05-29
* Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...Gravatar bsalomon2015-05-28
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-28
* Store context options on caps.Gravatar bsalomon2015-05-22
* Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...Gravatar bsalomon2015-05-22
* Store context options on caps.Gravatar bsalomon2015-05-22
* Move font loading in gm tests and benches out of constructorsGravatar kkinnunen2015-05-21
* Make GrResourceCache perf less sensitive to key length changeGravatar kkinnunen2015-05-18
* Add _aa variants of Xfermode benches.Gravatar mtklein2015-05-13
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* Add a control benchmark.Gravatar mtklein2015-05-06
* remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConicalGravatar reed2015-05-04
* Move resource fonts to common location.Gravatar bungeman2015-04-30
* DM+nanobench: print both current and max RSS.Gravatar mtklein2015-04-30
* Change to add zoom animations to nanobenchGravatar joshualitt2015-04-27
* Do not crash nanobench in debug modeGravatar msarett2015-04-24
* Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 ...Gravatar reed2015-04-16
* Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https:/...Gravatar jcgregorio2015-04-16
* remove unused (by clients) SkPathUtilsGravatar reed2015-04-16
* crank up innerloop to make hairlinebench more usable/reliableGravatar reed2015-04-13
* Rewrite memset benches, then use results to add a small-N optimization.Gravatar mtklein2015-04-09
* Expand bench to cover no-draw SkPictures too.Gravatar mtklein2015-04-06
* Add a bench to measure SkPictureRecorder constant overhead.Gravatar mtklein2015-04-03
* BUG=skia:Gravatar joshualitt2015-04-03
* New names for SkPMFloat methods.Gravatar mtklein2015-04-03
* remove useless benchesGravatar reed2015-04-02
* Test SkCodec to kIndex8 in nanobench.Gravatar scroggo2015-04-02
* experimental speedup some xfermodes with Sk4fGravatar reed2015-04-02
* nanobench does not need to handle failed rewind.Gravatar scroggo2015-04-01
* Add timing SkCodec to nanobench.Gravatar scroggo2015-04-01
* back to Sk4f for SkPMColorGravatar mtklein2015-03-31
* Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T>Gravatar mtklein2015-03-30
* use Sk4f for matrix mathGravatar reed2015-03-29
* use table of procs (and unrolling) to speed up mapPtsGravatar reed2015-03-27
* Move HWUI boilerplate into utils/androidGravatar tomhudson2015-03-27
* Minor cleanup in nanobenchGravatar tomhudson2015-03-27
* Add matrix constructing helpers to SkMatrixGravatar robertphillips2015-03-26
* SkPMFloat::trunc()Gravatar mtklein2015-03-26