1. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  2. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  3. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  4. 1b5dd88 remove SkWriteBuffer::reserve() by mtklein · 8 years ago
  5. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 8 years ago
  6. 80f5ea0 skip unneeded header from writeFlattenable when building font-cache-key. Saves ~30% in size by reed · 8 years ago
  7. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  8. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  9. c791728 Pass effects directly to fontcache by reed · 8 years ago
  10. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  11. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  12. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  13. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  14. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  15. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  16. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  17. 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
  18. 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
  19. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  20. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  21. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  22. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  23. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  24. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  25. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  26. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  27. d7ea92f pass cap to dash text by caryclark · 9 years ago
  28. fde0511 Make sp variants for SkData by reed · 9 years ago
  29. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  30. a5ab9ec Add variants of the setters on SkPaint which take a sk_sp<effect>. At the same time, change the internal storage to be sk_sp<effect>. by reed · 9 years ago
  31. 992854d Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https://codereview.chromium.org/1769803002/ ) by reed · 9 years ago
  32. a917eba add setter on SkPaint that takes sk_sp by reed · 9 years ago
  33. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  34. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  35. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  36. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  37. 3552ba1 Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocks by robertphillips · 9 years ago
  38. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  39. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 9 years ago
  40. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  41. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  42. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  43. 0449bcf add helper to create fancy underlines by caryclark · 9 years ago
  44. ccce0e0 Make SkPaint movable. by bungeman · 9 years ago
  45. f8aec58 Fix fuzzer-found deserialization bugs by ajuma · 9 years ago
  46. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  47. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  48. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  49. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  50. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  51. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  52. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  53. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  54. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  55. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  56. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  57. 20dac88 mixed text blobs really draws LCD by joshualitt · 9 years ago
  58. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  59. 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
  60. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  61. d24955a Make SkPaint::glyphsToUnichars use explicit SkSurfaceProps by robertphillips · 9 years ago
  62. 4854d13 Remove distance field flag from SkPaint by jvanverth · 9 years ago
  63. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  64. 9fc8275 Remove gamma field from SkDeviceProperties by robertphillips · 9 years ago
  65. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  66. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  67. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  68. 181d7ba Fix build warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago
  69. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 9 years ago
  70. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 9 years ago
  71. 2b6acb4 Switch to one single bitmap text blob cache allocation by joshualitt · 9 years ago
  72. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  73. fd45079 Call to retrieve SkDescriptor for SkScalarContext from SkPaint. by joshualitt · 10 years ago
  74. 79738cc Glyph positions maintain 32 bit integer part. by bungeman · 10 years ago
  75. 05d9044 optional res-scale parameter to getFillPath by reed · 10 years ago
  76. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  77. f803da1 add newImage API by reed · 10 years ago
  78. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  79. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  80. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  81. 8893e5f add paint::getFontBounds() by reed · 10 years ago
  82. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  83. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  84. f539b8c modify nothingToDraw to notice filters by reed · 10 years ago
  85. c71ffd4 Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https://codereview.chromium.org/717753002/) by mtklein · 10 years ago
  86. d5688c5 modify nothingToDraw to notice filters by reed · 10 years ago
  87. e3aee8f Remove android specific genID from SkPaint. by djsollen · 10 years ago
  88. b2d77e4 add gamma value to deviceproperties by reed · 10 years ago
  89. fb1fe4f Add SkPaint::getHash(). by mtklein · 10 years ago
  90. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  91. 4942e75 fix prev change to tooBigForLCD, and add test by reed · 10 years ago
  92. b3da83a avoid extra math work in MackRec by reed · 10 years ago
  93. 610a015 Remove SkPaint dirty bits. by mtklein · 10 years ago
  94. ee902cd Make a flipped fDirtyBit always mean "this field is not the default". by mtklein · 10 years ago
  95. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  96. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  97. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  98. d71b757 Serialize the font index. by bungeman · 10 years ago
  99. 8365830 remove confusing/unused stream methods by reed · 10 years ago
  100. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago