Skip to content

vulkan-cts-1.4.1.2: Vulkan CTS 1.4.1.2

Latest
Compare
Choose a tag to compare
@lordalcol lordalcol released this 07 Feb 16:30
· 128 commits to main since this release
Fixes:
 * Fix validation error in ray tracing pipeline misc tests
 * Fix validation errors in interpolate_at_sample_no_sample_shading test
 * Explictily set inner tess level to 1
 * Fix pNext going out of scope for pipeline robustness oob stride tests
 * Add missing support check in host image copy concurrent tests
 * Fix waiting on semaphore in wsi colorspace_compare tests
 * Ensure the temporary video files are unique across subgroups
 * Fix missing read dependency in multi-subpass test
 * Fix view-local subpass dependencies in multiview tests
 * Fix copy region sizes in texel view compatible tests
 * Fix incorrect size of 'callableShaderBindingTableRegion', it should be 'shaderStride * callableIds.size()'
 * Fix early semaphores destroy in wsi maintenance1 null handles tests
 * Fix GCC warning about floating point conversions
 * Fix buffer size in shader object pipeline interaction tests
 * Query surface capabilities before recreating swapchain
 * Update glslang to fix issue with 16bit modf compilation
 * Fix use of nextStage at VkShaderEXT creation in DGC tests
 * Fix including VkPipelineRobustnessCreateInfoEXT in robustness tests
 * Fix optional feature checks on pipeline trace rays tests
 * Fix missing extension in swapchain tests
 * Fix buffer usage in descriptor buffer tests
 * Remove invalid shader object tests with no nextStage
 * Set the execution capability to preserve inf and nan in tests that require it
 * Remove invalid blit+query test
 * Fix DGC preprocess buffer allocation sizes
 * Skip tests if depth stencil read isn't supported
 * Re-introduce shared memory check in ComputeCooperativeMatrixTests
 * Fix OOM on low memory platforms

Other:
 * Apply Arm waiver 5544
 * Update Vulkan-Video-Samples external sources