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