1. 57d2bea Simplify GrResourceCache/GrDrawingManager flush interaction. by Brian Salomon · 6 years ago
  2. 22310d6 Begin centralizing opList DAG by Robert Phillips · 6 years ago
  3. 38d64b0 Add notion of active opList to GrDrawingManager (take 2) by Robert Phillips · 6 years ago
  4. 936e33a Revert "Add notion of active opList to GrDrawingManager" by Robert Phillips · 6 years ago
  5. 328f9c7 Add notion of active opList to GrDrawingManager by Robert Phillips · 6 years ago
  6. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 6 years ago
  7. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  8. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  9. e7df0bb Avoid rerunning path renderer chain when path known to require sw by Brian Salomon · 6 years ago
  10. 64ecdce Turn on rendertarget sorting by Robert Phillips · 6 years ago
  11. a3f7026 Switch MDB GrContextOptions over to Enable style by Robert Phillips · 7 years ago
  12. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  13. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  14. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  15. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 7 years ago
  16. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  17. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  18. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  19. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  20. 3968ff9 Include opList ids in GrOnFlushCallbackObject::postFlush by Chris Dalton · 7 years ago
  21. eafd48a Add overbudget handling to GrResourceAllocator by Robert Phillips · 7 years ago
  22. af59748 Add GrContextOptions to control distance field thresholds for small sizes and fallback to paths. by Brian Salomon · 7 years ago
  23. fddb6c0 Setup CCPR testing with GrMockContext by Chris Dalton · 7 years ago
  24. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  25. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  26. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  27. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  28. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  29. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  30. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  31. 78325c1 Restrict max levels for D3D Angle on GLPrograms test as well by Greg Daniel · 7 years ago
  32. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  33. 941d144 Prevent onFlushCB created opLists from being grouped with the normal ones (new) by Robert Phillips · 7 years ago
  34. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
  35. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  36. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  37. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  38. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  39. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  40. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  41. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  42. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  43. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  44. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  45. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  46. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  47. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  48. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  49. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  50. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  51. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  52. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  53. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  54. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  55. 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
  56. 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
  57. 6b2552f Add GrContextOptions flag to disable distance field path renderer. by bsalomon · 8 years ago
  58. 6a2b194 Move prepareForExternalIO implementation from GrContext to GrDrawingManager by bsalomon · 8 years ago
  59. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  60. 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
  61. 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
  62. ce3b852 fix uninit immediate mode member var in GrDrawingManager by bsalomon · 8 years ago
  63. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  64. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  65. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  66. 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
  67. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  68. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  69. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  70. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  71. 8e84a1e Delete GrTextContext by joshualitt · 8 years ago
  72. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 8 years ago
  73. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 8 years ago
  74. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  75. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  76. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  77. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  78. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  79. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  80. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  81. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  82. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  83. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  84. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  85. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago