1. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 5 years ago
  2. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 5 years ago
  3. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  4. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  5. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  6. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  7. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  8. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  9. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  10. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 6 years ago
  11. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  12. 475eb70 Reland "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  13. f18c297 Revert "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  14. a8b20a1 Add support for RGB config to Vulkan. by Greg Daniel · 6 years ago
  15. e632dfc Use GrTextureType to determine highest supported filter by Brian Salomon · 6 years ago
  16. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 6 years ago
  17. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  18. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  19. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  20. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  21. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  22. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  23. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  24. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  25. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  26. 5711133 Remove integer texture support by Brian Salomon · 6 years ago
  27. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  28. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  29. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  30. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  31. b280d4e Fix up and clarify use of maxMipLevel in Vulkan by Greg Daniel · 7 years ago
  32. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  33. 1591c38 Use GrBackendObjectOwnership instead of GrVkImage::Wrapped by Greg Daniel · 7 years ago
  34. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  35. 48c9919 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  36. 842a560 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  37. c2b5175 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  38. d34edf3 Revert "Revert "Remove GrSurfaceDesc member from GrSurface."" by Brian Salomon · 7 years ago
  39. 4b30a96 Revert "Remove GrSurfaceDesc member from GrSurface." by Greg Daniel · 7 years ago
  40. 8491154 Remove GrSurfaceDesc member from GrSurface. by Brian Salomon · 7 years ago
  41. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  42. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  43. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  44. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 7 years ago
  45. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  46. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  47. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  48. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  49. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  50. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  51. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  52. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  53. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  54. 50ead53 Update RT views and framebuffer in vulkan after mipmaping by egdaniel · 8 years ago
  55. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  56. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  57. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  58. c902164 Fix return from nullptr to false in GrVkTexture.cpp by bsalomon · 8 years ago
  59. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  60. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 8 years ago
  61. 97a2336 Reset layout to undefined when we realloc VkTexture memory by egdaniel · 8 years ago
  62. 2af0f1b Apply setImageLayout() to all of a VkImage's subresources. by jvanverth · 8 years ago
  63. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 8 years ago
  64. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  65. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  66. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  67. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  68. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  69. fe170d2 Fix borrowed GrVkImage::Resource. by jvanverth · 8 years ago
  70. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 8 years ago
  71. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  72. a1e6b3b Get Vk compiling post-MIP map changes by bsalomon · 8 years ago
  73. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago
  74. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago
  75. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago