1. d120105 Make path range loading explicit by cdalton · 10 years ago
  2. cdd7907 Implement cached nvpr text blobs by cdalton · 10 years ago
  3. 02015e5 Use SkTextBlob for nvpr color bitmap fallbacks by cdalton · 10 years ago
  4. 3bd909a Add TextRun object to nvpr text by cdalton · 10 years ago
  5. 7d5c950 Simplify nvpr text by cdalton · 10 years ago
  6. f238469 Late creation of GrPathProcessor by joshualitt · 10 years ago
  7. 1fcc01c GrPathRangeBatch by bsalomon · 10 years ago
  8. 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 10 years ago
  9. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 10 years ago
  10. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  11. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  12. c5d58f0 Use stencil ops that don't issue writes whenever possible by vbuzinov · 10 years ago
  13. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 10 years ago
  14. 9df4659 Remove init function from GrTextContext.h by joshualitt · 10 years ago
  15. fcf7829 remove SkDeviceProperties by robertphillips · 10 years ago
  16. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 10 years ago
  17. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 10 years ago
  18. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 10 years ago
  19. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 10 years ago
  20. dded696 Implement support for mixed sampled render targets by vbuzinov · 10 years ago
  21. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 10 years ago
  22. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 10 years ago
  23. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 10 years ago
  24. 50b58e6 Improve caching of dashed paths in GrStencilAndCoverPathRenderer by kkinnunen · 10 years ago
  25. 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 · 10 years ago
  26. 8f94bb2 remove old text contexts and fontcache by joshualitt · 10 years ago
  27. 9bd2daf Initial CL to add distance field support to GrAtlasTextContext by joshualitt · 10 years ago
  28. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 10 years ago
  29. 1d89e8d move Atlas Text Context to its own file by joshualitt · 10 years ago
  30. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  31. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  32. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  33. e68f736 Add more parameters to GrTextContext::canDraw by cdalton · 10 years ago
  34. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 10 years ago
  35. d709ea8 Remove SkLONGLONG. by bungeman · 10 years ago
  36. 79738cc Glyph positions maintain 32 bit integer part. by bungeman · 10 years ago
  37. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  38. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  39. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  40. 44701df Move clip off of draw target by joshualitt · 10 years ago
  41. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  42. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  43. 24db3b1 Add specialized content key class for resources. by bsalomon · 11 years ago
  44. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 11 years ago
  45. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 11 years ago
  46. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 11 years ago
  47. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 11 years ago
  48. 5531d51 remove view matrix from context by joshualitt · 11 years ago
  49. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 11 years ago
  50. 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 · 11 years ago
  51. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 11 years ago
  52. 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 · 11 years ago
  53. e05162d Ignore SkGlyphCache gamma for nvpr text by cdalton · 11 years ago
  54. 20b373c Add color emoji fallback for nvpr text by cdalton · 11 years ago
  55. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 11 years ago
  56. 9853cce Drawstate on stack by joshualitt · 11 years ago
  57. 38e13ad Remove 1d glyph positions from nvpr text by cdalton · 11 years ago
  58. 92e496f Beginning to refactor nvpr code by joshualitt · 11 years ago
  59. aab626c Revert of Change drawText() to generate positions and send to drawPosText() (patchset #4 id:60001 of https://codereview.chromium.org/653133004/) by jvanverth · 11 years ago
  60. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 11 years ago
  61. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 11 years ago
  62. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 11 years ago
  63. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 11 years ago
  64. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 11 years ago
  65. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 11 years ago
  66. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 11 years ago
  67. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 11 years ago
  68. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 11 years ago
  69. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 11 years ago
  70. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 11 years ago
  71. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 11 years ago
  72. 3f86099 Fix crash in nvpr text after abandoning context by cdalton · 11 years ago
  73. b2808cd Send less transform data when drawing text with nvpr by cdalton · 11 years ago
  74. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 11 years ago
  75. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 11 years ago
  76. b85a0aa Add a GrPathRange class by cdalton · 11 years ago
  77. c6cb56f Implement text rendering with NVPR by kkinnunen · 11 years ago
  78. 4784182 Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/) by commit-bot@chromium.org · 11 years ago
  79. dcb8ef9 Implement text rendering with NVPR by commit-bot@chromium.org · 11 years ago