1. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 9 months ago
  2. 557e812 Make GrSurfaceProxy ref counts thread safe. by Brian Salomon · 4 years, 9 months ago
  3. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  4. a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 5 years ago
  5. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  6. 80bff5b Remove GrProxyPendingIO by Robert Phillips · 5 years ago
  7. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  8. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  9. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  10. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  11. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  12. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  13. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  14. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 5 years ago
  15. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  16. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  17. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  18. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  19. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  20. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  21. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  22. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  23. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  24. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  25. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  26. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 6 years ago
  27. 715d08c Fix explicit allocation bug by Robert Phillips · 6 years ago
  28. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  29. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  30. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  31. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  32. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  33. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  34. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  35. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  36. 311cc6b Another attempt to fix TSAN by Jim Van Verth · 7 years ago
  37. 32bbf37 Fix TSAN issue with atlas expansion. by Jim Van Verth · 7 years ago
  38. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  39. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  40. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  41. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  42. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  43. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  44. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  45. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  46. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  47. db40620 Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  48. 8bf1f9f Disable deferred proxies for M60 branch by Robert Phillips · 7 years ago
  49. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  50. b37208f Revert "Revert "Re-enable deferred proxies in Chrome"" by Robert Phillips · 7 years ago
  51. 05814de Revert "Re-enable deferred proxies in Chrome" by Robert Phillips · 7 years ago
  52. 555c49c Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  53. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 7 years ago
  54. 7a17b2f Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  55. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  56. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  57. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  58. 123b7b8 Disable deferred proxies for Chrome branch by Robert Phillips · 7 years ago
  59. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  60. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  61. 1ec1faa Remove GrSurface::flushWrites by Robert Phillips · 7 years ago
  62. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  63. 4f70623 Restore deferred GPU resources in Chrome by Robert Phillips · 7 years ago
  64. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  65. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  66. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  67. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  68. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  69. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  70. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  71. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 7 years ago
  72. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  73. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  74. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  75. f27bab2 Revert "Add IORef capability to GrSurfaceProxy objects" by Robert Phillips · 8 years ago
  76. 286b96f Add IORef capability to GrSurfaceProxy objects by Robert Phillips · 8 years ago