1. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  2. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  3. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  4. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  5. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  6. bd3fe47 Convert SkRasterPipeline loads and stores to indirect. by Mike Klein · 8 years ago
  7. e9f74b8 SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  8. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  9. 9cdd2ab add pipe to nanobench by Mike Reed · 8 years ago
  10. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  11. f489886 Cache dst LUTs in SkColorSpaceXform by Matt Sarett · 8 years ago
  12. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  13. fbbbb9d fixed GLVec4ScalarBench by ethannicholas · 8 years ago
  14. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  15. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  16. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  17. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  18. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  19. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  20. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  21. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  22. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  23. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  24. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  25. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  26. 511f2d7 Make global use-analytic-AA bit threadsafe. by Mike Klein · 8 years ago
  27. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  28. 38911a7 Resubmit issue 2221103002 to fix the iOS build by declaring the flag in by liyuqian · 8 years ago
  29. d36baa7 Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of https://codereview.chromium.org/2221103002/ ) by stephana · 8 years ago
  30. 7795822 Implement AnalyticAA for convex shapes. by liyuqian · 8 years ago
  31. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  32. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  33. afb48b6 Just add the F16 bench from https://skia-review.googlesource.com/c/2860/ by Mike Klein · 8 years ago
  34. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  35. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  36. f656631 Fix nanobench crashes by msarett · 8 years ago
  37. fa9f241 Add an enum layer of indirection for stock raster pipeline stages. by Mike Klein · 8 years ago
  38. baaf8ad Start moving SkRasterPipeline stages to SkOpts. by Mike Klein · 8 years ago
  39. 1e114f1 *SkTCast<int*>(float*) -> memcpy by Mike Klein · 8 years ago
  40. c8dd6bc Rearrange SkRasterPipeline scanline tail handling. by Mike Klein · 8 years ago
  41. 1f4a874 SkRasterPipeline: add last() and docs. by Mike Klein · 8 years ago
  42. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  43. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  44. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  45. 849f502 Turn on -Wundefined-reinterpret-cast. by Mike Klein · 8 years ago
  46. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  47. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  48. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  49. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  50. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  51. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  52. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  53. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  54. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  55. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  56. 9f1f6e2 More NoGPU compile fixes by brianosman · 8 years ago
  57. e1baa7c [SVGDom] Expose intrinsic size info by fmalita · 8 years ago
  58. 95573e4 Fix SVG flag iOS linking by fmalita · 8 years ago
  59. 6519c21 Nanobench SVG support by fmalita · 8 years ago
  60. 8bbcd5a Reduce overhead for linear color xforms by msarett · 8 years ago
  61. 79d5a89 No \n in bench names. by jcgregorio · 8 years ago
  62. 6270e55 Add ContextOptions field to SkCommandLineConfigGpu by csmartdalton · 8 years ago
  63. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  64. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  65. b3cb214 Benchmarks for testing changes to GrResourceCache replacement policy when over budget. by bsalomon · 8 years ago
  66. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  67. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  68. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  69. 1703bd1 benchmarks: Avoid brackets and commas in test names. by jcgregorio · 8 years ago
  70. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  71. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  72. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  73. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  74. 200877e Optimize color xforms when src and dst are matching by msarett · 8 years ago
  75. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  76. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  77. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  78. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  79. 1d65fe2 In recording benches, record to and from the same format. by mtklein · 8 years ago
  80. 80ac591 Add time return argument to SkCurveMeasure's getPosTan, rename to getPosTanTime by hstern · 8 years ago
  81. c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
  82. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  83. 0446a3c Add initial CurveMeasure code by hstern · 8 years ago
  84. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  85. 8c1a4f8 update picture recording benchmarks to allow comparison with SkLiteRecorder by mtklein · 8 years ago
  86. 9c5052f SkLite* by mtklein · 8 years ago
  87. 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
  88. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  89. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  90. e57b8c9 Add new benchmark for testing special hard stop gradient cases by fmenozzi · 8 years ago
  91. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  92. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  93. fe2042e SkRasterPipeline: new APIs for fusion by mtklein · 8 years ago
  94. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  95. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  96. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  97. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  98. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  99. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  100. 17e8297 Add HardStopGradientBench_ScaleNumHardStops.cpp by fmenozzi · 8 years ago