diff options
author | Dave Airlie <airlied@redhat.com> | 2019-11-22 14:47:59 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-11-25 12:37:32 +1000 |
commit | 506e51b8560f30bc67ee84def535a324b5748208 (patch) | |
tree | ad3ac1e875f0f244e84af5138673634703befc87 /.gitlab-ci | |
parent | f54c4e85ce089964e4d2ed39157f07226a41d11f (diff) |
llvmpipe: initial query buffer object support. (v2)
This fails a couple of piglits due to other bugs in llvmpipe,
but it adds support for the feature properly.
v2: don't reset pipestats, just recalc, fix CI expectation
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/piglit/quick_gl.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitlab-ci/piglit/quick_gl.txt b/.gitlab-ci/piglit/quick_gl.txt index 8f5df1f80dc..b9f7cc78a73 100644 --- a/.gitlab-ci/piglit/quick_gl.txt +++ b/.gitlab-ci/piglit/quick_gl.txt @@ -328,8 +328,7 @@ spec/arb_post_depth_coverage/arb_post_depth_coverage-basic: skip spec/arb_post_depth_coverage/arb_post_depth_coverage-multisampling: skip spec/arb_post_depth_coverage/arb_post_depth_coverage-sample-shading: skip spec/arb_program_interface_query/arb_program_interface_query-getprogramresourceindex: fail -spec/arb_query_buffer_object/coherency: skip -spec/arb_query_buffer_object/qbo: skip +spec/arb_query_buffer_object/qbo: fail spec/arb_sample_locations/test: skip spec/arb_sample_shading/arb_sample_shading-api: skip spec/arb_sample_shading/arb_sample_shading-builtin-gl-sample-mask-mrt-alpha: skip @@ -1758,10 +1757,10 @@ wgl/wgl-sanity: skip summary: name: results ---- -------- - pass: 4519 - fail: 101 + pass: 4520 + fail: 102 crash: 2 - skip: 1652 + skip: 1650 timeout: 0 warn: 2 incomplete: 0 |