1. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  2. 681e65b Don't try to add large glyphs to the font atlas. by jvanverth · 10 years ago
  3. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago
  4. 249af15 BUG=skia: by joshualitt · 10 years ago
  5. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  6. 6a25bd0 Revert Jim's CL. by Mike Klein · 10 years ago
  7. 63b9dc8 Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  8. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  9. 2e1a826 Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/) by djsollen · 10 years ago
  10. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  11. c59308d Revert of Possible fix to Restore text vertex buffer alloc and other optimizations. (patchset #1 of https://codereview.chromium.org/513863004/) by djsollen · 10 years ago
  12. 85f9484 Possible fix to Restore text vertex buffer alloc and other optimizations. by egdaniel · 10 years ago
  13. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  14. 9c3d24b Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  15. 62c447d Add an opaqueness hint to GrDrawState. by bsalomon · 10 years ago
  16. 72336ed Don't compare constant color and coverage between GrDrawStates when they are provided by vertex attributes. by bsalomon · 10 years ago
  17. 7883132 Fix for Chrome Canaries. by jvanverth · 10 years ago
  18. 9bcd23b Rollback text allocation changes. by jvanverth · 10 years ago
  19. 1723bfc Add vertex bounds check for distance field rendering. by jvanverth · 10 years ago
  20. 78f0718 Add effect caching to distance field text. by jvanverth · 10 years ago
  21. fdd09c2 Revert of Add effect caching to distance field text. (https://codereview.chromium.org/424103002/) by bensong · 10 years ago
  22. 137bac0 Add effect caching to distance field text. by jvanverth · 10 years ago
  23. feceba5 Add vertex color support to distance field text. by jvanverth · 10 years ago
  24. f17bc6c Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 10 years ago
  25. 6c18c80 Revert of Move vertex buffer setup out of drawPackedGlyph(). (https://codereview.chromium.org/414573002/) by jvanverth · 10 years ago
  26. 1d38619 Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 10 years ago
  27. 8e80d17 Reduce texture uploads for font atlas. by jvanverth · 10 years ago
  28. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  29. 2d2a68c Gamma correction for distance field text. by jvanverth · 10 years ago
  30. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 10 years ago
  31. 4d517fd Gamma correction for distance field text. by jvanverth · 10 years ago
  32. 5408f8f Remove 1/2 pixel offsets for distance field layout. by commit-bot@chromium.org · 10 years ago
  33. 7801faa Add CPU backing store for GrAtlas to reduce texture uploads. by commit-bot@chromium.org · 10 years ago
  34. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  35. 64b08a1 Fix artifacts in distance field rendering due to bilerp by commit-bot@chromium.org · 10 years ago
  36. 762cd80 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  37. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  38. eefd8a0 Don't try to render color fonts using distance fields. by commit-bot@chromium.org · 10 years ago
  39. 221b911 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  40. 609ced4 Add LCD support for distance field text. by commit-bot@chromium.org · 10 years ago
  41. dc5cd85 Add support for multiple base distance field sizes. by commit-bot@chromium.org · 10 years ago
  42. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  43. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  44. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 10 years ago
  45. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  46. a9dae71 More distance field improvements: by commit-bot@chromium.org · 10 years ago
  47. 0bed43c Get correct text metrics for distance fields, and fix dropouts due to thin features. by commit-bot@chromium.org · 10 years ago
  48. ae79612 Add compile flag to force usage of distance fields for all SkPaints. by commit-bot@chromium.org · 10 years ago
  49. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 10 years ago
  50. c9b2c88 New approach for GPU font atlas by commit-bot@chromium.org · 10 years ago
  51. a3b5327 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  52. 6c89c34 Improved distance field sampling by commit-bot@chromium.org · 10 years ago
  53. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  54. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 10 years ago
  55. 9f94b91 Add fallback code for TextContexts that don't support all features by commit-bot@chromium.org · 10 years ago
  56. e5d7015 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  57. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 10 years ago
  58. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  59. f1d63aa Revert of Add factory class for generating various flavors of GrTextContext. (https://codereview.chromium.org/144283002/) by commit-bot@chromium.org · 11 years ago
  60. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  61. 22e9672 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
  63. 11a253b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago