1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 4 months ago
  3. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 7 months ago
  4. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 8 months ago
  5. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  6. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  7. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  8. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  9. 9bc450b ccpr: Fix debug counters for stencil resolve instances by Chris Dalton · 5 years ago
  10. 6a5317a ccpr: Don't do coverage count transformations on literal coverage atlases by Chris Dalton · 5 years ago
  11. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  12. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  13. 7eb5c0f Add "GrMipMapped" parameter to visitProxies by Chris Dalton · 5 years ago
  14. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  15. 45f6b3d ccpr: Visit atlas proxies during visitProxies() by Chris Dalton · 5 years ago
  16. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  17. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  18. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  19. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  20. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 5 years ago
  21. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  22. aaa77c1 Reland "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  23. 7337dbe Revert "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  24. 6a3dc8b ccpr: Support caching of paths that span multiple tiles by Chris Dalton · 6 years ago
  25. a13078c ccpr: Convert GrCCDrawPathsOp::SingleDraw to a class by Chris Dalton · 6 years ago
  26. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  27. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  28. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 6 years ago
  29. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  30. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  31. 348a037 Change mechanism that lets GrRenderTargetContext caller get op list ID. by Brian Salomon · 6 years ago
  32. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  33. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  34. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  35. dedf8f2 ccpr: Fix heap use-after-free caused by member destruction order by Chris Dalton · 6 years ago
  36. b68bcc4 ccpr: Remove the dangling pointer from GrCCDrawPathsOp by Chris Dalton · 6 years ago
  37. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  38. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  39. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  40. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  41. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  42. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  43. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  44. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  45. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  46. a8429cf ccpr: Cache paths with >=50% visibility by Chris Dalton · 6 years ago
  47. 644341a ccpr: Don't consider sub-pixel translation for caching on Android by Chris Dalton · 6 years ago
  48. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  49. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  50. 9414c96 ccpr: Generalize GrCCAtlas to work for cached atlases as well by Chris Dalton · 6 years ago
  51. 42c2115 ccpr: Initialize the atlas size more intelligently by Chris Dalton · 6 years ago
  52. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  53. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 6 years ago
  54. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 6 years ago
  55. daef06a ccpr: Handle winding and even-odd in the same shader by Chris Dalton · 6 years ago
  56. 13235d8 Revert "ccpr: Handle winding and even-odd in the same shader" by Chris Dalton · 6 years ago
  57. 5dd3fcc ccpr: Handle winding and even-odd in the same shader by Chris Dalton · 6 years ago
  58. d7e2227 ccpr: Remove GrCCDrawPathsOp's back-pointer into CCPR by Chris Dalton · 6 years ago
  59. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 6 years ago
  60. 1c54894 ccpr: Remove local matrix data from path instances by Chris Dalton · 6 years ago
  61. 4bfb50b ccpr: Abstract the draws list in a separate class by Chris Dalton · 6 years ago
  62. 5ba36ba ccpr: Clean up GrCoverageCountingPathRenderer by Chris Dalton · 6 years ago