1. 61fc799 Add creation-time POD memory pool for GrOps by Robert Phillips · 4 years, 9 months ago
  2. 901b98e Add SurfaceProxyView support to Surface/TextureContext. by Greg Daniel · 4 years, 9 months ago
  3. a83de58 Add GrSurfaceProxyView and add support for it on GrRenderTargetContext. by Greg Daniel · 4 years, 9 months ago
  4. 29f3854 Start disentangling tessellation from pipeline creation in GrTextureOp by Robert Phillips · 4 years, 9 months ago
  5. 7327c9d Add GrRenderTask and GrOp prePrepare framework by Robert Phillips · 4 years, 10 months ago
  6. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 4 years, 10 months ago
  7. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 4 years, 10 months ago
  8. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  9. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  10. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 4 years, 10 months ago
  11. 14c514d srgb texture format cleanup. by Brian Salomon · 4 years, 10 months ago
  12. 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 4 years, 10 months ago
  13. e89ee6c Don't submit msaa resovle command buffers except for external IO by Chris Dalton · 4 years, 10 months ago
  14. e4bce01 Remove a few GrSurfaceProxy::config() usages by Brian Salomon · 4 years, 10 months ago
  15. e2a903e Reland "Reorder msaa and mipmap resolves to happen all at once" by Chris Dalton · 4 years, 10 months ago
  16. fac9196 Revert "Reorder msaa and mipmap resolves to happen all at once" by Chris Dalton · 4 years, 10 months ago
  17. fd14146 Reorder msaa and mipmap resolves to happen all at once by Chris Dalton · 4 years, 10 months ago
  18. c30f1a9 Move surface wait ops to GrRenderTasks. by Greg Daniel · 4 years, 11 months ago
  19. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  20. 15ecdf9 Just skip uninstantiated GrOps instead of delete them on flush. by Greg Daniel · 5 years ago
  21. 4ece96d Reland "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  22. 6aeb8e8 Add renderTasks to the DAG before calling addDependency by Chris Dalton · 5 years ago
  23. 6f31cc3 Revert "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  24. 804f6a0 Initiate MSAA resolves during DAG generation by Chris Dalton · 5 years ago
  25. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  26. c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 5 years ago
  27. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  28. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  29. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  30. 5abfff2 Delete unused GrTextureOpList. by Greg Daniel · 5 years ago
  31. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  32. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  33. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  34. 3d77027 Reland "Initiate regeneration of mipmaps from proxy DAG land" by Chris Dalton · 5 years ago
  35. 3e7fa79 Revert "Initiate regeneration of mipmaps from proxy DAG land" by Robert Phillips · 5 years ago
  36. fe19203 Initiate regeneration of mipmaps from proxy DAG land by Chris Dalton · 5 years ago
  37. 5fe9977 Add a 'closeRenderTasksForNewOpList' method to GrDrawingManager by Chris Dalton · 5 years ago
  38. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  39. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  40. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  41. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  42. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  43. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 5 years ago
  44. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  45. 7eb5c0f Add "GrMipMapped" parameter to visitProxies by Chris Dalton · 5 years ago
  46. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  47. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  48. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  49. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  50. 15c9142 Repro Chrome bug and add Skia-side fix by Robert Phillips · 5 years ago
  51. 6db27c2 Reduce opList splitting by default in Skia by Robert Phillips · 5 years ago
  52. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  53. c73666f Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) by Robert Phillips · 5 years ago
  54. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 5 years ago
  55. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 5 years ago
  56. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  57. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  58. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  59. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  60. 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 5 years ago
  61. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  62. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  63. 9a7c7be Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work" by Robert Phillips · 5 years ago
  64. 4187ac5 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work by Robert Phillips · 5 years ago
  65. 602df41 Reduce the number of flush entry points by Robert Phillips · 5 years ago
  66. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 5 years ago
  67. acc10fa Make prepareSurfaceForExternalIO always flush by Robert Phillips · 5 years ago
  68. 73cc4e8 Temporarily restore old behavior of read/writeSurfacePixels by Robert Phillips · 5 years ago
  69. c476e5d Fix bug in GrResourceAllocator's intermediate flushing (take 2) by Robert Phillips · 5 years ago
  70. 0eb1b1f Revert "Fix bug in GrResourceAllocator's intermediate flushing" by Robert Phillips · 5 years ago
  71. f891548 Fix bug in GrResourceAllocator's intermediate flushing by Robert Phillips · 5 years ago
  72. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  73. 60dd62b Revert "Always try to reduce opList splitting in DDL contexts/drawingManagers" by Robert Phillips · 5 years ago
  74. 2cce805 Always try to reduce opList splitting in DDL contexts/drawingManagers by Robert Phillips · 5 years ago
  75. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  76. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 5 years ago
  77. 56181ba Make DDL contexts/drawing managers always sort opLists by Robert Phillips · 5 years ago
  78. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 5 years ago
  79. 0d075de Clean up GrSurfaceContext's relationship with GrRecordingContext by Robert Phillips · 5 years ago
  80. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 5 years ago
  81. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 5 years ago
  82. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 5 years ago
  83. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 5 years ago
  84. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 5 years ago
  85. 601ac80 Cache CPU memory buffers used for client side arrays. by Brian Salomon · 5 years ago
  86. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 5 years ago
  87. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  88. d207345 Add cap to number of oplists we execute before flushing to the gpu. by Greg Daniel · 6 years ago
  89. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  90. 577aa0f Uninstantiate proxies when not explicitly allocating by Brian Salomon · 6 years ago
  91. 294861f zero-init preallocated vertex/index space in drawing manager by Brian Salomon · 6 years ago
  92. 58f153c Use preallocated space for default vertex and index buffer sizes by Brian Salomon · 6 years ago
  93. b7a98ef Add reduceOpListSplitting flag by Robert Phillips · 6 years ago
  94. 46acf9d Add context option to reduce opList splitting by Robert Phillips · 6 years ago
  95. 57d2bea Simplify GrResourceCache/GrDrawingManager flush interaction. by Brian Salomon · 6 years ago
  96. 22310d6 Begin centralizing opList DAG by Robert Phillips · 6 years ago
  97. 38d64b0 Add notion of active opList to GrDrawingManager (take 2) by Robert Phillips · 6 years ago
  98. 936e33a Revert "Add notion of active opList to GrDrawingManager" by Robert Phillips · 6 years ago
  99. 328f9c7 Add notion of active opList to GrDrawingManager by Robert Phillips · 6 years ago
  100. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago