1. 74b1c01 Fix freeing of vulkan feature structs is test context. by Greg Daniel · 6 years ago
  2. ac616c8 Fix vulkan validation layer ordering. by Greg Daniel · 6 years ago
  3. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  4. 92aef4b Support using vulkan 1.1. by Greg Daniel · 6 years ago
  5. 3644360 Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct. by Greg Daniel · 6 years ago
  6. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 6 years ago
  7. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  8. da16cce Use our own checked in Vulkan header to build skia source code. by Greg Daniel · 6 years ago
  9. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  10. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 6 years ago
  11. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  12. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  13. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  14. 3148f80 Revert "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  15. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  16. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  17. be0ab88 Reland "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  18. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  19. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  20. 05d3fe3 Revert "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  21. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  22. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  23. d4b2ade Move Vulkan DebugCallback code into tools. by Greg Daniel · 6 years ago
  24. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  25. 91dfa3b Reland "Move gn setup for vulkan library/headers into their own third_party directory." by Greg Daniel · 6 years ago
  26. d90cd3b Revert "Revert "IWYU for tests starting with 'D'."" by Ben Wagner · 6 years ago
  27. edf8449 Revert "IWYU for tests starting with 'D'." by Mike Klein · 6 years ago
  28. b5f2897 IWYU for tests starting with 'D'. by Ben Wagner · 6 years ago
  29. 3a67b8e Add support for building with MoltenVK by Chris Dalton · 6 years ago
  30. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  31. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  32. afb7ec7 Revert "Revert "Add define to use customize vulkan header."" by Greg Daniel · 7 years ago
  33. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  34. b351817 Revert "Add define to use customize vulkan header." by Brian Salomon · 7 years ago
  35. a492eb0 Add define to use customize vulkan header. by Greg Daniel · 7 years ago
  36. 55ad774 Revert "Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context."" by Brian Salomon · 7 years ago
  37. 1e09e46 Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context." by Brian Osman · 7 years ago
  38. 5627d65 Add method to sk_gpu_test::TestContext to automatically restore the previous context. by Brian Salomon · 7 years ago
  39. 63b8a43 Fix VkTextUtils to include SkTypes before ifdef by Greg Daniel · 7 years ago
  40. 35970ec Revert "Revert "Dynamically load the vulkan library in our test tools"" by Greg Daniel · 7 years ago
  41. c8dd283 Revert "Dynamically load the vulkan library in our test tools" by Greg Daniel · 7 years ago
  42. 77d6fea Dynamically load the vulkan library in our test tools by Greg Daniel · 7 years ago
  43. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  44. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  45. 604b197 Add support for creating a shared vulkan test context by Greg Daniel · 7 years ago
  46. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 7 years ago
  47. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  48. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  49. 5238f99 Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  50. 3a3bc42 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  51. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  52. edbb7d8 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  53. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  54. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  55. bbdf45e Fix 32-bit Vulkan build by Brian Osman · 8 years ago
  56. 024229a Use uint64_t for PlatformFence by csmartdalton · 8 years ago
  57. 421a3c1 Move GPU fences into sk_gpu_test by csmartdalton · 8 years ago
  58. 6ad6ba4 remove more stray semicolons from Vulkan code by Mike Klein · 8 years ago
  59. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  60. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  61. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago