1. e6d0618 Add list of dependents to GrOpList class by Robert Phillips · 6 years ago
  2. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  3. 01a9128 Maybe fix numStencilBits TSAN crash by Robert Phillips · 6 years ago
  4. 6a4e60b Revert "Reduce arbitrary opList splitting when sorting (take 2)" by Robert Phillips · 6 years ago
  5. 20d4e54 Reduce arbitrary opList splitting when sorting (take 2) by Robert Phillips · 6 years ago
  6. ce3c28f Pull non-substantive changes out of "Reduce arbitrary opList splitting when sorting" by Robert Phillips · 6 years ago
  7. 4fa3178 Revert "Reduce arbitrary opList splitting when sorting" by Robert Phillips · 6 years ago
  8. 94fee93 Reduce arbitrary opList splitting when sorting by Robert Phillips · 6 years ago
  9. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  10. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  11. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  12. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  13. 2748391 Add ability to dump opList info at flush-time by Robert Phillips · 6 years ago
  14. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 6 years ago
  15. 8e54604 Revert "Re-enable explicit resource allocation in Skia (take 2)" by Robert Phillips · 6 years ago
  16. ed858ec Re-enable explicit resource allocation in Skia (take 2) by Robert Phillips · 6 years ago
  17. 11bdbe0 Revert "Re-enable explicit resource allocation in Skia" by Robert Phillips · 7 years ago
  18. ac18b46 Re-enable explicit resource allocation in Skia by Robert Phillips · 7 years ago
  19. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago[Renamed (98%) from src/gpu/GrOpList.h]
  20. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  21. 9ee5ab7 Disable explicit resource allocation in Ganesh by Robert Phillips · 7 years ago
  22. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  23. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 7 years ago
  24. 4e92652 Revert "Revert "Enable explicit GPU resource allocation"" by Robert Phillips · 7 years ago
  25. 5374733 Revert "Enable explicit GPU resource allocation" by Robert Phillips · 7 years ago
  26. 733965a Enable explicit GPU resource allocation by Robert Phillips · 7 years ago
  27. 0658f76 Fix Flutter/Fushcia build by Robert Phillips · 7 years ago
  28. 2188e09 Update MDB flags to match switches in Chrome & Android by Robert Phillips · 7 years ago
  29. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  30. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  31. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
  32. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  33. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  34. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  35. 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  36. 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 7 years ago
  37. 73fd0d6 Revert "Revert "Pre-allocate some opList dependency list storage"" by Robert Phillips · 7 years ago
  38. 1cdbad0 Revert "Pre-allocate some opList dependency list storage" by Robert Phillips · 7 years ago
  39. 51066f4 Pre-allocate some opList dependency list storage by Robert Phillips · 7 years ago
  40. d375dbf Land scaffolding for explicit MDB resource allocation by Robert Phillips · 7 years ago
  41. 9d6c64f Make GrCopySurfaceOp participate in the GrOplist DAG by Robert Phillips · 7 years ago
  42. 09dfc47 Pull non-substantive changes out of explicit GPU resource allocation CL by Robert Phillips · 7 years ago
  43. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 7 years ago
  44. 380b90c Push full screen clears up to OpList by Robert Phillips · 7 years ago
  45. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  46. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  47. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  48. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  49. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  50. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  51. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  52. 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago
  53. 881f143 Hide GrGpuResourceRef from prying eyes by Robert Phillips · 7 years ago
  54. d991486 Drop the ref on the GrOpList's target in makeClosed (take 2) by Robert Phillips · 7 years ago
  55. c8ecb03 Revert "Drop the ref on the GrOpList's target in makeClosed" by Robert Phillips · 7 years ago
  56. dcd499c Drop the ref on the GrOpList's target in makeClosed by Robert Phillips · 7 years ago
  57. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  58. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  59. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 7 years ago
  60. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  61. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  62. c84c030 Add debug-only helper methods to get #ops & #clips per opList by Robert Phillips · 7 years ago
  63. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 7 years ago
  64. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  65. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  66. 7ce67db Revert "Split up opLists" by Robert Phillips · 7 years ago
  67. bc8ee52 Split up opLists by Robert Phillips · 7 years ago
  68. c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 7 years ago
  69. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  70. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 7 years ago
  71. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  72. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  73. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  74. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  75. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  76. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  77. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago