diff options
author | Daniel Schürmann <daniel@schuermann.dev> | 2024-04-03 16:52:36 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-05-03 13:01:29 +0000 |
commit | 52efb6cc83453224774c04a01bd9f22db0d4084b (patch) | |
tree | 1d20ece8a9602387506e0c1e5ce6e1db2153cf69 /src/panfrost/ci | |
parent | ce51e48cb6636d6eb02899d6c9894b436b80a44e (diff) |
panfrost: skip gles-3.0-transform-feedback-uniform-buffer-object on Mali G52 and G57
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28150>
Diffstat (limited to 'src/panfrost/ci')
-rw-r--r-- | src/panfrost/ci/panfrost-g52-skips.txt | 1 | ||||
-rw-r--r-- | src/panfrost/ci/panfrost-g57-skips.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/ci/panfrost-g52-skips.txt b/src/panfrost/ci/panfrost-g52-skips.txt index 05dd2101133..d8429e34397 100644 --- a/src/panfrost/ci/panfrost-g52-skips.txt +++ b/src/panfrost/ci/panfrost-g52-skips.txt @@ -73,3 +73,4 @@ spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect_projvec spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drectshadow spec@oes_texture_view@sampling-2d-array-as-cubemap spec@!opengl 1.0@rasterpos +spec@!opengl es 3.0@gles-3.0-transform-feedback-uniform-buffer-object diff --git a/src/panfrost/ci/panfrost-g57-skips.txt b/src/panfrost/ci/panfrost-g57-skips.txt index 9f50e2548ea..9ec1cad238a 100644 --- a/src/panfrost/ci/panfrost-g57-skips.txt +++ b/src/panfrost/ci/panfrost-g57-skips.txt @@ -63,3 +63,4 @@ spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect_projvec spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drectshadow spec@oes_texture_view@sampling-2d-array-as-cubemap spec@!opengl 1.0@rasterpos +spec@!opengl es 3.0@gles-3.0-transform-feedback-uniform-buffer-object |