1. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  2. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago
  3. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  4. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  5. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  6. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  7. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  8. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  9. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  10. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  11. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  12. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  13. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  14. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  15. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  16. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  17. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  18. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  19. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  20. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  21. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  22. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  23. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  24. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  25. ecbc15d Minor cleanup of GrStencilAndCoverTextContext by robertphillips · 8 years ago
  26. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  27. 640789d Push GrPipelineBuilder down to the drawBatch calls in the TextContext by robertphillips · 8 years ago
  28. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  29. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  30. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  31. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 8 years ago
  32. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  33. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  34. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  35. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  36. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  37. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  38. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  39. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  40. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  41. 7715e06 Retract SkDevice a bit more by robertphillips · 9 years ago
  42. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  43. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
  44. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
  45. c791728 Pass effects directly to fontcache by reed · 9 years ago
  46. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 9 years ago
  47. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
  48. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
  49. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  50. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  51. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  52. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  53. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  54. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  55. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  56. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 9 years ago
  57. 73c4e64 Retract GrDrawTarget and GrPipelineBuilder a bit more by robertphillips · 9 years ago
  58. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  59. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  60. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  61. 27004b7 Remove GrContext* from GrTextContext by joshualitt · 9 years ago
  62. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 9 years ago
  63. e55750e Start whittling down GrTextContext by joshualitt · 9 years ago
  64. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago[Renamed from src/gpu/GrStencilAndCoverTextContext.cpp]
  65. cdd4682 Improve nvpr glyph batching by cdalton · 9 years ago
  66. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  67. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  68. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  69. 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
  70. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  71. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  72. d120105 Make path range loading explicit by cdalton · 9 years ago
  73. cdd7907 Implement cached nvpr text blobs by cdalton · 9 years ago
  74. 02015e5 Use SkTextBlob for nvpr color bitmap fallbacks by cdalton · 9 years ago
  75. 3bd909a Add TextRun object to nvpr text by cdalton · 9 years ago
  76. 7d5c950 Simplify nvpr text by cdalton · 9 years ago
  77. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  78. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  79. 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 9 years ago
  80. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 9 years ago
  81. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  82. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  83. c5d58f0 Use stencil ops that don't issue writes whenever possible by vbuzinov · 9 years ago
  84. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  85. 9df4659 Remove init function from GrTextContext.h by joshualitt · 9 years ago
  86. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  87. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  88. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  89. 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
  90. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  91. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  92. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  93. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  94. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 9 years ago
  95. 50b58e6 Improve caching of dashed paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  96. 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
  97. 8f94bb2 remove old text contexts and fontcache by joshualitt · 9 years ago
  98. 9bd2daf Initial CL to add distance field support to GrAtlasTextContext by joshualitt · 10 years ago
  99. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 10 years ago
  100. 1d89e8d move Atlas Text Context to its own file by joshualitt · 10 years ago