1. c8f9180 SkPDF: skip shader lookup for SkShader::kColor_GradientType by Hal Canary · 8 years ago
  2. 385468f SkPDF: better tolerance path conversion to quadratics by Hal Canary · 8 years ago
  3. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  4. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  5. d1c8e56 SkUTF8_CountUnichars(s,l) and SkUTF8_NextUnichar(s,l) now safe. by Hal Canary · 8 years ago
  6. 884300d Remove SkDynamicMemoryWStream::getOffset. by Ben Wagner · 8 years ago
  7. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  8. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  9. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  10. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  11. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  12. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  13. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  14. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  15. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  16. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  17. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  18. 7bb9301 SkPDF: Always individually position glyphs in Windows. by Hal Canary · 8 years ago
  19. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  20. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  21. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  22. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  23. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  24. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  25. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  26. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  27. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  28. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  29. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  30. b3480e1 SkPDF: de-duplicate text-as-paths by Hal Canary · 8 years ago
  31. f50ff39 SkPDF: subset drawImageRect while still deduping by Hal Canary · 8 years ago
  32. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  33. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  34. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  35. f59d18a SkPDF: Implement /ActualText to make text extraction correct. by halcanary · 8 years ago
  36. 3b294d5 Revert of SkPDF: Implement /ActualText to make text extraction correct. (patchset #11 id:220001 of https://codereview.chromium.org/2322403002/ ) by halcanary · 8 years ago
  37. dbd1634 SkPDF: Implement /ActualText to make text extraction correct. by halcanary · 8 years ago
  38. 2bd295e SkPDF: fix unembeddable text drawn with positioning (broken in 6059dc3) by halcanary · 8 years ago
  39. c2f9ec1 SkPDF: refactor & code cleanup ahead of https://crrev.com/2322403002 by halcanary · 8 years ago
  40. e06ca96 SkPDF: implement drawTextBlob() by halcanary · 8 years ago
  41. 5edf290 SkPDF: remove unused fallback clipping code by halcanary · 8 years ago
  42. 022c2bd SkMakeUnique.h defines skstd::make_unique<T>(Args...) by halcanary · 8 years ago
  43. 4871f22 SkPDF: Glyph validation change by halcanary · 8 years ago
  44. 9df5a4c SkPDF: vector canvases can't hint! by halcanary · 8 years ago
  45. ea17dfe SkPDF: vertical writing: draw nothing by halcanary · 8 years ago
  46. afdc177 SkPDF: PDFDevice cleanup. by halcanary · 8 years ago
  47. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  48. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  49. 4ed2f01 SkPDF: unify drawText and drawPosText by halcanary · 8 years ago
  50. 5ba165e Revert of SkPDF: unify drawText and drawPosText (patchset #2 id:40001 of https://codereview.chromium.org/2241683005/ ) by robertphillips · 8 years ago
  51. 6059dc3 SkPDF: unify drawText and drawPosText by halcanary · 8 years ago
  52. 7e8d5d3 SkPDF: Subset Type3 (fallback) font by halcanary · 8 years ago
  53. 462d014 SkPDF: Stop using kHAdvance_PerGlyphInfo by halcanary · 8 years ago
  54. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  55. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  56. 5abbb44 SkPDF: flip saveLayer rightside up by halcanary · 8 years ago
  57. 00450f1 SkPDF: drawText makes use of SkPaint.measureText() for alignment. by halcanary · 8 years ago
  58. 4b1e17e SkPdf: SkPDFFormXObject de-class-ified. by halcanary · 8 years ago
  59. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  60. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  61. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  62. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  63. e51c356 pre-land special methods on device by reed · 8 years ago
  64. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  65. 7503d60 move responsibility for creating raster-device into pdf by reed · 8 years ago
  66. eb92cb3 SkPdf: smaller color serialization by halcanary · 8 years ago
  67. f0c30f5 SkPDF: Join Positioned Text by halcanary · 8 years ago
  68. cd4051e remove unused CreateInfo flag by reed · 8 years ago
  69. a76a10b7 SkPDF: Fix encoding of unichr outside of basic plane by halcanary · 8 years ago
  70. 3c35fb3 SkPDF: Glyph Useage Map improvements by halcanary · 8 years ago
  71. b8d6af1 Remove unnecessary includes in src/pdf/ by martina.kollarova · 8 years ago
  72. ee41b75 SkPDF: alloc less memory for strings by halcanary · 8 years ago
  73. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 9 years ago
  74. 488165e SkPDF: PDF/A runtime switch by halcanary · 9 years ago
  75. 2299ffa Revert of SkPDF: PDF/A runtime switch (patchset #1 id:100001 of https://codereview.chromium.org/1891873002/ ) by halcanary · 9 years ago
  76. 570f18b SkPDF: PDF/A runtime switch by halcanary · 9 years ago
  77. 89c2a0b SkPDF: Fix links to be more valid PDF/A by halcanary · 9 years ago
  78. dda239e SkPDF: Use Pathops clipping by halcanary · 9 years ago
  79. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  80. 2be7e01 SkPDF: PDFDevice::ContentEntry now implemented with SinglyLinkedList by halcanary · 9 years ago
  81. 73557f6 SkPDF: remove margin foolishness by halcanary · 9 years ago
  82. a50151d SkPDF: draw{Image,Bitmap} always serializes early by halcanary · 9 years ago
  83. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 9 years ago
  84. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
  85. e8f3062 switch surface to sk_sp by reed · 9 years ago
  86. 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 · 9 years ago
  87. 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 · 9 years ago
  88. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
  89. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
  90. f809d76 switch colorfilters to sk_sp by reed · 9 years ago
  91. 989da4a SkPDF: SkPDFDevice has ptr to SkPDFDocument by halcanary · 9 years ago
  92. 66be626 SkPDF: Add SkPDFCanvas to intercept some draw calls by halcanary · 9 years ago
  93. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  94. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  95. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  96. 852f15d free -> reset by mtklein · 9 years ago
  97. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  98. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  99. 0e3738d free -> reset by mtklein · 9 years ago
  100. 18300a3 detach -> release by mtklein · 9 years ago