1. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  2. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  3. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  4. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  5. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  6. c8cee44 Move op memory storage to GrContext by Robert Phillips · 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. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  10. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  11. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  12. 972b2f6 Initialize GrPipeline at construction. by Brian Salomon · 7 years ago
  13. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  14. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  15. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  16. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  17. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  18. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 7 years ago
  19. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  20. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  21. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  22. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  23. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  24. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  25. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  26. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  27. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  28. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  29. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  30. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. 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. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  34. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  35. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawPathOp.cpp]
  36. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago[Renamed (80%) from src/gpu/batches/GrDrawPathBatch.cpp]
  37. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  38. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  39. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  40. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  41. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  42. 7312ff8 Remove ability to skip coord transform comparison in pipeline comparison. by bsalomon · 8 years ago
  43. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  44. 44fbc79 Dump batch bounds and scissor rect by robertphillips · 8 years ago
  45. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  46. 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
  47. 3c33c38 Batch multiple single NVPR draw paths to instanced draws by kkinnunen · 8 years ago
  48. c4ce72f Compute bounds union while combining path range draw path batches by kkinnunen · 8 years ago
  49. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  50. 18300a3 detach -> release by mtklein · 8 years ago
  51. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  52. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 9 years ago
  53. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  54. 5582b2b Fix compile error with GOOGLE3 define. by benjaminwagner · 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. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  62. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  63. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  64. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  65. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  66. 465283c Remove batchtracker by joshualitt · 9 years ago
  67. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  68. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago