diff options
author | Dave Airlie <[email protected]> | 2019-12-02 14:58:56 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-12-06 06:48:30 +1000 |
commit | f137672197936c00fae305e53eef12a665bc87ce (patch) | |
tree | 2b98b2bbb810271e6339f77de7cc6775c8e93824 /.gitlab-ci | |
parent | 3b8e1b3ee4f029764a7f9346323f443b0a83cb3e (diff) |
llvmpipe: disable occlusion queries when requested by state tracker
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/piglit/quick_gl.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci/piglit/quick_gl.txt b/.gitlab-ci/piglit/quick_gl.txt index 0100f409344..95e3cb4366f 100644 --- a/.gitlab-ci/piglit/quick_gl.txt +++ b/.gitlab-ci/piglit/quick_gl.txt @@ -521,8 +521,6 @@ spec/arb_indirect_parameters/tf-count-arrays: skip spec/arb_indirect_parameters/tf-count-elements: skip spec/arb_internalformat_query/minmax: skip spec/arb_internalformat_query/misc. api error checks: skip -spec/arb_occlusion_query/occlusion_query_meta_no_fragments: fail -spec/arb_occlusion_query/occlusion_query_meta_save: fail spec/arb_pipeline_statistics_query/arb_pipeline_statistics_query-comp: skip spec/arb_pipeline_statistics_query/arb_pipeline_statistics_query-frag: fail spec/arb_pixel_buffer_object/cubemap npot pbo: fail @@ -2285,8 +2283,8 @@ wgl/wgl-sanity: skip summary: name: results ---- -------- - pass: 17782 - fail: 235 + pass: 17784 + fail: 233 crash: 2 skip: 2027 timeout: 0 |