1. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  2. 972b2f6 Initialize GrPipeline at construction. by Brian Salomon · 7 years ago
  3. f86d37b Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to an enum by Brian Salomon · 7 years ago
  4. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  5. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 7 years ago
  6. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  7. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  8. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  9. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  10. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  11. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  12. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  13. 70288c0 Add function to perform color fragment processor elimination while performing FP analysis. by Brian Salomon · 7 years ago
  14. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  15. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  16. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  17. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  18. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  19. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 7 years ago
  20. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 7 years ago
  21. ecea86a Cleanup ops that are storing GrPipelineOptimizations. by Brian Salomon · 8 years ago
  22. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  23. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  24. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  25. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawPathOp.h]
  26. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago[Renamed (66%) from src/gpu/batches/GrDrawPathBatch.h]
  27. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago
  28. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  29. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  30. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  31. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  32. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  33. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  34. a224bb7 Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRenderer by bsalomon · 8 years ago
  35. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  36. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  37. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  38. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  39. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  40. 1dc1721 Revert of Batch multiple single NVPR draw paths to instanced draws (patchset #5 id:80001 of https://codereview.chromium.org/1908433002/ ) by stephana · 8 years ago
  41. 3c33c38 Batch multiple single NVPR draw paths to instanced draws by kkinnunen · 8 years ago
  42. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  43. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  44. cdd4682 Improve nvpr glyph batching by cdalton · 9 years ago
  45. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  46. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  47. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  48. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  49. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  50. d120105 Make path range loading explicit by cdalton · 9 years ago
  51. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  52. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  53. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  54. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  55. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  56. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  57. 465283c Remove batchtracker by joshualitt · 9 years ago
  58. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  59. a82bf95 Fix leak of path ranges by bsalomon · 9 years ago
  60. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  61. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  62. 3a30cc1 Thou shalt use override consistently. by mtklein · 9 years ago
  63. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago