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