mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
freedreno: compile fix
Fixes: 3f6b3d9db ("gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE")
Reported-by: Jan Vesely <jan.vesely@rutgers.edu>
This commit is contained in:
parent
30741187c1
commit
f0233ac82d
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ static const struct fd_hw_sample_provider occlusion_predicate = {
|
|||
.accumulate_result = occlusion_predicate_accumulate_result,
|
||||
};
|
||||
|
||||
static const struct fd_hw_sample_provider occlusion_predicate = {
|
||||
static const struct fd_hw_sample_provider occlusion_predicate_conservative = {
|
||||
.query_type = PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE,
|
||||
.active = FD_STAGE_DRAW,
|
||||
.get_sample = occlusion_get_sample,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue