1. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  2. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  3. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  4. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  5. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  6. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  7. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  8. 78325c1 Restrict max levels for D3D Angle on GLPrograms test as well by Greg Daniel · 7 years ago
  9. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  10. 941d144 Prevent onFlushCB created opLists from being grouped with the normal ones (new) by Robert Phillips · 7 years ago
  11. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
  12. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  13. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  14. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  15. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  16. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  17. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  18. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  19. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  20. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 8 years ago
  21. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 8 years ago
  22. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  23. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  24. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  25. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  26. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  27. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  28. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  29. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  30. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  31. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  32. 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
  33. 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
  34. 6b2552f Add GrContextOptions flag to disable distance field path renderer. by bsalomon · 8 years ago
  35. 6a2b194 Move prepareForExternalIO implementation from GrContext to GrDrawingManager by bsalomon · 8 years ago
  36. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  37. 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
  38. 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
  39. ce3b852 fix uninit immediate mode member var in GrDrawingManager by bsalomon · 8 years ago
  40. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  41. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  42. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  43. 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
  44. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  45. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  46. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  47. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  48. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  49. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
  50. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 9 years ago
  51. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  52. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  53. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  54. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  55. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  56. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  57. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  58. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  59. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  60. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  61. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  62. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago