- 5ca41c1 Remove GrRedBlackTree by joshualitt · 9 years ago
- 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
- c734e69 Added a glBench for testing performance of vec4 vs scalar coverage in generated shaders. by wangyix · 9 years ago
- cd8c499 Revert of Added a GLBench for testing performance of vec4 vs scalar for coverage in generated shaders. (patchset #4 id:40002 of https://codereview.chromium.org/1225383002/) by scroggo · 9 years ago
- 6104ced Added a glBench for testing performance of vec4 vs scalar coverage in generated shaders. by wangyix · 9 years ago
- 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
- f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
- 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
- cc29d26 Have nanobench pay attention to --threads. by mtklein · 9 years ago
- eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
- 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
- d390110 Use kLow_SkFilterQuality in DrawBitmapAABench by fmalita · 9 years ago
- f0ebdd7 Add a bench for measuring drawBitmap anti-aliasing overhead by fmalita · 9 years ago
- 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
- c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
- 74a07db cleanup GLBenches by joshualitt · 9 years ago
- bd929d9 fix for angle by joshualitt · 9 years ago
- d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
- f06c389 Benchmark to test cost for additional vertex attributes by joshualitt · 9 years ago
- 7f6283b Fix CodecSubset benches seg faults for kIndex8 by msarett · 9 years ago
- 962cc98 Add benchmarkstream to visualbench by joshualitt · 9 years ago
- 2757e3f Update blur image filter bench to have crop variation by bsalomon · 9 years ago
- 63a8285 Make nanobench zoom animation time based by cdalton · 9 years ago
- e784db4 Fix for valgrind use of uninitialized variable by joshualitt · 9 years ago
- 6cd70ff Benchmark to test native perf of GL Instanced Ararys by joshualitt · 9 years ago
- 2c56ba5 Don't suppress nanobench output table in verbose mode by cdalton · 9 years ago
- 2766c00 remove SkInstCnt by mtklein · 9 years ago
- 3bf9206 Fix nanobench to reset gl/gr context after every config run. by egdaniel · 9 years ago
- e1b8958 Add samplingTime mode to nanobench by cdalton · 9 years ago
- b402296 Add loopSKP flag to nanobench by cdalton · 9 years ago
- e9a3e3c Convert SkPMFloat to [0,1] range and prune its API. by mtklein · 9 years ago
- d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
- ab80e35 Improved subset benchmarks by msarett · 9 years ago
- bf9e600 nanobench: split CPU and GPU .SKP tile sizes. by mtklein · 9 years ago
- c751ecb When --mpd is true, run _mpd variants first, then non-mpd. by mtklein · 9 years ago
- f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
- b23e6aa Subset decoding benchmarks by msarett · 9 years ago
- 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
- 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
- 2579188 Pump up matrix44_setconcat benches 1000x so they can be timed on Android. by mtklein · 9 years ago
- c6c6a91 Split SetConcatMatrix44Bench to cover both internal paths. by mtklein · 9 years ago
- b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
- c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
- c58e532 add res to stroke bench by caryclark · 9 years ago
- 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 10 years ago
- ff2f423 add bench for building strokes by reed · 10 years ago
- 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 10 years ago
- 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 10 years ago
- 682c269 Store context options on caps. by bsalomon · 10 years ago
- 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 10 years ago
- f28cff7 Store context options on caps. by bsalomon · 10 years ago
- b4a797f Move font loading in gm tests and benches out of constructors by kkinnunen · 10 years ago
- 54b8511 Make GrResourceCache perf less sensitive to key length change by kkinnunen · 10 years ago
- d0a1088 Add _aa variants of Xfermode benches. by mtklein · 10 years ago
- 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 10 years ago
- 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 10 years ago
- 67d71c8 stop calling SkScalarDiv by reed · 10 years ago
- 44d43d8 Add a control benchmark. by mtklein · 10 years ago
- 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 10 years ago
- 3ffa126 Move resource fonts to common location. by bungeman · 10 years ago
- d75c466 DM+nanobench: print both current and max RSS. by mtklein · 10 years ago
- 261c3ad Change to add zoom animations to nanobench by joshualitt · 10 years ago
- 9d9725c Do not crash nanobench in debug mode by msarett · 10 years ago
- ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 10 years ago
- bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 10 years ago
- aab35d9 remove unused (by clients) SkPathUtils by reed · 10 years ago
- 9645ce1 crank up innerloop to make hairlinebench more usable/reliable by reed · 10 years ago
- 9ff378b Rewrite memset benches, then use results to add a small-N optimization. by mtklein · 10 years ago
- f559de4 Expand bench to cover no-draw SkPictures too. by mtklein · 10 years ago
- 649e045 Add a bench to measure SkPictureRecorder constant overhead. by mtklein · 10 years ago
- eef5b3e BUG=skia: by joshualitt · 10 years ago
- 3d62683 New names for SkPMFloat methods. by mtklein · 10 years ago
- aa4c7a7 remove useless benches by reed · 10 years ago
- 2102799 Test SkCodec to kIndex8 in nanobench. by scroggo · 10 years ago
- f92ace9 experimental speedup some xfermodes with Sk4f by reed · 10 years ago
- 081a8a4 nanobench does not need to handle failed rewind. by scroggo · 10 years ago
- 60869a4 Add timing SkCodec to nanobench. by scroggo · 10 years ago
- 0340df5 back to Sk4f for SkPMColor #floats by mtklein · 10 years ago
- c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 10 years ago
- 7da1901 use Sk4f for matrix math by reed · 10 years ago
- d8b34c2 use table of procs (and unrolling) to speed up mapPts by reed · 10 years ago
- 573ae01 Move HWUI boilerplate into utils/android by tomhudson · 10 years ago
- 75a0ebb Minor cleanup in nanobench by tomhudson · 10 years ago
- 1d24b8d Add matrix constructing helpers to SkMatrix by robertphillips · 10 years ago
- 3d4c4a5 SkPMFloat::trunc() by mtklein · 10 years ago
- d968a6f Android HWUI backend Nanobench by tomhudson · 10 years ago
- e0b19d4 small fix for nanobench segfault when not running any tests by joshualitt · 10 years ago
- 5501103 use new faster/vector impl for chopping conics by reed · 10 years ago
- c08330f remove slower scalar code in favor of vectors by reed · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 02fd592 hack on linear gradient by mtklein · 10 years ago
- b25a83b Use Sk4x to speed-up bounds of an array of points by reed · 10 years ago
- 15391ee Update 4-at-a-time APIs. by mtklein · 10 years ago
- 6b9ef90 SkChopCubicAt2 using Sk2s -- 2x faster by reed · 10 years ago
- 8010632 remove meaningless matrix benches, add mapPts() and add new benches by reed · 10 years ago
- c589f6c Get rid of excess cleverness in benchmark by tomhudson · 10 years ago
- b640203 use Sk2s for conics by reed · 10 years ago
- 9a0f629 Only use 256x256 tiles on hd2000 nanobench bots by egdaniel · 10 years ago
- 40b7dd5 use Sk2s for EvalQuadTangent and ChopQuadAt by reed · 10 years ago
- 5d09568 Move skp nanobench tile size back to 256x256 to see if it fixes nanobench crashes by egdaniel · 10 years ago