1. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 6 years ago
  2. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 6 years ago
  3. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 6 years ago
  4. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 6 years ago
  5. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 6 years ago
  6. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 6 years ago
  7. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 6 years ago
  8. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 6 years ago
  9. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 6 years ago
  10. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 6 years ago
  11. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 6 years ago
  12. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 6 years ago
  13. 7b1bebf Fix creating gpu texture from raster image. by Greg Daniel · 6 years ago
  14. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 6 years ago
  15. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 6 years ago
  16. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 6 years ago
  17. 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 6 years ago
  18. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
  19. 2f2caea Make isFormatTexturable take a GrColorType. by Greg Daniel · 6 years ago
  20. 1e2cb44 Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType by Robert Phillips · 6 years ago
  21. c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 6 years ago
  22. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 6 years ago
  23. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 6 years ago
  24. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 6 years ago
  25. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 6 years ago
  26. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 6 years ago
  27. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 6 years ago
  28. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 6 years ago
  29. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 6 years ago
  30. 2c19e7f Reland "Store GrSwizzle on proxies for texturing and swizzling." by Greg Daniel · 6 years ago
  31. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  32. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 6 years ago
  33. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 6 years ago
  34. 3fc5df4 Correctly set GrBackendFormat when changing colortype of bitmap in GrProxyProvider. by Greg Daniel · 6 years ago
  35. fa55f2e Add asserts to make sure we always have valid GrBackendFormats before creating proxies. by Greg Daniel · 6 years ago
  36. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 6 years ago
  37. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  38. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 6 years ago
  39. c809832 Convert 565 and 4444 bitmaps to 8888 for Mac Metal. by Jim Van Verth · 6 years ago
  40. 19cc00f Support multisample in GrProxyProvider::MakeFullyLazyProxy by Chris Dalton · 6 years ago
  41. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 6 years ago
  42. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 6 years ago
  43. 01ceae9 Control access to adding ref to a GrGpuResource when it's ref count is zero. by Brian Salomon · 6 years ago
  44. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 6 years ago
  45. 7dcc616 Reland "Simplify two more clients of proxy provider (mipped vs. non-mipped)" by Brian Osman · 6 years ago
  46. de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 6 years ago
  47. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
  48. b085fa9 Add ddl support to drawing to wrapped vulkan secondary command buffers. by Greg Daniel · 6 years ago
  49. 2ca31f8 Use GrSurface::setRelease helper that creates ref-counted wrapper by Brian Salomon · 6 years ago
  50. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 6 years ago
  51. 67f0195 Use destructors to free resources owned by lazy proxy callbacks by Brian Salomon · 6 years ago
  52. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 7 years ago
  53. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 7 years ago
  54. 412674f Check for single owner and abandoned context in createMipMapProxyFromBitmap by Brian Osman · 7 years ago
  55. 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 7 years ago
  56. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 7 years ago
  57. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 7 years ago
  58. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 7 years ago
  59. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 7 years ago
  60. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 7 years ago
  61. 2de13dd Allow aliasing in GrProxyProvider::processInvalidUniqueKey by Chris Dalton · 7 years ago
  62. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 7 years ago
  63. 427966a Short term fix for SkClipStack unique key issue by Robert Phillips · 7 years ago
  64. 34a2030 Remove window rects flag from GrInternalSurfaceFlags. by Brian Salomon · 7 years ago
  65. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 7 years ago
  66. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 7 years ago
  67. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 7 years ago
  68. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  69. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  70. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  71. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  72. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 7 years ago
  73. d004e0b Cleanup resource flags by Chris Dalton · 7 years ago
  74. 0790f8a Fix DDL reattachment of uniquely keyed proxies by Robert Phillips · 7 years ago
  75. d29dcd1 Add fallback path for drawing unsupported bitmap configs by Brian Osman · 7 years ago
  76. bc6b9cb Cleanup mip-mapped proxy creation slightly by Brian Osman · 7 years ago
  77. 1b97f13 Revert "Defer mip-mapping until lazy proxy instantiation" by Brian Osman · 7 years ago
  78. 475819c Defer mip-mapping until lazy proxy instantiation by Brian Osman · 7 years ago
  79. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 7 years ago
  80. 303e83e Let unbudgeted, unique keyed resources stay in gpu ResourceCache. by Greg Daniel · 7 years ago
  81. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  82. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 7 years ago
  83. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  84. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  85. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 7 years ago
  86. c1b6066 Fix instantiation of partially lazy proxies by Robert Phillips · 7 years ago
  87. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 7 years ago
  88. db3b979 Fix IsFunctionallyExact by Robert Phillips · 7 years ago
  89. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
  90. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 7 years ago
  91. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 7 years ago
  92. 5c4b33b Don't add change listeners to pixelRefs in DDL mode by Robert Phillips · 7 years ago
  93. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  94. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 7 years ago
  95. f777897 Delazify wrapped backend textures/render target proxies by Brian Salomon · 7 years ago
  96. 02bd295 Make ProxyUtils::MakeTextureProxyFromData use wrapped textures when origin is kBottomLeft by Brian Salomon · 7 years ago
  97. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 7 years ago
  98. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  99. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  100. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago