Vulkan CTS 1.0.1.1 Release

New tests and improvements:

 * Validate KHR extensions reported by the driver
 * Added xcb and xlib platform support for Vulkan

Bug fixes:

 * Remove use of alloc recorder from descriptor_pool.repeated_reset
 * Fix alignment issues in uploading image data in ShaderExecutor
 * blit_image: compute validation threshold based on I/O formats
 * Fix VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT handling in query tests
 * Do not require TRANSIENT usage support without other RT usages
 * Fix incorrect limits in device properties test
 * Fix clip_volume test drawing points
 * Remove invalid precision qualifier usage
 * Do not use pointer value after deleting it
 * Fix barrier stage masks in synchronization tests
 * Fix required sample counts per spec issue 478
Merge "Fix required sample counts per spec issue 478" into vulkan-cts-1.0.1
tree: e5b2977126fbbd24f4df064ca85507cfc2d3c178
  1. android/
  2. data/
  3. doc/
  4. execserver/
  5. executor/
  6. external/
  7. framework/
  8. modules/
  9. scripts/
  10. targets/
  11. .editorconfig
  12. .gitignore
  13. Android.mk
  14. CMakeLists.txt
  15. LICENSE
  16. MODULE_LICENSE_APACHE2
  17. NOTICE
  18. README.md
README.md

dEQP README

This repository contains a GPU testing suite called dEQP (drawElements Quality Program). dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.

Documentation

Up-to-date documentation for the dEQP is available at Android Open Source Project site.

Khronos Vulkan Conformance Tests

This repository includes Khronos Vulkan CTS under external/vulkancts directory. For more information see Vulkan CTS README.