aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_threaded_context.c
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-11-10 09:59:08 +0100
committerNicolai Hähnle <[email protected]>2017-11-10 16:37:37 +0100
commitee880e91ccf06fbf7cdea35c75b7dfd83bbc02b5 (patch)
treecf4773f7214b37442e5361648203d791f4c1876a /src/gallium/auxiliary/util/u_threaded_context.c
parentd473f91758143b1dd320146ddfe6e697ccc77c0d (diff)
gallium/u_threaded: fix end_query regression
Ouch... Fixes: 244536d3d6b4 ("gallium/u_threaded: avoid syncs for get_query_result") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103653 Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_threaded_context.c')
-rw-r--r--src/gallium/auxiliary/util/u_threaded_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/util/u_threaded_context.c b/src/gallium/auxiliary/util/u_threaded_context.c
index e1ec47e4e0c..b05cffd754d 100644
--- a/src/gallium/auxiliary/util/u_threaded_context.c
+++ b/src/gallium/auxiliary/util/u_threaded_context.c
@@ -395,8 +395,6 @@ tc_end_query(struct pipe_context *_pipe, struct pipe_query *query)
struct tc_end_query_payload *payload =
tc_add_struct_typed_call(tc, TC_CALL_end_query, tc_end_query_payload);
- tc_add_small_call(tc, TC_CALL_end_query);
-
payload->tc = tc;
payload->query = query;