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