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