1. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  2. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 7 years ago
  3. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  4. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  5. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  6. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  7. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  8. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 7 years ago
  9. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  10. d2743ea Remove GrPipelineBuilder.cpp by Brian Salomon · 7 years ago
  11. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 8 years ago
  12. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  13. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 8 years ago
  14. d4652ca Remove most modifiers of processors on GrPipelineBuilder by Brian Salomon · 8 years ago
  15. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  16. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  17. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  18. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  19. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  20. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  21. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  22. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  23. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  24. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  25. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  26. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  27. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  28. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  29. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  30. 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
  31. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  32. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  33. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  34. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  35. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  36. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  37. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  38. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  39. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  40. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 8 years ago
  41. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  42. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  43. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  44. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  45. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  46. 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 · 8 years ago
  47. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  48. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 8 years ago
  49. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  50. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 8 years ago
  51. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  52. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  53. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  54. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  55. ede7574 Enable AA stencil clip for mixed samples by cdalton · 9 years ago
  56. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  57. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  58. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  59. 465283c Remove batchtracker by joshualitt · 9 years ago
  60. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  61. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  62. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  63. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  64. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  65. 06a7f9c Remove unused calcPOIs with color/coverage input. by egdaniel · 9 years ago
  66. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  67. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  68. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  69. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  70. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  71. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  72. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  73. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  74. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  75. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  76. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  77. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  78. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  79. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  80. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  81. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  82. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  83. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  84. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  85. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  86. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  87. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 9 years ago
  88. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 9 years ago
  89. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  90. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  91. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  92. 44701df Move clip off of draw target by joshualitt · 9 years ago
  93. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 9 years ago
  94. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 9 years ago
  95. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 9 years ago
  96. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 9 years ago
  97. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  98. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  99. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  100. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago