diff options
author | Andreas Baierl <[email protected]> | 2020-02-19 10:42:43 +0100 |
---|---|---|
committer | Andreas Baierl <[email protected]> | 2020-03-02 10:33:06 +0000 |
commit | e58bb417b57243d9bf0faa0995522dde5bf3fbfb (patch) | |
tree | 1ad37e60414b6584fdc52199211cb51e0d6a0644 /.gitlab-ci | |
parent | 37a670d76c245fab238f84dc31ecb281d62531e3 (diff) |
lima: Add etc1 support
Layer stride has to be divided by 4. We also have to take care of
the array_size when returning the bo_size.
Drop the affected tests from the fails list.
Reviewed-by: Vasily Khoruzhick <[email protected]>
Signed-off-by: Andreas Baierl <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3946>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3946>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/deqp-lima-fails.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci/deqp-lima-fails.txt b/.gitlab-ci/deqp-lima-fails.txt index 165b7767a97..10915b9745a 100644 --- a/.gitlab-ci/deqp-lima-fails.txt +++ b/.gitlab-ci/deqp-lima-fails.txt @@ -178,13 +178,9 @@ dEQP-GLES2.functional.shaders.random.trigonometric.fragment.65 dEQP-GLES2.functional.shaders.texture_functions.fragment.texture2d_bias dEQP-GLES2.functional.shaders.texture_functions.fragment.texture2dproj_vec4_bias dEQP-GLES2.functional.shaders.texture_functions.fragment.texturecube_bias -dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_linear_clamp_etc1 dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_linear_clamp_rgba8888 -dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_linear_mirror_etc1 dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_linear_mirror_rgba8888 -dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_nearest_clamp_etc1 dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_nearest_clamp_rgba8888 -dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_nearest_mirror_etc1 dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_nearest_mirror_rgba8888 dEQP-GLES2.functional.texture.mipmap.cube.basic.linear_linear dEQP-GLES2.functional.texture.mipmap.cube.basic.linear_nearest |