1. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  2. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  3. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  4. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  5. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  6. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  7. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  8. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  9. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  10. d15750c Remove uses of SkImageDecoder from samplecode by msarett · 8 years ago
  11. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  12. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  13. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  14. ca2622b return pictures as sk_sp by reed · 8 years ago
  15. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  16. 8681e60 make SkComposeShader.h private by reed · 8 years ago
  17. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  18. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  19. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  20. d63f60a change all factories to return their base-class by reed · 9 years ago
  21. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  22. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  23. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  24. 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
  25. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  26. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  27. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  28. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  29. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  30. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  31. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  32. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  33. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  34. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  35. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  36. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  37. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  38. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  39. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  40. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  41. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  42. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  43. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  44. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  45. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  46. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  47. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  48. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  49. f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 10 years ago
  50. 7c9d0f3 Factory methods for heap-allocated SkMaskFilter objects. by commit-bot@chromium.org · 10 years ago
  51. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  52. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  53. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  54. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  55. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  56. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  57. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  59. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  60. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  62. 61490fa fix warnings related to constness in overrides of SkColorFilter by mike@reedtribe.org · 12 years ago
  63. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  64. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  65. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  66. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  67. 02939ce fix warnings on Mac in ssamplecode by caryclark@google.com · 12 years ago
  68. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  69. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  70. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  71. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago
  72. 963a8fa remove (unused) reference to SkStrokePathEffect by reed@google.com · 12 years ago
  73. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  74. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  75. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  76. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  77. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  78. 5fd9243 switch to inheriting from SampleView by mike@reedtribe.org · 13 years ago
  79. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 13 years ago
  80. 261b8e2 fix warnings by reed@google.com · 13 years ago
  81. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  82. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  83. 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
  84. 1220e1c Some Linux / 64-bit compile fixes. by deanm@chromium.org · 15 years ago
  85. 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 15 years ago
  86. aa5a7db move shapes subclasses into effects by reed@android.com · 15 years ago
  87. 8a1c16f grab from latest android by reed@android.com · 16 years ago