1. 6695794 Make draw* lines responsible for cache management by joshualitt · 9 years ago
  2. 5425a9a A change to cleanup some organization around df text by joshualitt · 9 years ago
  3. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago[Renamed from src/gpu/GrAtlasTextContext.h]
  4. 2967798 make internaldrawBmpText part of GrTextUtils by joshualitt · 9 years ago
  5. 2e2202e Move flush logic into GrAtlasTextBlob by joshualitt · 9 years ago
  6. 1acabf3 Move DistanceAdjustTable to its own file by joshualitt · 9 years ago
  7. a06e6ab Move appending of large glyphs into GrAtlasTextBlob by joshualitt · 9 years ago
  8. fd5f6c1 Move 'mustRegenerate' function into GrAtlasTextBlob by joshualitt · 9 years ago
  9. 18b072d A small cleanup of GrAtlasTextContext by joshualitt · 9 years ago
  10. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  11. 6ee690e Remove plumbing of clipRect thoughout the TextContexts by robertphillips · 9 years ago
  12. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  13. a751c97 Factor out GrAtlasTextBatch fromt GrAtlasTextContext by joshualitt · 9 years ago
  14. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  15. 157e648 Detach cache in DF routines rather than passing it in. by jvanverth · 9 years ago
  16. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 9 years ago
  17. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  18. 0fe04a2 Fix for distance field draw large glyph as paths by joshualitt · 9 years ago
  19. 0628a52 Regenerate LCD text blobs if GrPaint's color changes, not SkPaint. by jvanverth · 9 years ago
  20. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  21. 6c2c2b0 Minimize retrieving SkGlyph in GrTextContext by joshualitt · 9 years ago
  22. 265697d Remove some redundant fields from BitmapTextBatch (and rename to TextBatch). by bsalomon · 9 years ago
  23. 374b2f7 rename BitmapTextBlob and move it to its own file by joshualitt · 9 years ago
  24. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  25. 9fc8275 Remove gamma field from SkDeviceProperties by robertphillips · 9 years ago
  26. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  27. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  28. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  29. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  30. 9c240a1 Break GrTextContext's reliance on SkGpuDevice by robertphillips · 9 years ago
  31. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  32. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  33. 19e4c02 Keep Big Glyph coordinates in float in GrAtlasTextContext by joshualitt · 9 years ago
  34. 6c89110 GLProgramsTest 3.0 by joshualitt · 9 years ago
  35. 1107e90 Fix blur on large glyphs in runs < SkGlyphCache::max by joshualitt · 9 years ago
  36. e4cee1f fix for cached textblobs look garbled by joshualitt · 9 years ago
  37. 79dfb2b Add unit tests to text context by joshualitt · 9 years ago
  38. 0911430 Move state management to GrInOrderDrawBuffer by joshualitt · 9 years ago
  39. edae309 Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 of https://codereview.chromium.org/1120143002/) by joshualitt · 9 years ago
  40. 5d6bb6f Move state management to GrInOrderDrawBuffer by joshualitt · 9 years ago
  41. f0c000d fix a bug in scrolling BitmapText gpu cached textblobs by joshualitt · 9 years ago
  42. 97202d2 Fix for segfault on destruction of BitmapTextBlob by joshualitt · 9 years ago
  43. 12c20e4 Fix for GrAtlasTextContext memory leak by joshualitt · 9 years ago
  44. a7c6389 fix some small bugs with GrAtlasTextContext by joshualitt · 9 years ago
  45. 64c99cc Add support for rotating / scaling / translating gpu cached distance field textblobs by joshualitt · 9 years ago
  46. ae32c10 Store pointers to GrGlyph directly in BitmapTextBlob. This patch improves performance by avoiding hashmap lookups under normal use by joshualitt · 9 years ago
  47. 8672f4d Pack BitmapTextBlob a bit tighter by joshualitt · 9 years ago
  48. fcfb9fc A small patch to enable distance field text in textblobs by joshualitt · 9 years ago
  49. fec19e1 Small change to allow DistanceField and BMP text to coexist in a blob by joshualitt · 9 years ago
  50. 9bd2daf Initial CL to add distance field support to GrAtlasTextContext by joshualitt · 9 years ago
  51. c3c5990 Convert BitmapTextBlob from using STArray to AutoSTMalloc by joshualitt · 9 years ago
  52. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 9 years ago
  53. 53b5f44 Start caching masks / stroke fills for textblobs by joshualitt · 9 years ago
  54. 2a0e9f3 Avoid regenerating cached textblobs on integer scrolls by joshualitt · 9 years ago
  55. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 9 years ago
  56. b4c507e Adding bulk plot reffer to cached textblobs by joshualitt · 9 years ago
  57. 3cf9863 Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/) by joshualitt · 9 years ago
  58. 7281c61 Adding bulk plot reffer to cached textblobs by joshualitt · 9 years ago
  59. 9a27e63 Handle large paths in textblobs by joshualitt · 9 years ago
  60. eef5b3e BUG=skia: by joshualitt · 9 years ago
  61. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 9 years ago
  62. 1d89e8d move Atlas Text Context to its own file by joshualitt · 9 years ago