1. 11eeb94 Revert "hide color filters from blitters" by Michael Ludwig · 5 years ago
  2. cba6446 hide color filters from blitters by Mike Klein · 5 years ago
  3. 915b779 Revert "Track device coordinate space as matrix" by Michael Ludwig · 5 years ago
  4. c056e16 SkPDF: simplify Producer metadata logic by Hal Canary · 5 years ago
  5. b74d554 Track device coordinate space as matrix by Michael Ludwig · 5 years ago
  6. c89d1b5 Rename SkDevice::ctm() to localToDevice() by Michael Ludwig · 5 years ago
  7. d687f74 Retain hints when subsetting for PDF. by Ben Wagner · 5 years ago
  8. 9bd947d SkIRect::makeOffset(SkVector) by Brian Salomon · 5 years ago
  9. 5c41f36 SkPDF: rasterize bitmap glyphs at 64pt, not em-size by Hal Canary · 5 years ago
  10. bd84330 Revert "Revert "add explicit src and dst colorspaces to filterColor4f"" by Mike Reed · 5 years ago
  11. 355111b Revert "add explicit src and dst colorspaces to filterColor4f" by Mike Reed · 5 years ago
  12. 2281be3 add explicit src and dst colorspaces to filterColor4f by Mike Reed · 5 years ago
  13. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  14. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  15. 6be3ea7 [pdf] Disable default width calculation. by Ben Wagner · 5 years ago
  16. e91f2235 [pdf] Only compute needed advances. by Ben Wagner · 5 years ago
  17. ac35212 Reland "Combine snapBackImage and snapSpecial" by Michael Ludwig · 5 years ago
  18. fd849a5 Revert "Combine snapBackImage and snapSpecial" by Michael Ludwig · 5 years ago
  19. 45739aa Combine snapBackImage and snapSpecial by Michael Ludwig · 5 years ago
  20. ea07123 Define Usage and image+origin wrapper for image filters by Michael Ludwig · 5 years ago
  21. 723a877 Make SkFunctionWrapper a better wrapper. by Ben Wagner · 5 years ago
  22. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  23. 77a9a6c Remove std::move()s from returns of std::unique_ptrs by Brian Salomon · 5 years ago
  24. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  25. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  26. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  27. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  28. d7cf0be SkPDF: SkPDFMakeShader handles pathological inputs better. by Hal Canary · 5 years ago
  29. 02e9150 Switch PDF over to using bulk calls by Herb Derby · 5 years ago
  30. 5823f6b SkPDF: fix typo s/ProcSets/ProcSet/ (again) by Hal Canary · 5 years ago
  31. 7b4aef0 Fix argument order dependency when creating HBBlob. by Ben Wagner · 5 years ago
  32. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  33. a4eecd8 findImage(const SkGlyph&) -> prepareImage(SkGlyph*) by Herb Derby · 5 years ago
  34. 511dcfc Remove getGlyphIDMatrics type calls. by Herb Derby · 5 years ago
  35. 3e8e34e Start using new APIs for bounds and glyph lookup by Herb Derby · 5 years ago
  36. a3b8612 Remove use of hb_subset_input_set_drop_layout() from SkPDFSubsetFont.cpp by Daniel Hosseinian · 5 years ago
  37. f0e7581 Make fPathData private and add API for paths by Herb Derby · 5 years ago
  38. e713a3c Make fAdvance{X|Y} private. by Herb Derby · 5 years ago
  39. 36a54c1 Rename SkStrikeSpecStorage -> SkStrikeSpec by Herb Derby · 5 years ago
  40. 27a7431 SkPDF: clean up image shader code by Hal Canary · 5 years ago
  41. 3a0590e SkPDF: implement kDecal image shader TileMode by Hal Canary · 5 years ago
  42. fcea9a9 SkPDF: MakeShader uses Color4f by Hal Canary · 5 years ago
  43. f80ba79 Use bulk advances in SkPDFEmitType1Font by Herb Derby · 5 years ago
  44. 5314612 Call bulk advances in SkPDFMakeCIDGlyphWidthsArray by Herb Derby · 5 years ago
  45. ea41c7b Get bulk advances for SkPDFDevice::internalDrawGlyphRun by Herb Derby · 5 years ago
  46. 2b35b7d Start using strike specs in PDF. by Herb Derby · 5 years ago
  47. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  48. ad44dd5 preserve comments past the #include "" by Mike Klein · 5 years ago
  49. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  50. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  51. 0b9b1f1 IWYU for SkTLogic.h by Ben Wagner · 6 years ago
  52. b82ac366 SkPDF: fix repeat tilemode with alpha by Hal Canary · 6 years ago
  53. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  54. 2e904bc SkPDF: move type1 font code into single file by Hal Canary · 6 years ago
  55. 990bfc7 Convert SkGlyph::toMask() to SkGlyph::mask() by Herb Derby · 6 years ago
  56. bb85b8b remove dead code from old factories, enum by Mike Reed · 6 years ago
  57. 6028fa7 SkPDF: narrow layer bbox by Hal Canary · 6 years ago
  58. f5edf36 SkPDF: split GraphicStateStack out by Hal Canary · 6 years ago
  59. b4719cc SkPDF: simplify device drawRect by Hal Canary · 6 years ago
  60. 7742278 SkPDF: move annotations away from device. by Hal Canary · 6 years ago
  61. f22466e SkPDF: remove unused field by Hal Canary · 6 years ago
  62. cfb0e02 SkPDF: device to use SkTCopyOnFirstWrite<SkPaint> by Hal Canary · 6 years ago
  63. 7656b2c Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  64. 7c18eb9 Reland "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  65. 12b4902 Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  66. f88a0e1 Revert "Move localmatrix routines to shaderbase, no need to be public." by Mike Reed · 6 years ago
  67. f4a8d6f Move localmatrix routines to shaderbase, no need to be public. by Mike Reed · 6 years ago
  68. 5c83ae8 SkPDF: Use fewer complex PathOps to speed up clipping by Hal Canary · 6 years ago
  69. 0f2f522 SkMD5 returns digest by Hal Canary · 6 years ago
  70. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  71. 25dd2c9 SkPDF: runtime switch between subsetters by Hal Canary · 6 years ago
  72. 2a3093c SkPDF: Add experimental Harfbuzz font subsetter by Hal Canary · 6 years ago
  73. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
  74. ff84d8a SkTypeface::openStream to return smart pointer. by Ben Wagner · 6 years ago
  75. 75d4898 SkPDF: simplify subsetting code by Hal Canary · 6 years ago
  76. 454e5fb Fix cluster reporting from shaper. by Ben Wagner · 6 years ago
  77. b7d64b9 Implement drawImage in terms of drawImageRect by Michael Ludwig · 6 years ago
  78. 6102192 SkLoadICU: simplify by Hal Canary · 6 years ago
  79. 32498f0 GN/ICU cleanup by Hal Canary · 6 years ago
  80. 92170de SkPDF to use aliased em bounds. by Hal Canary · 6 years ago
  81. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 6 years ago
  82. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  83. 2111d5f SkPDF: elimate old IMAGE_STATS, de-dupe image code. by Hal Canary · 6 years ago
  84. 4ca9fa3 SkPDF: unify Canon and Document by Hal Canary · 6 years ago
  85. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  86. ac907bd SkPDF: Fix Hal's bad spelling by Hal Canary · 6 years ago
  87. 8cb7376 SkPDF: rasterize for color-filter+layer by Hal Canary · 6 years ago
  88. 016cd02 SkPDF: eliminalte one member function by Hal Canary · 6 years ago
  89. 279b65d SkPDF: clean up public header by Hal Canary · 6 years ago
  90. 8f37ce5 SkPDF: clean up by Hal Canary · 6 years ago
  91. dd9003a SkPDF: wait for jobs to complete on abort() by Hal Canary · 6 years ago
  92. 1addaff SkPDF: unify SkPDFOffsetMap and SkPDFObjectSerializer by Hal Canary · 6 years ago
  93. d104cc4 SkPDF: debugging flag SK_PDF_BASE85_BINARY applies to JPEG by Hal Canary · 6 years ago
  94. 7480158 SkPDF: SkPDFObject no longer reference-counted! by Hal Canary · 6 years ago
  95. fde1875 SkPDF: debugging flag - SK_PDF_BASE85_BINARY by Hal Canary · 6 years ago
  96. f34131a SkPDF: even more PDFIndirectRefs by Hal Canary · 6 years ago
  97. fba5b6c SkPDF: More IndirectRefs by Hal Canary · 6 years ago
  98. 9a3f554 SkPDF: refactor streams, experimental threading by Hal Canary · 6 years ago
  99. b3907a8 SkPDF: fix bitmap type3 glyphs. by Hal Canary · 6 years ago
  100. 95e1760 Make SkGlyphRun use SkFont instead of SkPaint by Herb Derby · 6 years ago