1. 8cabb32 Make it safe to enter the cache from a GrTexture idle proc. by Brian Salomon · 6 years ago
  2. 950dfd7 Minor clean ups to vulkan hardware buffer test. by Greg Daniel · 6 years ago
  3. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  4. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  5. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  6. 8e265a7 Re-land "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  7. bff4e07 Revert "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  8. 30e6343 Perform Vulkan resets in a background thread by Ethan Nicholas · 6 years ago
  9. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  10. f7828d0 Better optimize our use of memory barriers in vulkan. by Greg Daniel · 6 years ago
  11. 637c06a Add Vulkan support to GrAHardwareBufferImageGenerator by Greg Daniel · 6 years ago
  12. ecddbc0 Add support for switching family queues in vulkan. by Greg Daniel · 6 years ago
  13. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  14. 6ddbafc Move vulkan layout helpers from GrVkMemory to GrVkImage. by Greg Daniel · 6 years ago
  15. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  16. 6a0176b Add ref counted wrapped around GrTexture ReleaseProc by Greg Daniel · 7 years ago
  17. 81b8059 Start removing uses of VkFormatToPixelConfig in vulkan backend by Greg Daniel · 7 years ago
  18. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  19. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  20. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  21. a3b6a55 In Vulkan make sure to add barriers between write operations by Greg Daniel · 7 years ago
  22. 19ff103 Always add a barrier when old layout was general in vulkan. by egdaniel · 8 years ago
  23. 3602d4f Allow vulkan to upload data to testing textures with optimal layouts by egdaniel · 8 years ago
  24. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  25. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  26. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  27. 7888f78 Set the "mutable format" bit on sRGB images at creation time. by brianosman · 8 years ago
  28. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  29. 50c46c7 Clean up GrVkImage::setLayout() by jvanverth · 8 years ago
  30. 82c0558 Set barriers and image layout changes between mipmap blits. by jvanverth · 8 years ago
  31. 2af0f1b Apply setImageLayout() to all of a VkImage's subresources. by jvanverth · 8 years ago
  32. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  33. 8f1dcaa Update vulkan format features in caps. by egdaniel · 8 years ago
  34. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  35. fe170d2 Fix borrowed GrVkImage::Resource. by jvanverth · 8 years ago
  36. 0fcfb75 Fix some issues for Linux Vulkan build by jvanverth · 8 years ago
  37. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  38. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  39. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago