1. cb58060 Pass render target VkImage in GrVkDrawableInfo by Stan Iliev · 6 years ago
  2. ed632b1 Remove another semicolon. by Nico Weber · 6 years ago
  3. 41f0e28 Add MaxAPIVersion to GrVkBackendContext. by Greg Daniel · 6 years ago
  4. bc84adc Move GrVkSecondaryCBDrawContext header into src to hide it. by Greg Daniel · 6 years ago
  5. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  6. 487132b Don't include system vulkan header when building skia files. by Greg Daniel · 6 years ago
  7. 54200e4 Move vulkan headers from third_party to include/third_party. by Greg Daniel · 6 years ago
  8. b353eeb Remove duplicate member of GrVkDrawableInfo struct. by Greg Daniel · 6 years ago
  9. 45723ac Take into accout the GrBackendFormat when deciding if we can chain textures together. by Greg Daniel · 6 years ago
  10. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  11. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  12. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 6 years ago
  13. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  14. e517824 Require vulkan 1.1 headers when compiling skia. by Greg Daniel · 6 years ago
  15. 9ed1a2c Add ability for an SkDevice to handle the drawing of an SkDrawable. by Greg Daniel · 6 years ago
  16. b4d8956 Reland "Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN."" by Greg Daniel · 6 years ago
  17. a55e214 Revert "Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN."" by Mike Klein · 6 years ago
  18. 55aea84 Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN." by Greg Daniel · 6 years ago
  19. 684b506 Revert "Always include public/include headers for vulkan and just guard src files with SK_VULKAN." by Mike Klein · 6 years ago
  20. 6e2d607 Always include public/include headers for vulkan and just guard src files with SK_VULKAN. by Greg Daniel · 6 years ago
  21. ecddbc0 Add support for switching family queues in vulkan. by Greg Daniel · 6 years ago
  22. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  23. c0b03d8 Start adding support for some base extensions which others build on. by Greg Daniel · 6 years ago
  24. 92aef4b Support using vulkan 1.1. by Greg Daniel · 6 years ago
  25. 3644360 Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct. by Greg Daniel · 6 years ago
  26. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 6 years ago
  27. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  28. da16cce Use our own checked in Vulkan header to build skia source code. by Greg Daniel · 6 years ago
  29. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  30. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 6 years ago
  31. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  32. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  33. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  34. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  35. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  36. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  37. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  38. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  39. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  40. 0e4a12b Don't explicitly include vulkan.h in the vulkan memory allocator. by Greg Daniel · 6 years ago
  41. dc63620 Add guard around GrVkBackendContext::Create function. by Greg Daniel · 6 years ago
  42. 8683037 Always keep buffers in vulkan persistently mapped. by Greg Daniel · 6 years ago
  43. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  44. 81df041 Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  45. a9d3dae Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  46. de81143 Revert "Move include into head to fix build breakage." by Greg Daniel · 6 years ago
  47. fac6953 Move include into head to fix build breakage. by Greg Daniel · 6 years ago
  48. 331c266 Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. by Greg Daniel · 6 years ago
  49. 18dbfd0 Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  50. 98bddf9 Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  51. 26c0e4c Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. by Greg Daniel · 6 years ago
  52. d90cd3b Revert "Revert "IWYU for tests starting with 'D'."" by Ben Wagner · 6 years ago
  53. edf8449 Revert "IWYU for tests starting with 'D'." by Mike Klein · 6 years ago
  54. b5f2897 IWYU for tests starting with 'D'. by Ben Wagner · 7 years ago
  55. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 7 years ago
  56. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 7 years ago
  57. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 7 years ago
  58. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  59. ff7fa50 Add ctor to GrVkImageInfo. by Greg Daniel · 7 years ago
  60. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  61. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 7 years ago
  62. a17729f Add ctor to GrVkAlloc by Greg Daniel · 7 years ago
  63. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 7 years ago
  64. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 7 years ago
  65. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 7 years ago
  66. 52347e7 Fix link error with compoent build by Peng Huang · 7 years ago
  67. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  68. afb7ec7 Revert "Revert "Add define to use customize vulkan header."" by Greg Daniel · 7 years ago
  69. b351817 Revert "Add define to use customize vulkan header." by Brian Salomon · 7 years ago
  70. a492eb0 Add define to use customize vulkan header. by Greg Daniel · 7 years ago
  71. 037d1fc Use vulkan prototypes for android framework build by Greg Daniel · 7 years ago
  72. 83bd441 Set VK_NO_PROTOTYPES for vulkan backend by Greg Daniel · 7 years ago
  73. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  74. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  75. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  76. fcd5fdd Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"" by Robert Phillips · 7 years ago
  77. fad9e3f Revert "Update skia to use ifdefs for Vulkan code instead of dummy header" by Robert Phillips · 7 years ago
  78. c0f8e42 Update skia to use ifdefs for Vulkan code instead of dummy header by Greg Daniel · 7 years ago
  79. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 8 years ago
  80. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 8 years ago
  81. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 8 years ago
  82. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 8 years ago
  83. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 8 years ago
  84. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 8 years ago
  85. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 8 years ago
  86. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 8 years ago
  87. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 8 years ago
  88. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 8 years ago
  89. 5238f99 Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 8 years ago
  90. 3a3bc42 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 8 years ago
  91. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 8 years ago
  92. edbb7d8 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 8 years ago
  93. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 8 years ago
  94. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  95. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  96. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  97. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  98. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  99. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  100. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago