1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  3. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  4. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  5. b356cbc Move atlas creation to internal to GrResourceProvider by joshualitt · 9 years ago
  6. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  7. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  8. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  9. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  10. 58ff81b Remove unused field in micro cleanup by joshualitt · 9 years ago
  11. 4f19ca3 Dont try to draw glyphs with unexpected mask formats by joshualitt · 9 years ago
  12. 6c2c2b0 Minimize retrieving SkGlyph in GrTextContext by joshualitt · 9 years ago
  13. 265697d Remove some redundant fields from BitmapTextBatch (and rename to TextBatch). by bsalomon · 9 years ago
  14. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  15. 29f8679 Removing GrAutoMalloc by joshualitt · 9 years ago
  16. a5f1d5a fix for atlas is abandoned text corruption by joshualitt · 9 years ago
  17. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
  18. 010db53 Some simple optimizations for improving GrAtlasTextContext perf by joshualitt · 10 years ago
  19. ae32c10 Store pointers to GrGlyph directly in BitmapTextBlob. This patch improves performance by avoiding hashmap lookups under normal use by joshualitt · 10 years ago
  20. 62db8ba fix for perf regression on ugamsolutions / msaa16 by joshualitt · 10 years ago
  21. b4c507e Adding bulk plot reffer to cached textblobs by joshualitt · 10 years ago
  22. 3cf9863 Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/) by joshualitt · 10 years ago
  23. 7281c61 Adding bulk plot reffer to cached textblobs by joshualitt · 10 years ago
  24. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  25. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  26. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago