mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 16:40:36 +02:00
freedreno/a4xx: time-elapsed query should be active for clears
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
3a2e67bf78
commit
2f57e57881
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ static const struct fd_hw_sample_provider occlusion_predicate = {
|
|||
|
||||
static const struct fd_hw_sample_provider time_elapsed = {
|
||||
.query_type = PIPE_QUERY_TIME_ELAPSED,
|
||||
.active = FD_STAGE_DRAW,
|
||||
.active = FD_STAGE_DRAW | FD_STAGE_CLEAR,
|
||||
.enable = time_elapsed_enable,
|
||||
.get_sample = time_elapsed_get_sample,
|
||||
.accumulate_result = time_elapsed_accumulate_result,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue