1. 98caedd SkPDF: only draw text with SkglyphRuns by Hal Canary · 6 years ago
  2. 736db10 Convert PDF device to use glyph runs lists by Herb Derby · 6 years ago
  3. b983e6b Device interface uses glyph run list by Herb Derby · 6 years ago
  4. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  5. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
  6. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  7. 3858045 Revert "Remove drawTextBlob from device use drawGlyphRunList" by Robert Phillips · 6 years ago
  8. e2e52e4 Remove drawTextBlob from device use drawGlyphRunList by Herb Derby · 6 years ago
  9. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  10. c00d862 Use x text skew to position text by Herb Derby · 6 years ago
  11. 7675b36 SkPDF: Annotations should be indirect objects by Hal Canary · 6 years ago
  12. 1adfbd5 Work around signed-unsigned comparison warning. by Ben Wagner · 6 years ago
  13. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 6 years ago
  14. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 6 years ago
  15. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  16. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  17. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  18. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  19. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  20. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  21. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  22. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  23. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  24. d00ef06 SkPDF: Fastpath for clipstack flattening by Hal Canary · 6 years ago
  25. 5d1adbf Make sk_sp operator bool explicit. by Ben Wagner · 6 years ago
  26. 8259114 SkPDF: scale entire canvas for non-standard rasterDpi by Hal Canary · 6 years ago
  27. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 6 years ago
  28. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 6 years ago
  29. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 6 years ago
  30. 5bdc4d5 SkAdvancedTypefaceMetrics: simplify more by Hal Canary · 6 years ago
  31. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  32. 6736236 include/private/SkTemplates: Cleanup bare pointers. by Hal Canary · 6 years ago
  33. 0e9e43b SkBitSet: make movable. by Hal Canary · 6 years ago
  34. 773a639 SkPDF: Don't forget to upcast before shift. by Hal Canary · 6 years ago
  35. dce19a7 Untangle strike cache and glyph cache by Herb Derby · 6 years ago
  36. fa99690 Move strike cache Find*() to strike cache by Herb Derby · 6 years ago
  37. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 6 years ago
  38. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 6 years ago
  39. a16e1b6 SkPDF: use std::aligned_storage for typed union by Hal Canary · 6 years ago
  40. 83e0f1b SkPDF: smarter Jpeg when libjpeg-turbo is present by Hal Canary · 6 years ago
  41. 0ad685a SkPDF: implement xheight for type3 fonts by Hal Canary · 6 years ago
  42. e9e19dd SkPDF/Clusterator: a second test by Hal Canary · 6 years ago
  43. 1521c8a SkPDF/Clusterator: expose to the light of a unit test by Hal Canary · 6 years ago
  44. e1fec19 SkAdvancedTypefaceMetrics: distinguish between font names by Hal Canary · 6 years ago
  45. 9c6f6a5 SkPDF: type3: more descriptor values by Hal Canary · 6 years ago
  46. 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 6 years ago
  47. a567e33 SkPDF: Accept non-monotonic text cluster indices by Hal Canary · 6 years ago
  48. 1a605cd Remove the last uses of auto glyph cache. by Herb Derby · 6 years ago
  49. b4e528d SkPDF: filter out empty clip draws more often by Hal Canary · 7 years ago
  50. 4e83ff1 SkPDF: simplify PathOp code, emit empty clips. by Hal Canary · 7 years ago
  51. 691fd1b SkPDF: encode metadata strings correctly by Hal Canary · 7 years ago
  52. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  53. 1d74620 bug fixes from PVS Studio (static analysis) by Mike Klein · 7 years ago
  54. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  55. c5980d0 SkDocument: remove unused fDoneProc by Hal Canary · 7 years ago
  56. 3c36ef6 SkFloatToDecimal moved to src/utils by Hal Canary · 7 years ago
  57. 6613cc5 GOOGLE3 -> SK_BUILD_FOR_GOOGLE3 by Mike Klein · 7 years ago
  58. 2e3f2e9 Revert "Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code"" by Mike Reed · 7 years ago
  59. 800f554 Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code" by Mike Reed · 7 years ago
  60. 7f846f2 remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code by Mike Reed · 7 years ago
  61. a088365 SkBitmap::pixmap by Hal Canary · 7 years ago
  62. a50c9c7 fix pdf_none by Mike Reed · 7 years ago
  63. a4daf19 Moving extra options/parameters into PDFMetadata by Mike Reed · 7 years ago
  64. af978a3 pre-api change, preparing for expanding metadata by Mike Reed · 7 years ago
  65. 9b491b2 SkPDF: fix fTextScaleX error by Hal Canary · 7 years ago
  66. dfaa057 SkPDF: less tolerance for small circles by Hal Canary · 7 years ago
  67. 55ad774 Revert "Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context."" by Brian Salomon · 7 years ago
  68. 1e09e46 Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context." by Brian Osman · 7 years ago
  69. 5627d65 Add method to sk_gpu_test::TestContext to automatically restore the previous context. by Brian Salomon · 7 years ago
  70. 29ebe7a SkPDF: TextSize > 0; by Hal Canary · 7 years ago
  71. c5b9498 SkPDF: consolidate two functions in SkPDFObjNumMap by Hal Canary · 7 years ago
  72. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  73. f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 7 years ago
  74. c172f9b SkPDF: SkWStream::write -> SkWStream::writeText by Hal Canary · 7 years ago
  75. b4bd5ef SkPDF: Use DeviceGray for alpha masks. by Hal Canary · 7 years ago
  76. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  77. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  78. 3f46718 SkPDF: handle unsupported colortypes (e.g. F16) uniformly by Hal Canary · 7 years ago
  79. f0f4c0c SkPDF: Support alpha-only images with maskfilters by Hal Canary · 7 years ago
  80. 22b2d8c SkPDF: minor cleanups of skpdfdevice by Hal Canary · 7 years ago
  81. 7e872ca SkPDF: SkPDFMakeShader takes the paint color. by Hal Canary · 7 years ago
  82. fc3afa9 SkPDF: more paths as rects by Hal Canary · 7 years ago
  83. 10ccb02 SkPDF: Fix color glyphs with absolute positioning by Hal Canary · 7 years ago
  84. 4f29c20 SkPDF: Re-use Jpeg Image Shaders by Hal Canary · 7 years ago
  85. 9b9510a Revert "Revert "SkPDF: Non-outline glyphs as images"" by Hal Canary · 7 years ago
  86. 63b6f8b Revert "SkPDF: Non-outline glyphs as images" by Mike Reed · 7 years ago
  87. 3cf6b79 SkPDF: Non-outline glyphs as images by Hal Canary · 7 years ago
  88. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  89. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  90. d425a1d SkPDF: start to support AlphaOnly Images as masks. by Hal Canary · 7 years ago
  91. 7cbf5e3 SkPDF: simplify drawImage/Bitmap/Sprite code. by Hal Canary · 7 years ago
  92. 6409f84 Revert "Revert "Change image encode api to return sk_sp"" by Mike Reed · 7 years ago
  93. 64778d9 Revert "Change image encode api to return sk_sp" by Mike Reed · 7 years ago
  94. dc79955 Change image encode api to return sk_sp by Mike Reed · 7 years ago
  95. ec25768 SkPDF: Change some identifiers. by Hal Canary · 7 years ago
  96. 3223e27 SkTypeface: fix non-determinism on AdvacedMetrics by Hal Canary · 7 years ago
  97. b1de5f9 SkDocument: consolidate trimBox code by Hal Canary · 7 years ago
  98. 2d17139 SkPDF: GradientShaderPatterns use one hashmap not two. by Hal Canary · 7 years ago
  99. 94fd66c SkPDF: Refactor PDFShader to use ShTHashMap<> by Hal Canary · 7 years ago
  100. 80fa7ce SkPDF: simplify SkPDFGraphicState by Hal Canary · 7 years ago