1. 7c7314a Remove the CACHE_SANITY_CHECK system. by Herb Derby · 5 years ago
  2. 3d1a3bb Fix fix chrome build bots by Herb Derby · 5 years ago
  3. 99f228e Change from std to skstd for aligned_union_t by Herb Derby · 5 years ago
  4. cd498e1 Turn GrTextBlob vertices into actual structs by Herb Derby · 5 years ago
  5. a904764 WS: reorder GrTextBlob struct and move all methods to .cpp by Herb Derby · 5 years ago
  6. ba094e5 GCC 8 reminds us, don't memcpy() sk_sp by Mike Klein · 5 years ago
  7. e74c776 Specialize vertex size for GrTextBlob by Herb Derby · 5 years ago
  8. e9f691d Make fInitialViewMatrix const in GrTextBlob by Herb Derby · 5 years ago
  9. eba195f Make GrTextBlob initial position const by Herb Derby · 5 years ago
  10. 00ae959 Start cleanup of GrTextBlob by Herb Derby · 5 years ago
  11. 1b8dcd1 Simplify SubRun structure in GrTextBlob by Herb Derby · 5 years ago
  12. a6c4a30 Simplify makeOps API by Herb Derby · 5 years ago
  13. 2984d26 Remove device paths from SubRun by Herb Derby · 5 years ago
  14. d4cfee8 Remove fallback flag from subrun by Herb Derby · 5 years ago
  15. d667e61 Fallback direct glyphs not translating properly by Herb Derby · 5 years ago
  16. 660c2ff Remove indexes from Geometry in the text op by Herb Derby · 5 years ago
  17. 3a4f227 Hoist regenGlyphs out of per glyph loop by Herb Derby · 5 years ago
  18. 34b72ae Reduce scaling of large SDF glyphs on Mac. by Jim Van Verth · 5 years ago
  19. cb443a5 Force single glyph calls through bulk interface by Herb Derby · 5 years ago
  20. 1213041 Use common path drawing code by Herb Derby · 5 years ago
  21. 2638f3d rename atlassize->atlasdimensions by Brian Salomon · 5 years ago
  22. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  23. 20eafff Convert prepareForDrawing to glyph buffers by Herb Derby · 5 years ago
  24. ce3cf80 Draw perspective text as paths. by Jim Van Verth · 5 years ago
  25. d543fbb Revert "Draw perspective text as paths." by Herb Derby · 5 years ago
  26. 76826fc Draw perspective text as paths. by Jim Van Verth · 5 years ago
  27. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  28. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  29. 9830fc4 A fix and unit test for jagged characters by Herb Derby · 5 years ago
  30. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  31. c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 5 years ago
  32. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  33. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  34. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  35. 57f211b SK_API in src/gpu cleanup by Brian Salomon · 5 years ago
  36. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  37. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  38. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  39. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  40. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  41. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
  42. 27ae52c Make deferred render target context without config or format by Brian Salomon · 6 years ago
  43. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 6 years ago
  44. a4eecd8 findImage(const SkGlyph&) -> prepareImage(SkGlyph*) by Herb Derby · 6 years ago
  45. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
  46. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 6 years ago
  47. 3e8e34e Start using new APIs for bounds and glyph lookup by Herb Derby · 6 years ago
  48. 48fec76 Rename GrColorType::kRGB_565 to kBGR_565 by Greg Daniel · 6 years ago
  49. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  50. 3721688 Make fMaskFormate private by Herb Derby · 6 years ago
  51. 36a54c1 Rename SkStrikeSpecStorage -> SkStrikeSpec by Herb Derby · 6 years ago
  52. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 6 years ago
  53. bfa8767 Move source space fallback strike calculations to SkStrikeSpecStorage by Herb Derby · 6 years ago
  54. e7efd08 Replace SkStrikeSpec with SkStrikeSpecStorage by Herb Derby · 6 years ago
  55. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 6 years ago
  56. 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 6 years ago
  57. 42dda08 Remove some uses of GrBytesPerPixel (take 2) by Robert Phillips · 6 years ago
  58. 0221e8b Revert "Remove some uses of GrBytesPerPixel" by Robert Phillips · 6 years ago
  59. 13f02be2 Remove some uses of GrBytesPerPixel by Robert Phillips · 6 years ago
  60. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 6 years ago
  61. f5e5f19 Cleaup GrTextStrike and GrStrikeCache by Herb Derby · 6 years ago
  62. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  63. 7921c01 Reland "Do not use sub-pixel positioning for source space" by Herb Derby · 6 years ago
  64. c6cfca4 Revert "Reland "Do not use sub-pixel positioning for source space"" by Herb Derby · 6 years ago
  65. 8aa0ea0 Reland "Do not use sub-pixel positioning for source space" by Herb Derby · 6 years ago
  66. d9b8eed Revert "Do not use sub-pixel positioning for source space" by Mike Reed · 6 years ago
  67. 7b56b0a Do not use sub-pixel positioning for source space by Herb Derby · 6 years ago
  68. 44b3519 Move GlyphAndPos and PathAndPos to interface and rename. by Herb Derby · 6 years ago
  69. ac962c9 Convert templates to virtuals in SkGlyphRunPainter by Herb Derby · 6 years ago
  70. cc6cd85 Fix: set SDFT if there is only fallback by Herb Derby · 6 years ago
  71. c72594a Move process* closures into the GrTextBlob by Herb Derby · 6 years ago
  72. a00da61 Pointer to GrStrikeCache on GrTextBlob by Herb Derby · 6 years ago
  73. eafd81b Make ARGB fallback use common strike lookup by Herb Derby · 6 years ago
  74. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 6 years ago
  75. 881c962 Break up InitDistanceFieldPaint by Herb Derby · 6 years ago
  76. 78540b9 Clarify parameter naming for setMinAndMaxScale by Herb Derby · 6 years ago
  77. a4c6487 Use SkStrikeSpec to consolidate SkDescriptor, Effects and Typeface. by Herb Derby · 6 years ago
  78. 65e8417 rewrite SkMasks::CreateMasks to work in bytesPerPixel by Mike Klein · 6 years ago
  79. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  80. 30595ea Use descriptor instead of cache for GrStrikeCache lookup by Herb Derby · 6 years ago
  81. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  82. ec7278e remove unneeded friends/includes in SkPaint.h by Mike Reed · 6 years ago
  83. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  84. d3bde0b remove legacy SkPaint getTextBlobIntercepts by Mike Reed · 6 years ago
  85. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 6 years ago
  86. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 6 years ago
  87. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  88. 5d6be8f Remove templates from GrTextBlobVertexRegenerator by Brian Osman · 6 years ago
  89. 85ff957 Isolate cache lookups in preparation to hoist into painter by Herbert Derby · 6 years ago
  90. 86dbae9 Separate cache lookup from run font setup by Herbert Derby · 6 years ago
  91. 191e64b pass a font to GlyphRunBuilder by Mike Reed · 6 years ago
  92. b2fc3b8 Return SkGlyphCache and GrTextStrike together. by Herbert Derby · 6 years ago
  93. 438ea54 Move from a generalized appendGlyph to two specialized methods. by Herb Derby · 6 years ago
  94. 5a3fdee Convert GrGlyph::PackedID to SkPackedGlyphID by Herb Derby · 6 years ago
  95. 4c35be0 Remove PackedID from the strike call chain by Herb Derby · 6 years ago
  96. b03e024 Make and use a ctor for GrGlyph by Herb Derby · 6 years ago
  97. 37e21f6 Move the maskStyle into the GrGlyph by Herb Derby · 6 years ago
  98. 44539be Remove unused dtor from GrTextStrike by Herb Derby · 6 years ago
  99. 6f27489 Use SkFont for managing distance field text by Herb Derby · 6 years ago
  100. b79ba57 SkFont pushed up one small step for setupCache by Herb Derby · 6 years ago