1. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  2. ed3af66 Use Color Processor for color bitmap text draws on gpu. by egdaniel · 10 years ago
  3. 73f1053 Allocate only the vertices we need for text. by jvanverth · 10 years ago
  4. aab626c Revert of Change drawText() to generate positions and send to drawPosText() (patchset #4 id:60001 of https://codereview.chromium.org/653133004/) by jvanverth · 10 years ago
  5. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 10 years ago
  6. ec87dc6 Flush text contexts before drawing text as path by bsalomon · 10 years ago
  7. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  8. 294c326 Fix color emoji. by jvanverth · 10 years ago
  9. e817dbb Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chromium.org/636183005/) by jvanverth · 10 years ago
  10. bc92163 Fix color emoji. by jvanverth · 10 years ago
  11. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 10 years ago
  12. 10d0327 add SkRect::joinNonEmptyArg for faster unioning by reed · 10 years ago
  13. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  14. 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
  15. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  16. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  17. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  18. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  19. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  20. 681e65b Don't try to add large glyphs to the font atlas. by jvanverth · 10 years ago
  21. 249af15 BUG=skia: by joshualitt · 10 years ago
  22. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  23. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  24. 6a25bd0 Revert Jim's CL. by Mike Klein · 10 years ago
  25. 63b9dc8 Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  26. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  27. 2e1a826 Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/) by djsollen · 10 years ago
  28. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  29. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  30. 9c3d24b Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  31. 62c447d Add an opaqueness hint to GrDrawState. by bsalomon · 10 years ago
  32. 72336ed Don't compare constant color and coverage between GrDrawStates when they are provided by vertex attributes. by bsalomon · 10 years ago
  33. 9bcd23b Rollback text allocation changes. 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. 1c63bf6 Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)" by bsalomon · 10 years ago
  38. 249171e Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/) by robertphillips · 10 years ago
  39. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 10 years ago
  40. 8b2fac4 Cache the GrEffect used for text rendering in GrBitmapTextContext. by bsalomon · 10 years ago
  41. 8e80d17 Reduce texture uploads for font atlas. by jvanverth · 10 years ago
  42. cb9a2c8 Extract "text align proc" functions as reusable classes by kkinnunen · 10 years ago
  43. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  44. 594069f Use vertex attribute for text color in GrBitmapTextContext by bsalomon · 10 years ago
  45. 7801faa Add CPU backing store for GrAtlas to reduce texture uploads. by commit-bot@chromium.org · 10 years ago
  46. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  47. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  48. c9b2c88 New approach for GPU font atlas by commit-bot@chromium.org · 11 years ago
  49. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  50. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  51. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 11 years ago
  52. 9f94b91 Add fallback code for TextContexts that don't support all features by commit-bot@chromium.org · 11 years ago
  53. e5d7015 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 11 years ago
  55. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  56. 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
  57. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  58. f8cb184 Add GPU support for color bitmap fonts by commit-bot@chromium.org · 11 years ago
  59. 75a2295 Minor fixes for distance field fonts: by commit-bot@chromium.org · 11 years ago
  60. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  61. 70402c3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 42a8957 Fix for issue 1728: raster vs. gpu text draws with the wrong color by commit-bot@chromium.org · 11 years ago
  63. c7a40fa Split out GrBitmapTextContext from GrTextContext. by jvanverth@google.com · 11 years ago