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