1. 2bc96d6 Merge GrVkAttachment into GrVkImage. by Greg Daniel · 3 years ago
  2. e895ab2 Have GrVkTexture not derive from GrVkImage. by Greg Daniel · 3 years, 5 months ago
  3. 00d6cf4 Reland "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 3 years, 6 months ago
  4. 9ef3f2e Revert "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 3 years, 6 months ago
  5. 3dc6c19 Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage. by Greg Daniel · 3 years, 6 months ago
  6. 76d13bb Remove texture idle proc mechanism by Brian Salomon · 3 years, 6 months ago
  7. f143274 Simplify promise image callbacks. by Brian Salomon · 3 years, 10 months ago
  8. 314e7e5 Use sk_sp for GrVkImageViews. by Greg Daniel · 3 years, 11 months ago
  9. 7b62dca Add image usage flags to GrVkImageInfo by Greg Daniel · 4 years ago
  10. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 1 month ago
  11. 4cfae3b Remove GrTexturePriv by Brian Salomon · 4 years, 1 month ago
  12. a6db510 Rename GrMipMapsStatus GrMipmapStatus by Brian Salomon · 4 years, 1 month ago
  13. 03535f4 No longer move queue index of VkImage back to initial state on release. by Greg Daniel · 4 years, 3 months ago
  14. 6c6caf4 Add GrBackendMutableState object to handle shared texture state. by Greg Daniel · 4 years, 3 months ago
  15. fd89e0b Add GrD3DRenderTarget and GrD3DTextureRenderTarget. by Jim Van Verth · 4 years, 5 months ago
  16. 5082df1 Remove need for gpu when unrefing managed resources. by Jim Van Verth · 4 years, 5 months ago
  17. 3e19216 Hoist GrVkResource up so it can be used for D3D and Metal. by Jim Van Verth · 4 years, 6 months ago
  18. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 7 months ago
  19. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 7 months ago
  20. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 8 months ago
  21. f0e04f0 Always destroy resources instead of simply "abandoning" them in Vulkan backend. by Greg Daniel · 4 years, 9 months ago
  22. 793c9e8 Cache simple descriptor sets on GrVkTexture. by Greg Daniel · 4 years, 10 months ago
  23. a7b7fe0 Fix vulkan caps checks for external formats. by Greg Daniel · 5 years ago
  24. e367101 Reland "Add ETC2 support to Metal backend." by Jim Van Verth · 5 years ago
  25. ae80107 Revert "Add ETC2 support to Metal backend." by Jim Van Verth · 5 years ago
  26. c25802d Add ETC2 support to Metal backend. by Jim Van Verth · 5 years ago
  27. bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 5 years ago
  28. a9c2257 Pass size and GrPixelConfig to GrSurface/Texture/RenderTarget constructors by Brian Salomon · 5 years ago
  29. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  30. 4456a0d Store protectedness on GrVkImageInfo. by Brian Salomon · 5 years ago
  31. 658d499 New approach to fixing Vulkan MSAA. by Jim Van Verth · 5 years ago
  32. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  33. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  34. e80b809 Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."" by Brian Salomon · 5 years ago
  35. 88b8d11 Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture." by Brian Salomon · 5 years ago
  36. 9ac0407 Distinguish between "flushed" and "finished" idle state callbacks on GrTexture. by Brian Salomon · 5 years ago
  37. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 5 years ago
  38. 8cabb32 Make it safe to enter the cache from a GrTexture idle proc. by Brian Salomon · 6 years ago
  39. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  40. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  41. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  42. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  43. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  44. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  45. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  46. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  47. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  48. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 6 years ago
  49. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  50. 475eb70 Reland "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  51. f18c297 Revert "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  52. a8b20a1 Add support for RGB config to Vulkan. by Greg Daniel · 6 years ago
  53. e632dfc Use GrTextureType to determine highest supported filter by Brian Salomon · 6 years ago
  54. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 6 years ago
  55. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  56. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  57. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  58. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  59. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  60. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  61. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  62. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  63. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  64. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  65. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  66. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  67. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  68. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  69. b280d4e Fix up and clarify use of maxMipLevel in Vulkan by Greg Daniel · 7 years ago
  70. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  71. 1591c38 Use GrBackendObjectOwnership instead of GrVkImage::Wrapped by Greg Daniel · 7 years ago
  72. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  73. 48c9919 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  74. 842a560 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  75. c2b5175 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  76. d34edf3 Revert "Revert "Remove GrSurfaceDesc member from GrSurface."" by Brian Salomon · 7 years ago
  77. 4b30a96 Revert "Remove GrSurfaceDesc member from GrSurface." by Greg Daniel · 7 years ago
  78. 8491154 Remove GrSurfaceDesc member from GrSurface. by Brian Salomon · 7 years ago
  79. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  80. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  81. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  82. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 7 years ago
  83. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  84. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  85. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  86. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  87. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  88. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  89. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  90. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  91. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  92. 50ead53 Update RT views and framebuffer in vulkan after mipmaping by egdaniel · 8 years ago
  93. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  94. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  95. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  96. c902164 Fix return from nullptr to false in GrVkTexture.cpp by bsalomon · 8 years ago
  97. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  98. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 8 years ago
  99. 97a2336 Reset layout to undefined when we realloc VkTexture memory by egdaniel · 8 years ago
  100. 2af0f1b Apply setImageLayout() to all of a VkImage's subresources. by jvanverth · 8 years ago