1. a479f96 Get ViaDDL working with Vulkan by Robert Phillips · 6 years ago
  2. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 6 years ago
  3. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  4. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  5. 55068bf vulkan: Fix an optimus-related failure with vkEnumeratePhysicalDevices by Chris Dalton · 6 years ago
  6. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 6 years ago
  7. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 6 years ago
  8. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 6 years ago
  9. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 6 years ago
  10. e037d76 Remove specVersion check on vk extensions. by Greg Daniel · 6 years ago
  11. df1681e Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers" by Chris Dalton · 6 years ago
  12. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 6 years ago
  13. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  14. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 6 years ago
  15. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  16. 186ff6d Fix version check for vulkan layers by Greg Daniel · 6 years ago
  17. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  18. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  19. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  20. 2b41784 Make sure we set stencil layout when doing copy as draw by Greg Daniel · 6 years ago
  21. 38c3d93 Don't emit empty command buffers in vulkan by Greg Daniel · 6 years ago
  22. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  23. a3c68df Make sure we do a render pass load if we copied to a surface before hand by Greg Daniel · 6 years ago
  24. ea022cd Fix vulkan layout barriers when we are doing in line uploads. by Greg Daniel · 6 years ago
  25. e464160 Fix Vulkan Copy as draw shader by Greg Daniel · 6 years ago
  26. 4f4a53f Fix initialLayout update in Vk createTestingOnlyImage by Greg Daniel · 6 years ago
  27. 0fe4ed8 Revert "ccpr: Unblacklist vulkan" by Greg Daniel · 6 years ago
  28. 30ce2a3 ccpr: Unblacklist vulkan by Chris Dalton · 6 years ago
  29. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  30. 8a37583 Ensure that GrGpu state tracking is initialized before making a backend RT/Tex in tests by Brian Salomon · 6 years ago
  31. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  32. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  33. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 6 years ago
  34. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  35. afdc6b1 Vulkan backend render targets don't allow client to specify stencil bits by Brian Salomon · 6 years ago
  36. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  37. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  38. de9f546 Make Vulkan testing-only backend textures have optimal layout by Brian Salomon · 6 years ago
  39. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  40. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 6 years ago
  41. 31cc731 Don't use GENERAL layout during mipmap generation in Vulkan by Greg Daniel · 6 years ago
  42. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  43. 29acf84 Remove blacklist of dual source blending on AMD vulkan by Greg Daniel · 6 years ago
  44. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  45. e35a99e Update Flush and Invalidate Memory calls in vulkan to take offset and size by Greg Daniel · 6 years ago
  46. f3b1162 Move workaround for fSRGBsupport before config table init in GrVkCaps by Greg Daniel · 6 years ago
  47. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  48. bce5eb9 Move the rest of Vulkan driver workarounds into helper function in GrVkCaps by Greg Daniel · 6 years ago
  49. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  50. f3a4ef9 Add unit test the explicit tests create a GrVkCopyPipeline by Greg Daniel · 6 years ago
  51. 691f5e7 Respect disable driver correctness workaround flag in Vulkan by Greg Daniel · 6 years ago
  52. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 6 years ago
  53. 45a44de Make sure we add render target mem barriers after any last second copies by Greg Daniel · 6 years ago
  54. 3cdfa09 Fix height calculation when doing copyImageToBuffer by Greg Daniel · 6 years ago
  55. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 6 years ago
  56. 5ba448c Add cap workarounds for possible arm bugs by Greg Daniel · 6 years ago
  57. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 6 years ago
  58. b68319a Send correct clear count to vulkan beginRenderPass by Greg Daniel · 6 years ago
  59. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 6 years ago
  60. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 6 years ago
  61. 2612bae ccpr: Prefer atlas sizes under 4k on ARM by Chris Dalton · 6 years ago
  62. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  63. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  64. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 6 years ago
  65. fc711a2 Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2) by Robert Phillips · 6 years ago
  66. 559823d Revert "Add SkCharacterization creation helper to GrContextThreadSafeProxy" by Cary Clark · 6 years ago
  67. 8a83ca4 Add "sharpen" option to SkSL, to LOD bias all textures by Brian Osman · 6 years ago
  68. d76e56d Add SkCharacterization creation helper to GrContextThreadSafeProxy by Robert Phillips · 6 years ago
  69. dfb3a16 Move default init of tmp draw params out of subclasses into GrGpu by Brian Salomon · 6 years ago
  70. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 6 years ago
  71. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  72. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  73. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  74. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  75. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  76. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  77. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  78. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  79. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  80. 6a0176b Add ref counted wrapped around GrTexture ReleaseProc by Greg Daniel · 7 years ago
  81. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  82. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
  83. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  84. 7f1a074 Remove some unused sample count caps by Brian Salomon · 7 years ago
  85. fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 7 years ago
  86. 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 7 years ago
  87. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  88. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  89. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  90. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  91. deb7998 Fix buffer size assertion in Vulkan by Chris Dalton · 7 years ago
  92. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  93. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  94. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  95. 7b219ac Add support for SRGB formats when validating backend formats and ColorTypes by Greg Daniel · 7 years ago
  96. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  97. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  98. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  99. 81b8059 Start removing uses of VkFormatToPixelConfig in vulkan backend by Greg Daniel · 7 years ago
  100. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago