mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
gallium/u_threaded: fix end_query regression
Ouch...
Fixes: 244536d3d6 ("gallium/u_threaded: avoid syncs for get_query_result")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103653
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
d473f91758
commit
ee880e91cc
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue