1. b085fa9 Add ddl support to drawing to wrapped vulkan secondary command buffers. by Greg Daniel · 6 years ago
  2. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 6 years ago
  3. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  4. 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 6 years ago
  5. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  6. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  7. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 6 years ago
  8. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 6 years ago
  9. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 6 years ago
  10. 2de13dd Allow aliasing in GrProxyProvider::processInvalidUniqueKey by Chris Dalton · 6 years ago
  11. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  12. 427966a Short term fix for SkClipStack unique key issue by Robert Phillips · 6 years ago
  13. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  14. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  15. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  16. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  17. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  18. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  19. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  20. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  21. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  22. 0790f8a Fix DDL reattachment of uniquely keyed proxies by Robert Phillips · 6 years ago
  23. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  24. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  25. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  26. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  27. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  28. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  29. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  30. 5c4b33b Don't add change listeners to pixelRefs in DDL mode by Robert Phillips · 7 years ago
  31. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  32. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 7 years ago
  33. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 7 years ago
  34. 02bd295 Make ProxyUtils::MakeTextureProxyFromData use wrapped textures when origin is kBottomLeft by Brian Salomon · 7 years ago
  35. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 7 years ago
  36. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  37. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  38. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  39. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  40. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  41. 2a30390 Update createWrappedRenderTargetProxy with BackendRT to work with lazy proxies. by Greg Daniel · 7 years ago
  42. f6f7b67 When creating emptyp MipMap proxies, don't instantiate them immediately. Attempt 3 by Greg Daniel · 7 years ago
  43. 7080a43 Revert "Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them immediately.""" by Greg Daniel · 7 years ago
  44. 95edb43 Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them immediately."" by Greg Daniel · 7 years ago
  45. 0ee866d Revert "When creating emptyp MipMap proxies, don't instantiate them immediately." by Greg Daniel · 7 years ago
  46. 8242c5c When creating emptyp MipMap proxies, don't instantiate them immediately. by Greg Daniel · 7 years ago
  47. ce5209a Make fully lazy proxies possess an origin by Robert Phillips · 7 years ago
  48. 3081508 Remove unused code resulted from deleting DeferredTextureImage by Greg Daniel · 7 years ago
  49. 457469c Make non-ddl lazy proxys clean-up and delete their callbacks immediately after instanstation. by Greg Daniel · 7 years ago
  50. 7e1912a Move GrMakeCachedBitmapProxy work in lazy mode by Greg Daniel · 7 years ago
  51. a4ead65 Add function to GrProxyProvider to lazily upload mip map data by Greg Daniel · 7 years ago
  52. e8fabb2 Update LazyProxy creation to allow for a non-textureable result by Robert Phillips · 7 years ago
  53. fb3abcd Update GrYUVGenerator to upload to texture vs use writePixels by Greg Daniel · 7 years ago
  54. 9d86f1d Add createTextureProxy function to ProxyProvider that takes an SkImage by Greg Daniel · 7 years ago
  55. 4d12051 Add explicit abandoned flag to the GrProxyProvider by Robert Phillips · 7 years ago
  56. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  57. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  58. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  59. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 7 years ago
  60. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  61. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago