1. a108c92 Fix drawSpecialImage by Robert Phillips · 7 years ago
  2. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  3. c7e66ea Disable deferred proxies a different way in Chrome by Robert Phillips · 7 years ago
  4. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  5. fa8c080 Use SK_DISABLE_DEFERRED_PROXIES to only disable deferred proxies for Chrome by Robert Phillips · 7 years ago
  6. 73f7e1d Temporarily disable deferred texture proxies by Robert Phillips · 7 years ago
  7. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  8. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  9. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  10. 28c434b Handle instantiation of proxies with pending invalidation messages by Brian Osman · 7 years ago
  11. e2d76d5 Remove fIsMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  12. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  13. 90f28ec Add some asserts and explict setting of fIsMipMapped by Greg Daniel · 7 years ago
  14. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  15. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  16. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  17. 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 7 years ago
  18. 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  19. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  20. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  21. 6504813 Remove accessRenderTarget calls in service of binding stencil buffer by Robert Phillips · 7 years ago
  22. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  23. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  24. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  25. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  26. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  27. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  28. 019ff27 Third small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  29. 57aa367 Add initial version of GrResourceAllocator's free pool (take 2) by Robert Phillips · 7 years ago
  30. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  31. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  32. 39f1a95 Revert "Add initial version of GrResourceAllocator's free pool" by Robert Phillips · 7 years ago
  33. 6ec9a4f Add initial version of GrResourceAllocator's free pool by Robert Phillips · 7 years ago
  34. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  35. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  36. 5af44de Add GrResourceAllocator class + unit test by Robert Phillips · 7 years ago
  37. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  38. 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 7 years ago
  39. db40620 Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  40. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  41. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  42. 8bf1f9f Disable deferred proxies for M60 branch by Robert Phillips · 7 years ago
  43. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  44. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  45. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  46. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  47. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  48. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  49. 081e0e6 Move MIP color mode from GrSurfaceProxy to GrTextureProxy by Brian Salomon · 7 years ago
  50. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  51. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  52. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  53. b37208f Revert "Revert "Re-enable deferred proxies in Chrome"" by Robert Phillips · 7 years ago
  54. 05814de Revert "Re-enable deferred proxies in Chrome" by Robert Phillips · 7 years ago
  55. 555c49c Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  56. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 7 years ago
  57. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  58. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  59. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  60. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  61. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  62. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  63. 7ce67db Revert "Split up opLists" by Robert Phillips · 7 years ago
  64. bc8ee52 Split up opLists by Robert Phillips · 7 years ago
  65. 7a17b2f Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  66. 45fdae1 Re-arrange GrResourceProvider's texture creation methods by Robert Phillips · 7 years ago
  67. 123b7b8 Disable deferred proxies for Chrome branch by Robert Phillips · 7 years ago
  68. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  69. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  70. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  71. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  72. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  73. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  74. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 7 years ago
  75. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 7 years ago
  76. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 7 years ago
  77. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 7 years ago
  78. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 7 years ago
  79. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 7 years ago
  80. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  81. 4f70623 Restore deferred GPU resources in Chrome by Robert Phillips · 7 years ago
  82. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 7 years ago
  83. 383dd9d Remove unused ownership argument to GrSurfaceProxy::MakeWrappedBackend by Brian Osman · 7 years ago
  84. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  85. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  86. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  87. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 7 years ago
  88. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 7 years ago
  89. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 7 years ago
  90. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 7 years ago
  91. 6520a69 Add test for proactive proxy-creation failure by Robert Phillips · 7 years ago
  92. 8f741bb Add more pre-checks to surfaceProxy creation by Robert Phillips · 7 years ago
  93. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 7 years ago
  94. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 7 years ago
  95. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 7 years ago
  96. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 7 years ago
  97. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 7 years ago
  98. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  99. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  100. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago