diff options
author | Eric Anholt <eric@anholt.net> | 2020-04-22 12:08:06 -0700 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-04-27 19:06:57 +0000 |
commit | 6c01152c92cca2b8133e5a116335d0ef3a6cd474 (patch) | |
tree | 07786bdfc98c6e22afbc2cfe8b9ab6bc4a41c45b /.gitlab-ci | |
parent | b34ee185f44c6d473e4e343d1e9f406a25dae67f (diff) |
ci: Enable GLES 3.1 testing on db820c (a530).
The driver exposes GLES3.1, so let's make sure we're not regressing its
featureset.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4685>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a530-fails.txt | 7 | ||||
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a530-skips.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a530-fails.txt b/.gitlab-ci/deqp-freedreno-a530-fails.txt index 1fb8c06f586..6eedfc5587e 100644 --- a/.gitlab-ci/deqp-freedreno-a530-fails.txt +++ b/.gitlab-ci/deqp-freedreno-a530-fails.txt @@ -1991,3 +1991,10 @@ dEQP-GLES3.functional.ubo.single_struct.single_buffer.shared_instance_array_both dEQP-GLES3.functional.ubo.single_struct.single_buffer.shared_instance_array_vertex dEQP-GLES3.functional.ubo.single_struct.single_buffer.std140_instance_array_both dEQP-GLES3.functional.ubo.single_struct.single_buffer.std140_instance_array_vertex +dEQP-GLES31.functional.image_load_store.cube.format_reinterpret.rgba32f_rgba32ui +dEQP-GLES31.functional.image_load_store.cube.format_reinterpret.rgba8_snorm_r32ui +dEQP-GLES31.functional.image_load_store.cube.load_store.rgba32i_single_layer +dEQP-GLES31.functional.separate_shader.random.99 +dEQP-GLES31.functional.texture.texture_buffer.render.as_index_array_as_fragment_texture.offset_7_alignments +dEQP-GLES31.functional.ubo.random.all_per_block_buffers.21 +dEQP-GLES31.functional.ubo.random.all_shared_buffer.22 diff --git a/.gitlab-ci/deqp-freedreno-a530-skips.txt b/.gitlab-ci/deqp-freedreno-a530-skips.txt index 0cffcad8435..9f49be5325a 100644 --- a/.gitlab-ci/deqp-freedreno-a530-skips.txt +++ b/.gitlab-ci/deqp-freedreno-a530-skips.txt @@ -14,3 +14,4 @@ dEQP-GLES3.functional.texture.filtering.3d.* dEQP-GLES3.functional.texture.vertex.3d.filtering.* dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_msaa_stencil dEQP-GLES3.functional.fbo.invalidate.whole.unbind_blit_msaa_stencil +dEQP-GLES31.functional.ubo.2_level_struct_array.single_buffer.packed_instance_array_fragment |