summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2022-05-02 11:14:06 -0400
committerDylan Baker <dylan.c.baker@intel.com>2022-05-03 10:42:54 -0700
commitc9d574bad86e90acc8e8e2a658eb2a414f3305fe (patch)
tree937cbefea55776c93d8f5007c2051d4dd7972299
parent2a2a309b956183ef2de378adff57067df305736b (diff)
llvmpipe: disable statistic queries during draw if queries are disabled
cc: mesa-stable fixes (zink): spec@ext_transform_feedback@generatemipmap prims_generated Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16278> (cherry picked from commit a36c3f6f6a41d84961b5633a627cd90feaa4d18d) Conflicts: src/gallium/drivers/zink/ci/zink-lvp-fails.txt
-rw-r--r--.pick_status.json2
-rw-r--r--src/gallium/drivers/llvmpipe/lp_draw_arrays.c3
-rw-r--r--src/gallium/drivers/zink/ci/zink-lvp-fails.txt1
3 files changed, 3 insertions, 3 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 99bb27e36d3..876b692ee64 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -172,7 +172,7 @@
"description": "llvmpipe: disable statistic queries during draw if queries are disabled",
"nominated": true,
"nomination_type": 0,
- "resolution": 0,
+ "resolution": 1,
"because_sha": null
},
{
diff --git a/src/gallium/drivers/llvmpipe/lp_draw_arrays.c b/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
index 48d112ac08c..ec4d47bc08d 100644
--- a/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
+++ b/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
@@ -139,7 +139,8 @@ llvmpipe_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info,
}
}
draw_collect_pipeline_statistics(draw,
- lp->active_statistics_queries > 0);
+ lp->active_statistics_queries > 0 &&
+ !lp->queries_disabled);
draw_collect_primitives_generated(draw,
lp->active_primgen_queries &&
diff --git a/src/gallium/drivers/zink/ci/zink-lvp-fails.txt b/src/gallium/drivers/zink/ci/zink-lvp-fails.txt
index 4bff4ec917e..854ec1b60fb 100644
--- a/src/gallium/drivers/zink/ci/zink-lvp-fails.txt
+++ b/src/gallium/drivers/zink/ci/zink-lvp-fails.txt
@@ -549,7 +549,6 @@ spec@ext_texture_snorm@fbo-blending-formats@GL_LUMINANCE8_SNORM,Fail
spec@ext_texture_snorm@fbo-blending-formats@GL_LUMINANCE_SNORM,Fail
spec@ext_texture_swizzle@depth_texture_mode_and_swizzle,Fail
spec@ext_transform_feedback2@counting with pause,Fail
-spec@ext_transform_feedback@generatemipmap prims_generated,Fail
spec@intel_performance_query@intel_performance_query-issue_2235,Fail
spec@khr_texture_compression_astc@array-gl,Fail
spec@khr_texture_compression_astc@array-gl@12x12 Block Dim,Fail