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
This commit is contained in:
Dave Airlie
2019-11-22 14:47:59 +10:00
parent f54c4e85ce
commit 506e51b856
3 changed files with 157 additions and 6 deletions

View File

@@ -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