1. e68f736 Add more parameters to GrTextContext::canDraw by cdalton · 9 years ago
  2. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 9 years ago
  3. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 10 years ago
  4. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  5. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  6. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  7. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  8. 02b0501 Small change to use a GrGeometryProcessor for all BitmapText draw calls by joshualitt · 10 years ago
  9. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  10. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  11. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  12. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  13. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
  14. 9853cce Drawstate on stack by joshualitt · 10 years ago
  15. 73f1053 Allocate only the vertices we need for text. by jvanverth · 10 years ago
  16. 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
  17. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 10 years ago
  18. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  19. 294c326 Fix color emoji. by jvanverth · 10 years ago
  20. e817dbb Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chromium.org/636183005/) by jvanverth · 10 years ago
  21. bc92163 Fix color emoji. by jvanverth · 10 years ago
  22. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 10 years ago
  23. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  24. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  25. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  26. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  27. 6a25bd0 Revert Jim's CL. by Mike Klein · 10 years ago
  28. 63b9dc8 Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  29. 2e1a826 Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/) by djsollen · 10 years ago
  30. 9c3d24b Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  31. 9bcd23b Rollback text allocation changes. by jvanverth · 10 years ago
  32. f17bc6c Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 10 years ago
  33. 6c18c80 Revert of Move vertex buffer setup out of drawPackedGlyph(). (https://codereview.chromium.org/414573002/) by jvanverth · 10 years ago
  34. 1d38619 Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 10 years ago
  35. 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
  36. 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
  37. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 10 years ago
  38. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  39. 1d86ee8 Rename GrAtlasMgr to GrAtlas (and other cleanup) by robertphillips · 10 years ago
  40. 8b2fac4 Cache the GrEffect used for text rendering in GrBitmapTextContext. by bsalomon · 10 years ago
  41. 594069f Use vertex attribute for text color in GrBitmapTextContext by bsalomon · 10 years ago
  42. 7801faa Add CPU backing store for GrAtlas to reduce texture uploads. by commit-bot@chromium.org · 10 years ago
  43. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  44. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  45. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  46. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  47. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 11 years ago
  48. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 11 years ago[Renamed from include/gpu/GrBitmapTextContext.h]
  49. 9f94b91 Add fallback code for TextContexts that don't support all features by commit-bot@chromium.org · 11 years ago
  50. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 11 years ago
  51. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  52. 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
  53. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  54. 42a8957 Fix for issue 1728: raster vs. gpu text draws with the wrong color by commit-bot@chromium.org · 11 years ago
  55. c7a40fa Split out GrBitmapTextContext from GrTextContext. by jvanverth@google.com · 11 years ago