1. 22451cc accessors for RunBuffer as points or rsxforms by Mike Reed · 6 years ago
  2. 811d064 make SkRSXform singular by Cary Clark · 6 years ago
  3. 30cf62b add rsxform runs to textblobs by Mike Reed · 6 years ago
  4. 4f73883 fix bookmaker by Cary Clark · 6 years ago
  5. ae0d860 move intercepts call to textblob by Mike Reed · 6 years ago
  6. efb518d more simple makers for textblobs by Mike Reed · 6 years ago
  7. 6d59568 change private alloc methods to also take fonts by Mike Reed · 6 years ago
  8. b3f4aac make runfont be a font ... this makes building faster. by Mike Reed · 6 years ago
  9. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  10. 6f07788 remove textblobbuilder guard by Mike Reed · 6 years ago
  11. 70ea926 don't define flag -- let clients do that by Mike Reed · 6 years ago
  12. ddafa42 guard flag, so we can remove it and force clients to opt-in by Mike Reed · 6 years ago
  13. 77b3f3a Check every word in docs by Cary Clark · 6 years ago
  14. 7e69c8f fix paint docs by Cary Clark · 6 years ago
  15. 8245649 give include comments the once over by Cary Clark · 6 years ago
  16. 408ef21 Revert "replace SkNVRefCnt with SkRefCnt" by Mike Klein · 6 years ago
  17. 0fb1ee9 replace SkNVRefCnt with SkRefCnt by Mike Klein · 6 years ago
  18. 14768f6 update docs for new/changed textblob apis by Cary Clark · 6 years ago
  19. 3185f90 expose SkFont as public way to use TextBlobBuilder by Mike Reed · 6 years ago
  20. c2d0fb1 include: whitespace changes for clang-format by Hal Canary · 6 years ago
  21. af04551 refresh generated includes by Cary Clark · 6 years ago
  22. 93ce79d drop SkTextBlob alignas(void*), align in Builder manually by Mike Klein · 6 years ago
  23. 015c899 port most SkAtomic<T> to std::atomic<T> by Mike Klein · 6 years ago
  24. 475c5e9 turn on alignment sanitizer by Mike Klein · 6 years ago
  25. e12a090 make some textblob builders private for now by Cary Clark · 6 years ago
  26. c3bc69f Rename MakeAsTextDraw to MakeFromText by Herb Derby · 6 years ago
  27. ab54e73 Hide SkTextBlob::GlyphPositioning from public API by Florin Malita · 6 years ago
  28. 785586a remove unused serialization in textblob by Cary Clark · 6 years ago
  29. 4b3a515 MakeAsDrawText for SkTextBlob by Herb Derby · 6 years ago
  30. 53c8769 remove unused untested parts of text blob by Cary Clark · 6 years ago
  31. 8a6348e Introduce text blob processing but don't wire it up by Herb Derby · 6 years ago
  32. 688a8e5 More workarounds on Windows Debug DLL crash. by Yong-Hwan Baek · 6 years ago
  33. 3858045 Revert "Remove drawTextBlob from device use drawGlyphRunList" by Robert Phillips · 6 years ago
  34. e2e52e4 Remove drawTextBlob from device use drawGlyphRunList by Herb Derby · 6 years ago
  35. 42f8bc4 Add API for SkTextBlob serialization into caller's memory. by Khushal · 6 years ago
  36. f6eb1f9 simple version of serialization for SkTextBlob by Mike Reed · 7 years ago
  37. 474d687 Send TextBlobCache purge messages only to owning cache. by Jim Van Verth · 7 years ago
  38. 8e74cbc Revert "Revert "use serialprocs for typefaces"" by Mike Reed · 7 years ago
  39. 1a104bc Revert "use serialprocs for typefaces" by Mike Reed · 7 years ago
  40. b681972 use serialprocs for typefaces by Mike Reed · 7 years ago
  41. d923a71 Use SkSafeMath for text blob storage calculations by Florin Malita · 7 years ago
  42. 47f6029 remove legacy Create from SkTextBlob by Mike Reed · 7 years ago
  43. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  44. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  45. 31599e9 remove dead code around SK_SUPPORT_LEGACY_TEXTBLOB_SERIAL_API by Mike Reed · 7 years ago
  46. aaa3056 switch away from std::function in public api by Mike Reed · 7 years ago
  47. b99bedd Add serialize + catalog api to SkTextBlob by Mike Reed · 7 years ago
  48. 4a01ac9 Purge GrTextBlobCache entries on SkTextBlob deletion by Florin Malita · 7 years ago
  49. 3a9a7a3 Remove run count field from SkTextBlob. by Florin Malita · 7 years ago
  50. 16d2c67 Remove SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER. by Ben Wagner · 8 years ago
  51. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  52. 4f0a23a SkTextBlob: Begin implementing Extended TextBlob API by halcanary · 8 years ago
  53. 2ab9057 update textblob api to use sk_sp by reed · 8 years ago
  54. b47cd4b Use SkNVRefCnt for a couple common types. by mtklein · 8 years ago
  55. d0e95a5 typedef uint16_t SkGlyphID by halcanary · 8 years ago
  56. bf521ff Move SkTArray to include/private. by bungeman · 8 years ago
  57. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  58. cdd7907 Implement cached nvpr text blobs by cdalton · 9 years ago
  59. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 9 years ago
  60. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 9 years ago
  61. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 9 years ago
  62. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  63. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 9 years ago
  64. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  65. 2af8583 simple patch to always init SkTextBlob uniqueID by joshualitt · 9 years ago
  66. 9c32818 Initial change to move text blob to GrTextContext by joshualitt · 9 years ago
  67. 3dc40ac Conservative SkTextBlob bounds. by fmalita · 9 years ago
  68. 0728031 Stop overloading internal_dispose in SkTextBlob and SkData by bsalomon · 10 years ago
  69. 3c196de Souped-up SkTextBlob. by fmalita · 10 years ago
  70. e50215e Revert of Souped-up SkTextBlob. (patchset #3 id:40001 of https://codereview.chromium.org/581173003/) by fmalita · 10 years ago
  71. 13645ea Souped-up SkTextBlob. by fmalita · 10 years ago
  72. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  73. 228a6f2 SkTextBlob GPipe serialization. by fmalita · 10 years ago
  74. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  75. 3053dfa Add SK_API to SkTextBlob and SkTextBlobBuilder. by jbroman · 10 years ago
  76. 37ecbaf [SkTextBlob] Merge run font data at draw time. by fmalita · 10 years ago
  77. c6765d6 Add some SkTextBlob builder tests. by fmalita · 10 years ago
  78. 00d5c2c SkTextBlob by fmalita · 10 years ago