1. 5531d51 remove view matrix from context by joshualitt · 11 years ago
  2. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 11 years ago
  3. 058f01e Cleanup conversion that the new NDK compiler tries to over optimize. by djsollen · 11 years ago
  4. 73f1053 Allocate only the vertices we need for text. by jvanverth · 11 years ago
  5. fca302c Add color emoji fallback for distance field text. by jvanverth · 11 years ago
  6. aab626c Revert of Change drawText() to generate positions and send to drawPosText() (patchset #4 id:60001 of https://codereview.chromium.org/653133004/) by jvanverth · 11 years ago
  7. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 11 years ago
  8. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 11 years ago
  9. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 11 years ago
  10. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 11 years ago
  11. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 11 years ago
  12. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 11 years ago
  13. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 11 years ago
  14. 76ce81e Fix SDF font positions when using global scale. by jvanverth · 11 years ago
  15. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 11 years ago
  16. 6a25bd0 Revert Jim's CL. by Mike Klein · 11 years ago
  17. 63b9dc8 Restore text vertex buffer alloc and other optimizations. by jvanverth · 11 years ago
  18. 2e1a826 Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/) by djsollen · 11 years ago
  19. 9c3d24b Restore text vertex buffer alloc and other optimizations. by jvanverth · 11 years ago
  20. 9bcd23b Rollback text allocation changes. by jvanverth · 11 years ago
  21. 1723bfc Add vertex bounds check for distance field rendering. by jvanverth · 11 years ago
  22. 78f0718 Add effect caching to distance field text. by jvanverth · 11 years ago
  23. fdd09c2 Revert of Add effect caching to distance field text. (https://codereview.chromium.org/424103002/) by bensong · 11 years ago
  24. 137bac0 Add effect caching to distance field text. by jvanverth · 11 years ago
  25. f17bc6c Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 11 years ago
  26. 6c18c80 Revert of Move vertex buffer setup out of drawPackedGlyph(). (https://codereview.chromium.org/414573002/) by jvanverth · 11 years ago
  27. 1d38619 Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 11 years ago
  28. 2d2a68c Gamma correction for distance field text. by jvanverth · 11 years ago
  29. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 11 years ago
  30. 4d517fd Gamma correction for distance field text. by jvanverth · 11 years ago
  31. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 11 years ago
  32. 609ced4 Add LCD support for distance field text. by commit-bot@chromium.org · 11 years ago
  33. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  34. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  35. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  36. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 12 years ago
  37. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 12 years ago[Renamed from include/gpu/GrDistanceFieldTextContext.h]
  38. 9f94b91 Add fallback code for TextContexts that don't support all features by commit-bot@chromium.org · 12 years ago
  39. e5d7015 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  40. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 12 years ago
  41. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 12 years ago
  42. f1d63aa Revert of Add factory class for generating various flavors of GrTextContext. (https://codereview.chromium.org/144283002/) by commit-bot@chromium.org · 12 years ago
  43. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 12 years ago
  44. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 12 years ago
  45. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 12 years ago