1. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  2. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  3. 9a7c7be Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work" by Robert Phillips · 5 years ago
  4. 4187ac5 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work by Robert Phillips · 5 years ago
  5. 60dd62b Revert "Always try to reduce opList splitting in DDL contexts/drawingManagers" by Robert Phillips · 5 years ago
  6. 2cce805 Always try to reduce opList splitting in DDL contexts/drawingManagers by Robert Phillips · 5 years ago
  7. 56181ba Make DDL contexts/drawing managers always sort opLists by Robert Phillips · 5 years ago
  8. b6c15ba Add API for creating SkImage from AHB while uploading data to it. by Greg Daniel · 5 years ago
  9. 0d075de Clean up GrSurfaceContext's relationship with GrRecordingContext by Robert Phillips · 5 years ago
  10. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 5 years ago
  11. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 5 years ago
  12. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 5 years ago
  13. 601ac80 Cache CPU memory buffers used for client side arrays. by Brian Salomon · 5 years ago
  14. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 5 years ago
  15. d207345 Add cap to number of oplists we execute before flushing to the gpu. by Greg Daniel · 6 years ago
  16. dc214c2 Move (re)generation of the GrTextBlob from GrTextContext to the blob by Herb Derby · 6 years ago
  17. 58f153c Use preallocated space for default vertex and index buffer sizes by Brian Salomon · 6 years ago
  18. 46acf9d Add context option to reduce opList splitting by Robert Phillips · 6 years ago
  19. 57d2bea Simplify GrResourceCache/GrDrawingManager flush interaction. by Brian Salomon · 6 years ago
  20. 22310d6 Begin centralizing opList DAG by Robert Phillips · 6 years ago
  21. 38d64b0 Add notion of active opList to GrDrawingManager (take 2) by Robert Phillips · 6 years ago
  22. 936e33a Revert "Add notion of active opList to GrDrawingManager" by Robert Phillips · 6 years ago
  23. 328f9c7 Add notion of active opList to GrDrawingManager by Robert Phillips · 6 years ago
  24. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 6 years ago
  25. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  26. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  27. e7df0bb Avoid rerunning path renderer chain when path known to require sw by Brian Salomon · 6 years ago
  28. 64ecdce Turn on rendertarget sorting by Robert Phillips · 6 years ago
  29. a3f7026 Switch MDB GrContextOptions over to Enable style by Robert Phillips · 6 years ago
  30. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 6 years ago
  31. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 6 years ago
  32. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  33. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 7 years ago
  34. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  35. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  36. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  37. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  38. 3968ff9 Include opList ids in GrOnFlushCallbackObject::postFlush by Chris Dalton · 7 years ago
  39. eafd48a Add overbudget handling to GrResourceAllocator by Robert Phillips · 7 years ago
  40. af59748 Add GrContextOptions to control distance field thresholds for small sizes and fallback to paths. by Brian Salomon · 7 years ago
  41. fddb6c0 Setup CCPR testing with GrMockContext by Chris Dalton · 7 years ago
  42. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  43. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  44. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  45. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  46. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  47. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  48. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  49. 78325c1 Restrict max levels for D3D Angle on GLPrograms test as well by Greg Daniel · 7 years ago
  50. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  51. 941d144 Prevent onFlushCB created opLists from being grouped with the normal ones (new) by Robert Phillips · 7 years ago
  52. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
  53. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  54. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  55. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  56. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  57. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  58. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  59. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  60. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  61. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  62. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  63. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  64. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  65. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  66. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  67. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  68. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  69. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  70. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  71. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  72. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  73. ee843b2 Revert of Make GrResourceCache dynamically change between LRU and random replacement strategies. (patchset #8 id:140001 of https://codereview.chromium.org/2321563006/ ) by robertphillips · 8 years ago
  74. 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
  75. 6b2552f Add GrContextOptions flag to disable distance field path renderer. by bsalomon · 8 years ago
  76. 6a2b194 Move prepareForExternalIO implementation from GrContext to GrDrawingManager by bsalomon · 8 years ago
  77. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  78. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  79. 128a958 Revert of fix uninit immediate mode member var in GrDrawingManager (patchset #1 id:1 of https://codereview.chromium.org/2312333002/ ) by bsalomon · 8 years ago
  80. ce3b852 fix uninit immediate mode member var in GrDrawingManager by bsalomon · 8 years ago
  81. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  82. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  83. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  84. 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
  85. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  86. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  87. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  88. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  89. 8e84a1e Delete GrTextContext by joshualitt · 8 years ago
  90. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 8 years ago
  91. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 8 years ago
  92. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  93. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  94. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  95. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  96. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  97. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  98. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  99. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  100. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago