1. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  2. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  3. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  4. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  5. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  6. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  7. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  8. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  9. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 8 years ago
  10. 73c4e64 Retract GrDrawTarget and GrPipelineBuilder a bit more by robertphillips · 8 years ago
  11. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  12. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  13. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  14. 27004b7 Remove GrContext* from GrTextContext by joshualitt · 9 years ago
  15. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 9 years ago
  16. e55750e Start whittling down GrTextContext by joshualitt · 9 years ago
  17. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago[Renamed from src/gpu/GrStencilAndCoverTextContext.cpp]
  18. cdd4682 Improve nvpr glyph batching by cdalton · 9 years ago
  19. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  20. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  21. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  22. 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
  23. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  24. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  25. d120105 Make path range loading explicit by cdalton · 9 years ago
  26. cdd7907 Implement cached nvpr text blobs by cdalton · 9 years ago
  27. 02015e5 Use SkTextBlob for nvpr color bitmap fallbacks by cdalton · 9 years ago
  28. 3bd909a Add TextRun object to nvpr text by cdalton · 9 years ago
  29. 7d5c950 Simplify nvpr text by cdalton · 9 years ago
  30. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  31. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  32. 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 9 years ago
  33. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 9 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  35. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  36. c5d58f0 Use stencil ops that don't issue writes whenever possible by vbuzinov · 9 years ago
  37. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  38. 9df4659 Remove init function from GrTextContext.h by joshualitt · 9 years ago
  39. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  40. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  41. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  42. 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
  43. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  44. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  45. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  46. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  47. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 9 years ago
  48. 50b58e6 Improve caching of dashed paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  49. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  50. 8f94bb2 remove old text contexts and fontcache by joshualitt · 9 years ago
  51. 9bd2daf Initial CL to add distance field support to GrAtlasTextContext by joshualitt · 9 years ago
  52. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 9 years ago
  53. 1d89e8d move Atlas Text Context to its own file by joshualitt · 9 years ago
  54. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  55. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 9 years ago
  56. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  57. e68f736 Add more parameters to GrTextContext::canDraw by cdalton · 9 years ago
  58. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 9 years ago
  59. d709ea8 Remove SkLONGLONG. by bungeman · 9 years ago
  60. 79738cc Glyph positions maintain 32 bit integer part. by bungeman · 9 years ago
  61. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  62. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  63. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  64. 44701df Move clip off of draw target by joshualitt · 10 years ago
  65. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  66. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  67. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  68. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  69. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  70. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  71. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  72. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  73. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  74. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  75. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  76. 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
  77. e05162d Ignore SkGlyphCache gamma for nvpr text by cdalton · 10 years ago
  78. 20b373c Add color emoji fallback for nvpr text by cdalton · 10 years ago
  79. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  80. 9853cce Drawstate on stack by joshualitt · 10 years ago
  81. 38e13ad Remove 1d glyph positions from nvpr text by cdalton · 10 years ago
  82. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  83. 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
  84. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 10 years ago
  85. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  86. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 10 years ago
  87. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  88. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  89. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  90. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  91. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  92. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  93. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  94. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  95. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  96. 3f86099 Fix crash in nvpr text after abandoning context by cdalton · 10 years ago
  97. b2808cd Send less transform data when drawing text with nvpr by cdalton · 10 years ago
  98. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  99. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  100. b85a0aa Add a GrPathRange class by cdalton · 10 years ago