Skip to content

Vulkan CTS 1.3.6.3

Compare
Choose a tag to compare
@lordalcol lordalcol released this 25 Aug 12:00
· 1894 commits to main since this release

Vulkan CTS 1.3.6.3

New Tests:

  • Make Android SDK33 available for testing
  • Re-query memory index to match ahb type bits
  • Enforce offset 0 and height 1 for copy/blit regions with 1d images

Fixes:

  • Change fill modes in copy/blit tests for wider coverage
  • Fix script generating vkApiExtensionDependencyInfo.inl file
  • Fix texel_view_compatible barriers
  • Check all allowed vertex orders in XFB simple tests
  • Check RT capture/replay handles stay constant between runs
  • Fix validation error due to missing readonly in shader's storage image
  • Reduce iteration count in surface/swapchain maintenance1 tests
  • Allow alpha coverage to be disabled with sample mask output is used.
  • Fix descriptor buffer properties max limit
  • Add missing return check for vkGetQueryPoolResults in timestamp tests
  • Remove DONT_CARE usage from dithering tests
  • Add Watchdog Touch to Tessellation outer triangle tests
  • Fix image_to_image tests to actually check copying
  • Fix framebuffer compatible renderpass test

Improvements:

  • Skip formats not supported by mapVkFormat in mismatchedFormatsTests