1. 58ff81b Remove unused field in micro cleanup by joshualitt · 9 years ago
  2. 4f19ca3 Dont try to draw glyphs with unexpected mask formats by joshualitt · 9 years ago
  3. 6c2c2b0 Minimize retrieving SkGlyph in GrTextContext by joshualitt · 9 years ago
  4. 265697d Remove some redundant fields from BitmapTextBatch (and rename to TextBatch). by bsalomon · 9 years ago
  5. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 10 years ago
  6. 29f8679 Removing GrAutoMalloc by joshualitt · 10 years ago
  7. a5f1d5a fix for atlas is abandoned text corruption by joshualitt · 10 years ago
  8. 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
  9. 010db53 Some simple optimizations for improving GrAtlasTextContext perf by joshualitt · 10 years ago
  10. ae32c10 Store pointers to GrGlyph directly in BitmapTextBlob. This patch improves performance by avoiding hashmap lookups under normal use by joshualitt · 10 years ago
  11. 62db8ba fix for perf regression on ugamsolutions / msaa16 by joshualitt · 10 years ago
  12. b4c507e Adding bulk plot reffer to cached textblobs by joshualitt · 10 years ago
  13. 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
  14. 7281c61 Adding bulk plot reffer to cached textblobs by joshualitt · 10 years ago
  15. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  16. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  17. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago