diff options
author | Akihiko Odaki <akihiko.odaki@gmail.com> | 2022-05-21 23:07:04 +0900 |
---|---|---|
committer | Akihiko Odaki <akihiko.odaki@gmail.com> | 2022-05-27 12:58:36 +0900 |
commit | 6fe3d43a82f4163ae5b6f673f0d475489f916a33 (patch) | |
tree | 7ba6d668d68efbbe0b2c6cc1c8530d9e94e70c4f /.gitlab-ci | |
parent | b77b83ea6aae0c6f8b7bb6345c6ed33912c91c73 (diff) |
vrend: blitter: Correct swizzle used for 1D texture
Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/818>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/expectations/host/virgl-gles-fails.txt | 1 | ||||
-rw-r--r-- | .gitlab-ci/expectations/virt/virgl-gles-fails.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci/expectations/host/virgl-gles-fails.txt b/.gitlab-ci/expectations/host/virgl-gles-fails.txt index 038408e..b18c5d2 100644 --- a/.gitlab-ci/expectations/host/virgl-gles-fails.txt +++ b/.gitlab-ci/expectations/host/virgl-gles-fails.txt @@ -220,7 +220,6 @@ spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@glSciss spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@glViewport,Fail spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@MS4,Fail spec@arb_framebuffer_object@fbo-blit-scaled-linear,ExpectedFail -spec@arb_framebuffer_object@fbo-generatemipmap-1d rgb9_e5,Fail spec@arb_framebuffer_object@fbo-gl_pointcoord,Fail spec@arb_get_texture_sub_image@arb_get_texture_sub_image-getcompressed,Crash spec@arb_get_texture_sub_image@arb_get_texture_sub_image-get,Fail diff --git a/.gitlab-ci/expectations/virt/virgl-gles-fails.txt b/.gitlab-ci/expectations/virt/virgl-gles-fails.txt index 1ffdb25..92c6b8c 100644 --- a/.gitlab-ci/expectations/virt/virgl-gles-fails.txt +++ b/.gitlab-ci/expectations/virt/virgl-gles-fails.txt @@ -237,7 +237,6 @@ spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@glSciss spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@glViewport,Fail spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@MS4,Fail spec@arb_framebuffer_object@fbo-blit-scaled-linear,ExpectedFail -spec@arb_framebuffer_object@fbo-generatemipmap-1d rgb9_e5,Fail spec@arb_framebuffer_object@fbo-gl_pointcoord,Fail spec@arb_get_texture_sub_image@arb_get_texture_sub_image-getcompressed,Crash spec@arb_get_texture_sub_image@arb_get_texture_sub_image-get,Fail |