mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 03:10:41 +02:00
gallium/dump: add missing query-type to short-list
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Fixes: a677799e51 ("gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE
and corresponding cap")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
32ce010951
commit
70a93922db
1 changed files with 1 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ util_query_type_short_names[] = {
|
|||
"primitives_emitted",
|
||||
"so_statistics",
|
||||
"so_overflow_predicate",
|
||||
"so_overflow_any_predicate",
|
||||
"gpu_finished",
|
||||
"pipeline_statistics",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue