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