1. 22 5月, 2020 10 次提交
  2. 21 5月, 2020 12 次提交
  3. 20 5月, 2020 6 次提交
  4. 19 5月, 2020 2 次提交
  5. 18 5月, 2020 4 次提交
  6. 14 5月, 2020 3 次提交
  7. 13 5月, 2020 3 次提交
    • J
      win-capture: Reset WGC fail flag for new window · 477f9062
      jpark37 提交于
      WGC will give up on a window that it fails to capture, but that
      shouldn't stop it from attempting to capture new windows.
      
      Fixes #2928.
      477f9062
    • J
      cmake: Add cmake folders · 79931794
      jp9000 提交于
      79931794
    • J
      win-capture: Fail on unsupported Vulkan formats · 30f6870b
      jpark37 提交于
      Don't allow unsupported Vulkan formats to fall back to B8G8R8A8.
      Probably better to fail completely than do an illegal copy.
      
      Also remove bad conversion for VK_FORMAT_A2R10G10B10_UNORM_PACK32.
      Red and blue channels were reversed, and there's no DXGI equivalent.
      
      Addresses #2796. We can do more later if justified.
      30f6870b