Skip to content
Tags give the ability to mark specific points in history as being important
  • opengl-es-cts-3.2.3.0
    OpenGL ES CTS Release v3.2.3.0
  • vulkan-cts-1.0.2.2
    Vulkan CTS 1.0.2.2 Release
    
    New tests:
    
     * Add tests for VK_KHR_incremental_present
     * Add tests for VK_GOOGLE_display_timing
     * Handle VK_EXT_swapchain_colorspace in swapchain tests
    
    Fixes:
    
     * Imgtec Waiver for SNORM linear filtering
     * Check DynamicIndexing in pipeline.image count tests
     * Add missing barrier in synchronization tests
     * Fix invalid SPIR-V in dEQP-VK.sparse_resources
     * Add missing flushes for basic draws
     * Add missing flushes for indirect draws
     * Fix precision mismatch issues in dEQP-VK.glsl
     * Fix validation errors in dEQP-VK.tessellation
     * Fix precision mismatch in dEQP-VK.binding_model
     * Fix depth stencil aspect flag in render pass input tests
     * Fix image layout in dEQP-VK.image
     * Fix validation errors in dEQP-VK.geometry
     * Fix issues in pipeline.timestamp.transfer_tests
     * Refactor vktShaderExecutor
     * Improve precision handling in texture.explicit_lod
     * Fix a compilation error on GCC 5.4
     * Fix a compilation error on MSVC12
     * Fix bug in reallocation callback validation
     * Fix input attachment layout in renderpass tests
  • vulkan-cts-1.0.2.1
    Vulkan CTS 1.0.2.1 Release
    
    New tests:
    
     * VK_KHR_push_descriptor
     * VK_KHR_descriptor_update_template
    
    Bug fixes:
    
     * Write gl_PointSize value when it is undefined
     * dEQP-VK.info.*image_format_properties2* VkImageUsageFlags fix
     * Fix memory management, image layout issues in uploadImageSparse()
     * Do not require unsupported sparse images in image_format_properties test
     * Fix dEQP-VK.api.info.get_physical_device_properties2.properties
     * Fix XCB window dimensions setter
     * Fix issues in Vulkan PointCoord test
     * Fix uint precision issue in pipeline barrier tests
     * Update SPIR-V tools to ab03b87
  • opengl-es-cts-3.2.2.0
    OpenGL ES CTS 3.2.2.0 Release
  • vulkan-cts-1.0.2.0
    Vulkan CTS 1.0.2.0 Release
    
    Second major Vulkan 1.0 CTS update. This release adds over 60 new test
    sets that contain ~27k unique test cases in total.
    
    Three new KHR extensions are covered by this release:
    
     * VK_KHR_get_physical_device_properties2
     * VK_KHR_shader_draw_parameters
     * VK_KHR_maintenance1
    
    Other new tests include:
    
     * Sample shading
     * Multisampled images
       * Image load/store
       * Resolve blits
     * Extended image tests
       * Image filtering
       * Image copies
       * Image blits
       * More image combinations (NPOT sizes etc.)
     * Extended vertex attribute setup tests
     * Extended shader built-in variable tests
     * Improved pipeline barrier tests
       * More shader stages and commands
     * Scissoring
     * Sparse resources
     * Improved draw command tests
       * Instanced draws
       * VertexIndex with indexed indirect draws
     * Input attachments
     * Dynamic indexing of push constants
     * User clip planes
     * Geometry shaders
     * Extended multi-queue tests
       * "Unusual" queue types
     * Various API corner-cases
  • vulkan-cts-1.0.1.2
    Vulkan CTS 1.0.1.2 Release
    
    Bug fixes:
    
     * dEQP-VK.api.image_clearing: Use the correct aspects for depth/stencil attachments
     * copy_and_blit.blit_image: loosen threshold of float/float blits
     * copy_and_blit.blit_image: fix threshold computation
     * Remove tess/geom tests relying on default PointSize
     * Relax precision in OpTextureQueryLod tests
     * Fix OpVariable position in OpInBoundsAccessChain tests.
     * Update glslang (use SampledImage with OpImageQueryLod)
     * Use tex lookup verifier in ImageSamplingInstance
     * COUNT_1_BIT is required min for sampledImageIntegerSampleCounts
     * Bugfix: use SPARSE_BINDING flag in sparse_resources test
     * dEQP-VK.sparse_resources.shader_intrinsics: OpCompositeExtract needs value id
     * dEQP-VK.sparse_resources.shader_intrinsics*gather: fix possible of-by-one errors
     * dEQP-VK.compute: Fix layout of storage image descriptor
     * Bugfix: use normalized coords in glsl sampler tests
    
    Other:
    
     * Remove XML mustpass lists
  • vulkan-cts-1.0.1.1
    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
  • vulkan-cts-1.0.1.0
    Vulkan CTS 1.0.1.0 Release
    
    First major Vulkan CTS update since the initial 1.0.0.0 release.
    This release adds 27649 new tests in total, covering following areas:
    
     * Image copies and blits
     * Pipeline cache
     * Synchronization primitives
     * Sparse resources
     * Tessellation
     * SPIR-V specialization constants
     * More SPIR-V opcodes
       * Atomics for buffers and images
       * Texture lookup and query instructions
       * Shader derivatives
     * Fixed-function primitive processing
       * Rasterization
       * Clipping
       * Culling
       * Early fragment tests
       * Interpolation
       * Multisampling
       * WSI extensions
  • vulkan-cts-1.0.0.4
    Vulkan CTS 1.0.0.4 Release
    
    Bug fixes:
    
     * Changes to image format properties query tests
       * Updated to reflect latest spec language on allowed sample counts
       * Fixed TRANSIENT usage flag handling
     * Updated glslang
       * Fixes RelaxedPrecision decoration issues in few tests
     * Updated command line for generating git log for CTS submission package
  • vulkan-cts-1.0.0.3
    Vulkan CTS 1.0.0.3 Release
    
    This release includes several fixes for issues uncovered by running
    the tests using validation layers.
  • vulkan-cts-1.0.0.2
    Vulkan CTS 1.0.0.2 Release
    
     * Vulkan CTS is now licensed under Apache 2 license.
    
     * Changed tests to follow the latest specification rules about
    VkApplicationInfo::apiVersion patch version checking. The driver is now
    expected to ignore patch number entirely when checking for version
    compatibility.
    
     * Significantly improved validation of device feature and limit query
    results in dEQP-VK.api.info tests.
    
     * Added new --deqp-log-flush command line option.
    
     * Various test code bug fixes.
  • vulkan-cts-1.0.0.1
    Vulkan CTS 1.0.0.1 Release