1. fac9196 Revert "Reorder msaa and mipmap resolves to happen all at once" by Chris Dalton · 6 years ago
  2. fd14146 Reorder msaa and mipmap resolves to happen all at once by Chris Dalton · 6 years ago
  3. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 6 years ago
  4. bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 6 years ago
  5. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 6 years ago
  6. 4ece96d Reland "Initiate MSAA resolves during DAG generation" by Chris Dalton · 6 years ago
  7. 6f31cc3 Revert "Initiate MSAA resolves during DAG generation" by Chris Dalton · 6 years ago
  8. 804f6a0 Initiate MSAA resolves during DAG generation by Chris Dalton · 6 years ago
  9. c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 6 years ago
  10. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 6 years ago
  11. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 6 years ago
  12. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
  13. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  14. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 6 years ago
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  16. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 6 years ago
  17. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 6 years ago
  18. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 6 years ago
  19. 7eeb74f Add checks that the GrResourceAllocator is operating as expected by Robert Phillips · 6 years ago
  20. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 6 years ago
  21. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 6 years ago
  22. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 7 years ago
  23. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 7 years ago
  24. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  25. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 7 years ago
  26. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 7 years ago
  27. 2de13dd Allow aliasing in GrProxyProvider::processInvalidUniqueKey by Chris Dalton · 7 years ago
  28. 967df20 Deuninstantiate by Brian Salomon · 7 years ago
  29. 133944a Add a dedicated Op for analytic round rects by Chris Dalton · 7 years ago
  30. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  31. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  32. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  33. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  34. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 7 years ago
  35. d004e0b Cleanup resource flags by Chris Dalton · 7 years ago
  36. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  37. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  38. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 7 years ago
  39. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 7 years ago
  40. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 7 years ago
  41. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 7 years ago
  42. 50edafa Add proxy unique key management to GrOnFlushResourceProvider by Chris Dalton · 7 years ago
  43. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  44. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  45. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 7 years ago
  46. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  47. 7d79e7b Use a lazy proxy in OnFlushCallbackTest to fulfill some old TODOs by Robert Phillips · 7 years ago
  48. cd5099c Make atlases instantiate themselves at flush time by Robert Phillips · 8 years ago
  49. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  50. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 8 years ago
  51. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 8 years ago
  52. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 8 years ago
  53. 1afd4cd Add GrProxyProvider by Robert Phillips · 8 years ago
  54. 5d2de08 Add findOrMakeStaticBuffer method to GrResourceProvider by Chris Dalton · 8 years ago
  55. e0070c0 Patch up ref counting of proxies (take 2) by Robert Phillips · 8 years ago
  56. 2d9cb57 Revert "Patch up ref counting of proxies" by Robert Phillips · 8 years ago
  57. 8d5ce2d Patch up ref counting of proxies by Robert Phillips · 8 years ago
  58. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 8 years ago
  59. e9e91dd Add "findOrMakeStaticBuffer" to GrOnFlushResourceProvider by Chris Dalton · 8 years ago
  60. 6081ebb Add makeBuffer and caps to GrOnFlushResourceProvider by Chris Dalton · 8 years ago
  61. 941d144 Prevent onFlushCB created opLists from being grouped with the normal ones (new) by Robert Phillips · 8 years ago
  62. 6cdc22c Split up opLists (take 3) by Robert Phillips · 8 years ago
  63. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 8 years ago
  64. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 8 years ago[Renamed (94%) from src/gpu/GrPreFlushResourceProvider.cpp]
  65. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 8 years ago
  66. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 8 years ago
  67. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 8 years ago
  68. df2bf21 Split up opLists (take 2) by Robert Phillips · 8 years ago
  69. 7ce67db Revert "Split up opLists" by Robert Phillips · 8 years ago
  70. bc8ee52 Split up opLists by Robert Phillips · 8 years ago
  71. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 8 years ago
  72. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 8 years ago
  73. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 8 years ago
  74. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  75. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago