commit | bdb456dcf85e34fced872ebdaf06f6b73451f99c | [log] [tgz] |
---|---|---|
author | Tapani Pälli <tapani.palli@intel.com> | Wed Apr 12 13:15:58 2023 +0300 |
committer | Tapani Pälli <tapani.palli@intel.com> | Wed May 24 14:26:03 2023 +0300 |
tree | d60decda761656b2a5fb2c38c817cac211eeb400 | |
parent | 5fcbb2817509fb008a4af320008c5db283490dc1 [diff] |
Add a barrier before SSBO map in vertex attrib binding tests This ensures that any ssbo writes done by the shader will be visible in the mapped memory results buffer. Affects: KHR-GLES31.core.vertex_attrib_binding.advanced-largeStrideAndOffsetsNewAndLegacyAPI KHR-GL46.vertex_attrib_binding.advanced-largeStrideAndOffsetsNewAndLegacyAPI Components: OpenGL, OpenGL ES VK-GL-CTS issue: 4397 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Change-Id: I02ac24f35cb3b13ffc7a4801ce67ccefe238437e
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.
Up-to-date documentation for the dEQP is available at Android Open Source Project site.
This repository includes Khronos Vulkan CTS under external/vulkancts
directory. For more information see Vulkan CTS README.
This repository includes Khronos OpenGL / OpenGL ES CTS under external/openglcts
directory. For more information see OpenGL / OpenGL ES CTS README.