1. 294c326 Fix color emoji. by jvanverth · 10 years ago
  2. e817dbb Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chromium.org/636183005/) by jvanverth · 10 years ago
  3. bc92163 Fix color emoji. by jvanverth · 10 years ago
  4. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  5. 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
  6. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  7. 681e65b Don't try to add large glyphs to the font atlas. by jvanverth · 10 years ago
  8. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  9. b62508b Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation by george · 10 years ago
  10. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 10 years ago
  11. a179a1e SkAutoRef seems lonely. Might as well delete it. by mtklein · 10 years ago
  12. c4f30b1 Make GrAtlas::removePlot static by robertphillips · 10 years ago
  13. 733f5f5 Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions. by jvanverth · 10 years ago
  14. 952841b Begin atlasing by robertphillips · 10 years ago
  15. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  16. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  17. 1d86ee8 Rename GrAtlasMgr to GrAtlas (and other cleanup) by robertphillips · 10 years ago
  18. 7801faa Add CPU backing store for GrAtlas to reduce texture uploads. by commit-bot@chromium.org · 10 years ago
  19. 21bbc28 Allow GrFontCache::dump() in all builds. by commit-bot@chromium.org · 10 years ago
  20. 762cd80 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  21. eefd8a0 Don't try to render color fonts using distance fields. by commit-bot@chromium.org · 10 years ago
  22. 53e1e4d Minor changes to GrFontCache system. by commit-bot@chromium.org · 10 years ago
  23. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  24. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 10 years ago
  25. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  26. 0b70816 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  27. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  28. 8065ec5 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  29. b5f3b35 Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/) by commit-bot@chromium.org · 11 years ago
  30. bf99824 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  31. c9b2c88 New approach for GPU font atlas by commit-bot@chromium.org · 11 years ago
  32. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  33. 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. f8cb184 Add GPU support for color bitmap fonts by commit-bot@chromium.org · 11 years ago
  35. 11a253b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  37. b2e9fa5 Clean up the GrTHashTable API. by commit-bot@chromium.org · 11 years ago
  38. 3f80dd5 Add support for reading non-rendertarget textures. by commit-bot@chromium.org · 11 years ago
  39. 49e8083 Fix for blinking/corrupted text in Canvas 2D. by commit-bot@chromium.org · 11 years ago
  40. 5890949 Fix font GMs by jvanverth@google.com · 11 years ago
  41. 03e3e89 Add support to dump font cache texture for debug purposes by commit-bot@chromium.org · 11 years ago
  42. 7d330eb GrAtlas cleanup: Split out GrPlot and GrAtlas by commit-bot@chromium.org · 11 years ago
  43. 9529441 GrAtlas refactor: Replace GrMaskFormat usage in GrAtlas with GrPixelConfig. by commit-bot@chromium.org · 11 years ago
  44. 3fddf0e First pass at font cache refactor: Create an atlas manager per texture by commit-bot@chromium.org · 11 years ago
  45. bbe55fd Have multiple plotmgrs, one for each mask format. by jvanverth@google.com · 11 years ago
  46. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  47. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  48. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  49. a8916ff Change Atlas recycling to track current flush count and recycle if Atlas not used in current flush. by commit-bot@chromium.org · 11 years ago
  50. 67ed64e GPU Font Cache improvements: by commit-bot@chromium.org · 11 years ago
  51. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  52. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  54. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  55. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  56. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrTextStrike.cpp]
  57. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  58. 3ef80cf suppress printfs by reed@google.com · 13 years ago
  59. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  60. 7359eae fix to free a plot when purging gr font cache by bsalomon@google.com · 13 years ago
  61. 0ebe81a always flush accumulated draws before we purge the font cache by reed@google.com · 13 years ago
  62. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 13 years ago
  63. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
  64. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago