1. caa795f Reduce use of GrPixelConfig inside of GrVkCaps. by Greg Daniel · 5 years ago
  2. 5c7b541 Fix compatible format check for vkCmdCopyImage. by Greg Daniel · 5 years ago
  3. 9ff5acb Separate GrCaps for semaphores and fence syncs. by Brian Salomon · 5 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 5 years ago
  6. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  7. a585fe9 Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer by Brian Salomon · 5 years ago
  8. e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 5 years ago
  9. 0dffbab Add MSAA and non-aa modes to GrFillRRect Op by Chris Dalton · 5 years ago
  10. bf341ae Revert "Add MSAA and non-aa modes to GrFillRRect Op" by Chris Dalton · 5 years ago
  11. 16a8e99 Add MSAA and non-aa modes to GrFillRRect Op by Chris Dalton · 5 years ago
  12. a51e93c Fix up readPixels, writePixels, and copies when dealing with ycbcr textures in vulkan. by Greg Daniel · 5 years ago
  13. 2dd1b47 Add support for Y410 (i.e., 1010102) to wacky_yuv_formats by Robert Phillips · 5 years ago
  14. 44e69f9 Reduce use of map buffers on ARM vulkan. by Greg Daniel · 5 years ago
  15. 78e6a4c Don't directly map vertex/index buffers on qualcomm vulkan. by Greg Daniel · 5 years ago
  16. d0626aa Add clamped half-float pixel config to Ganesh by Brian Osman · 5 years ago
  17. b70990e add kRGBA_F16Norm_SkColorType by Mike Klein · 5 years ago
  18. cb32415 Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan. by Greg Daniel · 5 years ago
  19. f259b8b Add kRGB_888X_GrPixelConfig by Greg Daniel · 5 years ago
  20. c1bee13 Add support for Mtl backend to DeferredDisplayListTest by Robert Phillips · 6 years ago
  21. 41f0e28 Add MaxAPIVersion to GrVkBackendContext. by Greg Daniel · 6 years ago
  22. 6ac8d36 Revert "Reland "fixed VK geometry shaders"" by Ethan Nicholas · 6 years ago
  23. 347d365 Reland "fixed VK geometry shaders" by Ethan Nicholas · 6 years ago
  24. 483909c Revert "fixed VK geometry shaders" by Ethan Nicholas · 6 years ago
  25. eef1ed0 fixed VK geometry shaders by Ethan Nicholas · 6 years ago
  26. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  27. be7fc46 Restrict ops that can be executed when we have a wrapped vulkan secondary command buffer. by Greg Daniel · 6 years ago
  28. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  29. a63593a Remove sample shading and dest color override by Brian Osman · 6 years ago
  30. 1de0140 Removed mustSubmitCommandsBeforeCopyOp by Ethan Nicholas · 6 years ago
  31. 69e5785 Add RG_88 texture format by Jim Van Verth · 6 years ago
  32. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  33. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  34. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  35. 14c55c2 Add support for external textures in Vulkan, specifically GrAHardwareBufferImageGenerator. by Greg Daniel · 6 years ago
  36. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  37. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  38. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 6 years ago
  39. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  40. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  41. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  42. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  43. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  44. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  45. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  46. 8e738a2 Prefer fullscreen clears on QC/Vulkan by Chris Dalton · 6 years ago
  47. 0f70be8 Reland "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  48. 6e2625d Revert "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  49. d50d657 Remove ability to sample textures in vertex or geometry shaders. by Greg Daniel · 6 years ago
  50. 4374e96 Disable write pixels fast path on vulkan mali to workaround driver bug. by Greg Daniel · 6 years ago
  51. 475eb70 Reland "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  52. f18c297 Revert "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  53. a8b20a1 Add support for RGB config to Vulkan. by Greg Daniel · 6 years ago
  54. 40599fe Enable CCPR on Vulkan without geometry shaders by Chris Dalton · 6 years ago
  55. f610bae fixed spelling of 'preferred' by Ethan Nicholas · 6 years ago
  56. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  57. 499bf1a Add half-float vertex attribute caps bit and benchmark by Brian Osman · 6 years ago
  58. 637c06a Add Vulkan support to GrAHardwareBufferImageGenerator by Greg Daniel · 6 years ago
  59. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  60. 900e5c8 [infra] Update Win Intel drivers. by Greg Daniel · 6 years ago
  61. a9979d1 Add support for vulkan extensions needed for AHardwareBuffers. by Greg Daniel · 6 years ago
  62. 5e81a12 Add support for dynamic state GP textures in Vulkan backend. by Brian Salomon · 6 years ago
  63. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  64. 313c695 Add support for Advanced blend extension to vulkan. by Greg Daniel · 6 years ago
  65. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  66. c0b03d8 Start adding support for some base extensions which others build on. by Greg Daniel · 6 years ago
  67. 92aef4b Support using vulkan 1.1. by Greg Daniel · 6 years ago
  68. 3644360 Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct. by Greg Daniel · 6 years ago
  69. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  70. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  71. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  72. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  73. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  74. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  75. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 6 years ago
  76. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  77. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  78. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  79. ddc0c60 Always use dedicated VkImage memory on NexusPlayer and Mali. by Greg Daniel · 6 years ago
  80. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  81. 724afe8 Driver bug workaround: max_texture_size_limit_4096 by Adrienne Walker · 6 years ago
  82. 25af671 Add GrCap check for whether we can do a copy or not, and implement in Vk backend by Greg Daniel · 6 years ago
  83. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 6 years ago
  84. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  85. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 6 years ago
  86. df1681e Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers" by Chris Dalton · 6 years ago
  87. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 6 years ago
  88. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  89. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  90. 0fe4ed8 Revert "ccpr: Unblacklist vulkan" by Greg Daniel · 6 years ago
  91. 30ce2a3 ccpr: Unblacklist vulkan by Chris Dalton · 6 years ago
  92. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  93. 29acf84 Remove blacklist of dual source blending on AMD vulkan by Greg Daniel · 6 years ago
  94. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  95. f3b1162 Move workaround for fSRGBsupport before config table init in GrVkCaps by Greg Daniel · 6 years ago
  96. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  97. bce5eb9 Move the rest of Vulkan driver workarounds into helper function in GrVkCaps by Greg Daniel · 6 years ago
  98. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  99. 691f5e7 Respect disable driver correctness workaround flag in Vulkan by Greg Daniel · 6 years ago
  100. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 6 years ago