1. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  2. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  3. c0b03d8 Start adding support for some base extensions which others build on. 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. def5546 Include windows.h in debug windows vulkan to fix build. by Greg Daniel · 6 years ago
  9. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  10. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  11. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 6 years ago
  12. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  13. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  14. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  15. 386a9b6 Fix allocation size of vk transfer buffer during copy. by Greg Daniel · 6 years ago
  16. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  17. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  18. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  19. 3148f80 Revert "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  20. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  21. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  22. be0ab88 Reland "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  23. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  24. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  25. 05d3fe3 Revert "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  26. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  27. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  28. d4b2ade Move Vulkan DebugCallback code into tools. by Greg Daniel · 6 years ago
  29. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  30. 1ba1bfc Fix vulkan copy resolve. by Greg Daniel · 6 years ago
  31. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  32. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  33. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  34. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  35. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  36. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  37. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  38. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  39. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  40. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  41. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  42. 81df041 Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  43. a9d3dae Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  44. 331c266 Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. by Greg Daniel · 6 years ago
  45. 6ddbafc Move vulkan layout helpers from GrVkMemory to GrVkImage. by Greg Daniel · 6 years ago
  46. 25af671 Add GrCap check for whether we can do a copy or not, and implement in Vk backend by Greg Daniel · 6 years ago
  47. ff134f2 Compile with latest clang 7. by Ben Wagner · 6 years ago
  48. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  49. d2d367d No long require copy as draw for vulkan wrapped resources. by Greg Daniel · 6 years ago
  50. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 6 years ago
  51. a479f96 Get ViaDDL working with Vulkan by Robert Phillips · 6 years ago
  52. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 6 years ago
  53. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  54. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  55. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  56. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  57. 4f4a53f Fix initialLayout update in Vk createTestingOnlyImage by Greg Daniel · 6 years ago
  58. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  59. 8a37583 Ensure that GrGpu state tracking is initialized before making a backend RT/Tex in tests by Brian Salomon · 6 years ago
  60. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  61. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  62. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  63. afdc6b1 Vulkan backend render targets don't allow client to specify stencil bits by Brian Salomon · 6 years ago
  64. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  65. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  66. de9f546 Make Vulkan testing-only backend textures have optimal layout by Brian Salomon · 6 years ago
  67. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  68. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 6 years ago
  69. 31cc731 Don't use GENERAL layout during mipmap generation in Vulkan by Greg Daniel · 6 years ago
  70. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  71. e35a99e Update Flush and Invalidate Memory calls in vulkan to take offset and size by Greg Daniel · 6 years ago
  72. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 6 years ago
  73. 3cdfa09 Fix height calculation when doing copyImageToBuffer by Greg Daniel · 6 years ago
  74. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 6 years ago
  75. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 6 years ago
  76. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 6 years ago
  77. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  78. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  79. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 6 years ago
  80. dfb3a16 Move default init of tmp draw params out of subclasses into GrGpu by Brian Salomon · 6 years ago
  81. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 6 years ago
  82. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  83. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  84. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  85. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  86. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  87. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  88. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  89. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  90. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  91. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  92. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  93. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  94. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  95. 81b8059 Start removing uses of VkFormatToPixelConfig in vulkan backend by Greg Daniel · 7 years ago
  96. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  97. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  98. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  99. 5254ccc Move pixel config getter to private in GrBackendSurface by Greg Daniel · 7 years ago
  100. a8e40de workaround for VkWrapTests crash by Ethan Nicholas · 7 years ago