1. 14 4月, 2020 1 次提交
  2. 11 4月, 2020 1 次提交
  3. 09 4月, 2020 2 次提交
  4. 21 2月, 2020 2 次提交
    • G
      Flush the SkCanvas when submitting a frame in... · 8eb727ec
      George Wright 提交于
      Flush the SkCanvas when submitting a frame in ShellTestPlatformViewVulkan::OffscreenSurface (#16717)
      
      8eb727ec
    • F
      [shell tests] Integrate Vulkan with Shell Tests (#16621) · bc4a27fc
      freiling 提交于
      This change creates a test only implementation of flutter::Surface backed by an
      offscreen Vulkan GrContext. Much of the code in this test Surface was lifted
      from flutter::VulkanWindow which I was unable to use without extricating it
      from the VkSurface/VkSwapchain code which we do not want to use in offscreen
      tests. I would recommend refactoring VulkanWindow to separate GrContext
      creation and VkSwapchain creation in order to promote greater code reuse
      between onscreen and offscreen vulkan paths.
      
      This change is excersised thoroughly by the shell tests and was manually
      tested against these tests on Fuchsia on Intel.
      bc4a27fc
  5. 15 2月, 2020 2 次提交
    • G
      Revert "[shell tests] Integrate Vulkan with Shell Tests" · 400ed7ce
      George Wright 提交于
      This reverts commit 594f6608.
      400ed7ce
    • F
      [shell tests] Integrate Vulkan with Shell Tests · 594f6608
      Forrest Reiling 提交于
      This change creates a test only implementation of flutter::Surface backed by an
      offscreen Vulkan GrContext. Much of the code in this test Surface was lifted
      from flutter::VulkanWindow which I was unable to use without extricating it
      from the VkSurface/VkSwapchain code which we do not want to use in offscreen
      tests. I would recommend refactoring VulkanWindow to separate GrContext
      creation and VkSwapchain creation in order to promote greater code reuse
      between onscreen and offscreen vulkan paths.
      
      This change is excersised thoroughly by the shell tests and was manually
      tested against these tests on Fuchsia on Intel.
      594f6608
  6. 07 2月, 2020 1 次提交