1. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 6 years ago
  2. 7eeb74f Add checks that the GrResourceAllocator is operating as expected by Robert Phillips · 6 years ago
  3. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 6 years ago
  4. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  5. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  6. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  7. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  8. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  9. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  10. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  11. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  12. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  13. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  14. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  15. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  16. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  17. 303e83e Let unbudgeted, unique keyed resources stay in gpu ResourceCache. by Greg Daniel · 6 years ago
  18. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  19. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  20. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  21. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  22. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  23. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  24. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  25. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  26. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  27. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  28. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 7 years ago
  29. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  30. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  31. 3f9797d Remove SK_DISABLE_DEFERRED_PROXIES define through code by Greg Daniel · 7 years ago
  32. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  33. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  34. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  35. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  36. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  37. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  38. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  39. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  40. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  41. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  42. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  43. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  44. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  45. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  46. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  47. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  48. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  49. fa8c080 Use SK_DISABLE_DEFERRED_PROXIES to only disable deferred proxies for Chrome by Robert Phillips · 7 years ago
  50. 73f7e1d Temporarily disable deferred texture proxies by Robert Phillips · 7 years ago
  51. 28c434b Handle instantiation of proxies with pending invalidation messages by Brian Osman · 7 years ago
  52. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  53. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  54. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  55. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago