1. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  2. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  3. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  4. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  5. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  6. 57b7671 use override to make the new xcode happier by reed · 9 years ago
  7. 8db65a6 stop scaling loops and improve warmup bench by joshualitt · 9 years ago
  8. 7d4b458 Add warmup bench to visual bench by joshualitt · 9 years ago
  9. 7f69144 Add nanobench tests for BitmapRegionDecoder by msarett · 9 years ago
  10. a16e8bc move mutex construction out of the benchmarks. by mtklein · 9 years ago
  11. 0d39d37 Delete the typefaces. by herb · 9 years ago
  12. 1052f51 Font cache stress test. by herb · 9 years ago
  13. d32087a Add shared mutex benchmark. by herb · 9 years ago
  14. bcfd511 Benchmark all mutex implementations. by herb · 9 years ago
  15. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  16. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  17. 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 9 years ago
  18. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  19. 894a2e4 skia: Initialize value passed to GetShaderiv in GLBench by hendrikw · 9 years ago
  20. dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
  21. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  22. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  23. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  24. 9c84b11 Add white variants to TextBench by mtklein · 9 years ago
  25. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  26. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  27. 877a52a VisualBenchTest: Write JSON output by borenet · 9 years ago
  28. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  29. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  30. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  31. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  32. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  33. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  34. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  35. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  36. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  37. dea6e1c update image bench to test gpu and cpu images against raster surface by reed · 9 years ago
  38. 799a364 add bench for gpu-image -> cpu-surface by reed · 9 years ago
  39. 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
  40. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  41. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  42. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  43. 31b21f6 Small fix for visualbench by joshualitt · 9 years ago
  44. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  45. 891f0f3 Added GLVec4ScalarBench that doesn't use VAOs by wangyix · 9 years ago
  46. 004aebd Revert of Added a GLBench for testing performance of vec4 vs scalar for coverage in generated shaders. (patchset #6 id:90001 of https://codereview.chromium.org/1225383002/) by scroggo · 9 years ago
  47. 5ca41c1 Remove GrRedBlackTree by joshualitt · 9 years ago
  48. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  49. c734e69 Added a glBench for testing performance of vec4 vs scalar coverage in generated shaders. by wangyix · 9 years ago
  50. 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
  51. 6104ced Added a glBench for testing performance of vec4 vs scalar coverage in generated shaders. by wangyix · 9 years ago
  52. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  53. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  54. 9b2cdbf Allow creating multiple scanline decoders. by scroggo · 9 years ago
  55. cc29d26 Have nanobench pay attention to --threads. by mtklein · 9 years ago
  56. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  57. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  58. d390110 Use kLow_SkFilterQuality in DrawBitmapAABench by fmalita · 9 years ago
  59. f0ebdd7 Add a bench for measuring drawBitmap anti-aliasing overhead by fmalita · 9 years ago
  60. 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
  61. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  62. 74a07db cleanup GLBenches by joshualitt · 9 years ago
  63. bd929d9 fix for angle by joshualitt · 9 years ago
  64. d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
  65. f06c389 Benchmark to test cost for additional vertex attributes by joshualitt · 9 years ago
  66. 7f6283b Fix CodecSubset benches seg faults for kIndex8 by msarett · 9 years ago
  67. 962cc98 Add benchmarkstream to visualbench by joshualitt · 9 years ago
  68. 2757e3f Update blur image filter bench to have crop variation by bsalomon · 9 years ago
  69. 63a8285 Make nanobench zoom animation time based by cdalton · 9 years ago
  70. e784db4 Fix for valgrind use of uninitialized variable by joshualitt · 9 years ago
  71. 6cd70ff Benchmark to test native perf of GL Instanced Ararys by joshualitt · 9 years ago
  72. 2c56ba5 Don't suppress nanobench output table in verbose mode by cdalton · 9 years ago
  73. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  74. 3bf9206 Fix nanobench to reset gl/gr context after every config run. by egdaniel · 9 years ago
  75. e1b8958 Add samplingTime mode to nanobench by cdalton · 9 years ago
  76. b402296 Add loopSKP flag to nanobench by cdalton · 9 years ago
  77. e9a3e3c Convert SkPMFloat to [0,1] range and prune its API. by mtklein · 9 years ago
  78. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  79. ab80e35 Improved subset benchmarks by msarett · 9 years ago
  80. bf9e600 nanobench: split CPU and GPU .SKP tile sizes. by mtklein · 9 years ago
  81. c751ecb When --mpd is true, run _mpd variants first, then non-mpd. by mtklein · 9 years ago
  82. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  83. b23e6aa Subset decoding benchmarks by msarett · 9 years ago
  84. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  85. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  86. 2579188 Pump up matrix44_setconcat benches 1000x so they can be timed on Android. by mtklein · 9 years ago
  87. c6c6a91 Split SetConcatMatrix44Bench to cover both internal paths. by mtklein · 9 years ago
  88. 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
  89. c31af44 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  90. c58e532 add res to stroke bench by caryclark · 9 years ago
  91. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  92. ff2f423 add bench for building strokes by reed · 9 years ago
  93. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  94. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  95. 682c269 Store context options on caps. by bsalomon · 9 years ago
  96. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  97. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  98. b4a797f Move font loading in gm tests and benches out of constructors by kkinnunen · 9 years ago
  99. 54b8511 Make GrResourceCache perf less sensitive to key length change by kkinnunen · 9 years ago
  100. d0a1088 Add _aa variants of Xfermode benches. by mtklein · 9 years ago