1. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  2. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  3. a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 7 years ago
  4. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  5. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  6. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  7. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  8. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  9. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  10. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  11. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  12. 70288c0 Add function to perform color fragment processor elimination while performing FP analysis. by Brian Salomon · 7 years ago
  13. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  14. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  15. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  16. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 7 years ago
  17. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  18. bfafcba Determine whether any fp uses local coords in FragmentProcessorAnalysis rather than GrPipeline creation by Brian Salomon · 8 years ago
  19. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 8 years ago
  20. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 8 years ago
  21. b16e8ac Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContext by Brian Salomon · 8 years ago
  22. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  23. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 8 years ago
  24. eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 8 years ago
  25. 119fb2b Add a basic constructor to GrPipeline by csmartdalton · 8 years ago
  26. f87e2b9 Move srgb enable flags to GrProcessorSet from pipelinebuilder by Brian Salomon · 8 years ago
  27. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 8 years ago
  28. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 8 years ago
  29. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  30. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  31. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  32. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  33. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  34. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  35. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  36. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  37. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  38. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  39. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  40. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  41. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  42. 7312ff8 Remove ability to skip coord transform comparison in pipeline comparison. by bsalomon · 8 years ago
  43. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  44. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  45. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  46. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  47. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  48. 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
  49. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  50. afd6340 Check fIgnoresCoverage in GrPipeline::AreEqual by csmartdalton · 8 years ago
  51. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  52. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  53. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  54. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  55. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  56. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  57. 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
  58. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  59. 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
  60. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  61. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  62. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  63. 0d81b29 Fix bug in reads fragment position on gpu. by egdaniel · 9 years ago
  64. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  65. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  66. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  67. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  68. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  69. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  70. a352b14 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ ) by robertphillips · 9 years ago
  71. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  72. 81bdbf8 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #5 id:100001 of https://codereview.chromium.org/1414903002/ ) by caryclark · 9 years ago
  73. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  74. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  75. 5d08d44 minor cleanup by joshualitt · 9 years ago
  76. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  77. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  78. 4bf69f7 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
  79. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  80. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  81. c8d3f57 Fail early in GrPipeline::CreateAt() if XP creation fails by bsalomon · 9 years ago
  82. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  83. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  84. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  85. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  86. 7441782 Make folder for batches by joshualitt · 9 years ago
  87. 2fe7923 Expose coord transforms from GrPipeline by joshualitt · 9 years ago
  88. 8cab9a7 All batches do their own pipeline compare by joshualitt · 9 years ago
  89. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  90. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  91. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  92. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  93. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  94. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  95. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  96. 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
  97. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  98. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  99. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  100. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago