1. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  2. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  3. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  4. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  5. f186900 SkPDF: Add regression benchmark for multiple path clips by Hal Canary · 5 years ago
  6. 0f2f522 SkMD5 returns digest by Hal Canary · 5 years ago
  7. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  8. e25b447 Move SkTileModes to top level by Mike Reed · 5 years ago
  9. 4428f2c Remove SkScalarSinCos by Brian Osman · 5 years ago
  10. cc8c7be add bench for colorfilter-mixer by Mike Reed · 5 years ago
  11. ee25423 try purging between benches by Mike Klein · 5 years ago
  12. f2ae6af Stop flooding perf with uninteresting GPU stats by Brian Osman · 5 years ago
  13. c6142d8 de-common the rest of the flags by Mike Klein · 5 years ago
  14. 629f5fc de-common another batch of flags by Mike Klein · 5 years ago
  15. 1d0e68b add bench for drawAtlas by Mike Reed · 5 years ago
  16. d0f321b de-common --veryVerbose by Mike Klein · 5 years ago
  17. 03fa5d4 factor out SetAnalyticAAFromCommonFlags() by Mike Klein · 5 years ago
  18. 4932a5e Fold CommonFlagsGpu into CommonFlags by Mike Klein · 5 years ago
  19. e5acd75 delete DAA by Mike Klein · 5 years ago
  20. af990f3 update/add benches to look at colorspace as well as alphatype by Mike Reed · 5 years ago
  21. 19fb397 de-common some flags by Mike Klein · 5 years ago
  22. 5b3f343 DEFINE_int32 + DEFINE_uint32 -> DEFINE_int by Mike Klein · 5 years ago
  23. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  24. 84836b7 moar static flags by Mike Klein · 5 years ago
  25. eb678fc de-Sk tools/trace by Mike Klein · 5 years ago
  26. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  27. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  28. 90155ed add bench for mixers by Mike Reed · 5 years ago
  29. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  30. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  31. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  32. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  33. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  34. fb7a713 bench: Fix a couple presumed copy/paste errors by Greg Kaiser · 5 years ago
  35. 8619a34 Revert "Hide setDrawLooper -- deprecate loopers" by Mike Reed · 5 years ago
  36. c877ea2 Hide setDrawLooper -- deprecate loopers by Mike Reed · 5 years ago
  37. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 5 years ago
  38. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  39. 2e84591 Benchmark for charToGlyph by Herb Derby · 5 years ago
  40. fdb876d remove breakText, and all utf cache accessors by Mike Reed · 5 years ago
  41. 569dda7 hide SkFont::containsText by Mike Reed · 5 years ago
  42. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  43. 8c0a1ca Switch nanobench to SkJSONWriter by Brian Osman · 5 years ago
  44. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 6 years ago
  45. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 6 years ago
  46. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  47. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  48. 1374c85 Prevent op batching in clear benchmark by Michael Ludwig · 6 years ago
  49. b961d64 Revert "Force flush in clear benchmarks" by Michael Ludwig · 6 years ago
  50. 75294fe Force flush in clear benchmarks by Michael Ludwig · 6 years ago
  51. e99e8da nanobench: quiet a UBSAN failure div/by/zero by Hal Canary · 6 years ago
  52. 28db53d fix up disabled bench: PDFBigDocBench by Hal Canary · 6 years ago
  53. 97c7cf1 remove --undefok by Mike Klein · 6 years ago
  54. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  55. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  56. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  57. a6d1c0a start to build with no paint-text fields by Mike Reed · 6 years ago
  58. 89126e4 use drawSimpleText by Mike Reed · 6 years ago
  59. 212e906 don't use drawPosText by Mike Reed · 6 years ago
  60. f34131a SkPDF: even more PDFIndirectRefs by Hal Canary · 6 years ago
  61. 9a3f554 SkPDF: refactor streams, experimental threading by Hal Canary · 6 years ago
  62. 646107f add bench to time relative gain for convexity by Mike Reed · 6 years ago
  63. ed33af4 add bench for textblobbuilder by Mike Reed · 6 years ago
  64. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  65. 94cca60 start to use font for measure, not paint by Mike Reed · 6 years ago
  66. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  67. c337a63 Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode path by Brian Osman · 6 years ago
  68. ef4047d add bench for computing convexity by Mike Reed · 6 years ago
  69. 32c6066 Force clients to specify font when requesting strikecache by Mike Reed · 6 years ago
  70. 2871509 change params to getPaths callback, avoiding a xform/copy up front. by Mike Reed · 6 years ago
  71. c16abee impl gettextpath using SkFont by Mike Reed · 6 years ago
  72. 358fcad start to hide textparams on SkPaint by Mike Reed · 6 years ago
  73. 2ed7820 use SkFont in a lot of places by Mike Reed · 6 years ago
  74. dde8b55 Add aa/non-aa, local coord, and perspective modes to rect benchmarks by Michael Ludwig · 6 years ago
  75. eb35650 Update drawimage composite benchmark to force aa by Michael Ludwig · 6 years ago
  76. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  77. a121183 SkPDF: move image serialization over to new immediate mode. by Hal Canary · 6 years ago
  78. 07f93f2 impl SkFont::getPath by Mike Reed · 6 years ago
  79. f6462c4 SkPDF: store indirect references in object by Hal Canary · 6 years ago
  80. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  81. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  82. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  83. c341500 Reland "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  84. 1062963 Revert "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  85. b07aba4 Move remove ptr args to MakeRecAndEffects by Herb Derby · 6 years ago
  86. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  87. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  88. 9d4f450 Add comment about how to run Decoder benchmarks by Nigel Tao · 6 years ago
  89. 534e776 add pathops bench for simplify by Mike Reed · 6 years ago
  90. dd79121 Make nanobench --mpd flush between canvases. by Brian Salomon · 6 years ago
  91. 3b79aa3 On second thought, remove GrColor4s by Brian Osman · 6 years ago
  92. 9ba9d7d Use SkColor4f functionality, rather than SkPM4f.h inline functions by Brian Osman · 6 years ago
  93. ca4756a remove RP bench by Mike Klein · 6 years ago
  94. 4f598e8 GrColor4s, a fixed-point signed short type for wide color vertices by Brian Osman · 6 years ago
  95. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  96. 1a3eb52 trim off more bgra stages by Mike Klein · 6 years ago
  97. 3726498 Have EncodeBench avoid superfluous setup by Nigel Tao · 6 years ago
  98. c96bf2f Rename EncoderBench.cpp to EncodeBench.cpp by Nigel Tao · 6 years ago
  99. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  100. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago