1. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 6 years ago
  2. 7eb5c0f Add "GrMipMapped" parameter to visitProxies by Chris Dalton · 6 years ago
  3. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 6 years ago
  4. 6e17f1d Revert "Clear and discard stencil buffers on tilers" by Michael Ludwig · 6 years ago
  5. 7b2c855 Clear and discard stencil buffers on tilers by Chris Dalton · 6 years ago
  6. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  7. c73666f Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) by Robert Phillips · 6 years ago
  8. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 6 years ago
  9. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 6 years ago
  10. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 6 years ago
  11. 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 6 years ago
  12. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 6 years ago
  13. 9a7c7be Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work" by Robert Phillips · 6 years ago
  14. 4187ac5 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work by Robert Phillips · 6 years ago
  15. 3bf3d4a Minor cleanup of GrResourceAllocator by Robert Phillips · 6 years ago
  16. cb32415 Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan. by Greg Daniel · 6 years ago
  17. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  18. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  19. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 7 years ago
  20. ee21e6b Move Op chain bounds calculations into tryConcat by Chris Dalton · 7 years ago
  21. 6f6ae6a Convert GrRenderTargetOpList::tryConcat to an OOP-style method by Chris Dalton · 7 years ago
  22. c39d0c8 Implement generic draw-as-clear fallback for color and stencil by Michael Ludwig · 7 years ago
  23. 9548c3b42 No longer round the non-AA clip bounds by Robert Phillips · 7 years ago
  24. 070cbaf Add support to gpu command buffers to wrap an external command buffer. by Greg Daniel · 7 years ago
  25. 1688507 Try out clang-tidy, starting with bugprone-use-after-move by Mike Klein · 7 years ago
  26. 52a6ed3 Fix audit trail when ops merge after chaining change. by Brian Salomon · 7 years ago
  27. 19ec80f Discard ops that don't have a finite bounds. by Brian Salomon · 7 years ago
  28. 588cec7 Reenable GrOp chaining. by Brian Salomon · 7 years ago
  29. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 7 years ago
  30. 348a037 Change mechanism that lets GrRenderTargetContext caller get op list ID. by Brian Salomon · 7 years ago
  31. a7682c8 Disable GrOp chaining. by Brian Salomon · 7 years ago
  32. 029b22c error when draw ops do not go through addDrawOp by Ethan Nicholas · 7 years ago
  33. 56d19a5 add support for clears to Metal backend by Ethan Nicholas · 7 years ago
  34. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 7 years ago
  35. a41a74a Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface." by Greg Daniel · 7 years ago
  36. 9b7bfd0 In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface. by Greg Daniel · 7 years ago
  37. c525d4f When merging into an already chained op update the head's op bounds. by Brian Salomon · 7 years ago
  38. 764e546 Fix op chaining painter's order violation in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  39. 5b5d84c Cache the command buffer objects by Robert Phillips · 7 years ago
  40. d25f5bc Allow GrOps to chain themselves together instead of merging. by Brian Salomon · 7 years ago
  41. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  42. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  43. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 7 years ago
  44. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  45. ed1205a Make GrRenderTargetOpList::purgeOpsWithUninstantiatedProxies match the GrTextureOpList version by Robert Phillips · 7 years ago
  46. c3833b4 Revert "Add genIDs from all contributing elements to GrReducedClip's mask key." by Brian Salomon · 7 years ago
  47. 1354048 Add genIDs from all contributing elements to GrReducedClip's mask key. by Brian Salomon · 7 years ago
  48. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 7 years ago
  49. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 7 years ago
  50. c8cee44 Move op memory storage to GrContext by Robert Phillips · 7 years ago
  51. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 7 years ago
  52. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 7 years ago
  53. 9712601 Add more granularity inside of SkCanvas::Flush traces. by Xiao Yu · 7 years ago
  54. 2748391 Add ability to dump opList info at flush-time by Robert Phillips · 7 years ago
  55. dbdba60 Add discard check when deciding if we should execute op list or not. by Greg Daniel · 7 years ago
  56. 3a9710b Add handling for allocation failure in GrTextureOpList by Robert Phillips · 7 years ago
  57. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 8 years ago
  58. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 8 years ago
  59. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 8 years ago
  60. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 8 years ago
  61. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  62. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 8 years ago
  63. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 8 years ago
  64. f06c358 Remove instanced rendering by Brian Salomon · 8 years ago
  65. 51b20f2 Add explicit GPU resource allocation of deferred proxies by Robert Phillips · 8 years ago
  66. 706a6ff Add "lazy" texture proxies by Chris Dalton · 8 years ago
  67. 8816b93 Make sure to visit clips and dst proxies during gather by Chris Dalton · 8 years ago
  68. c3fd600 Revert "Make sure to visit clips and dst proxies during gather" by Chris Dalton · 8 years ago
  69. c666502 Make sure to visit clips and dst proxies during gather by Chris Dalton · 8 years ago
  70. 6368e32 Revert "Make sure to visit clips and dst proxies during gather" by Robert Phillips · 8 years ago
  71. b9d98e3 Make sure to visit clips and dst proxies during gather by Chris Dalton · 8 years ago
  72. c82dd4e Delete an opList's clips when it survives a flush by Chris Dalton · 8 years ago
  73. f8e2502 Prepare to enable explicit gpu resource allocation (take 2) by Robert Phillips · 8 years ago
  74. 065b41d Revert "Prepare to enable explicit gpu resource allocation" by Greg Daniel · 8 years ago
  75. f290376 Prepare to enable explicit gpu resource allocation by Robert Phillips · 8 years ago
  76. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 8 years ago
  77. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 8 years ago
  78. 8186cbe Make the intervals in GrResourceAllocator use SkArenaAlloc by Robert Phillips · 8 years ago
  79. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 8 years ago
  80. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 8 years ago
  81. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 8 years ago
  82. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 8 years ago
  83. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 8 years ago
  84. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 8 years ago
  85. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 8 years ago
  86. d375dbf Land scaffolding for explicit MDB resource allocation by Robert Phillips · 8 years ago
  87. 9d6c64f Make GrCopySurfaceOp participate in the GrOplist DAG by Robert Phillips · 8 years ago
  88. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 8 years ago
  89. 380b90c Push full screen clears up to OpList by Robert Phillips · 8 years ago
  90. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 8 years ago
  91. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 8 years ago
  92. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 8 years ago
  93. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 8 years ago
  94. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 8 years ago
  95. 2af578d Add additional logging in GrRenderTargetOpList by Stan Iliev · 8 years ago
  96. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 8 years ago
  97. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 8 years ago
  98. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 8 years ago
  99. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 8 years ago
  100. 81dd3e0 Finish a few MDB TODOs by Robert Phillips · 8 years ago