summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/getstring.c
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2015-11-28 00:02:26 +0100
committerNicolai Hähnle <[email protected]>2015-11-28 11:08:49 +0100
commit9e5e702cfb380af461062c96d974027da8d5f17a (patch)
tree0f986c0f7665238cc9d6c24daf1373ada2255465 /src/mesa/main/getstring.c
parentea3f394e4a2bd8303d199acd0642f39784b7e27f (diff)
radeon: only suspend queries on flush if they haven't been suspended yet
Non-timer queries are suspended during blits. When the blits end, the queries are resumed, but this resume operation itself might run out of CS space and trigger a flush. When this happens, we must prevent a duplicate suspend during preflush suspend, and we must also prevent a duplicate resume when the CS flush returns back to the original resume operation. This fixes a regression that was introduced by: commit 8a125afa6e88a3eeddba8c7fdc1a75c9b99d5489 Author: Nicolai Hähnle <[email protected]> Date: Wed Nov 18 18:40:22 2015 +0100 radeon: ensure that timing/profiling queries are suspended on flush The queries_suspended_for_flush flag is redundant because suspended queries are not removed from their respective linked list. Reviewed-by: Marek Olšák <[email protected]> Reported-by: Axel Davy <[email protected]> Cc: "11.1" <[email protected]> Tested-by: Axel Davy <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/getstring.c')
0 files changed, 0 insertions, 0 deletions