summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_private.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-12-25 21:03:25 +0100
committerMarek Olšák <[email protected]>2017-01-05 18:30:00 +0100
commit6d54cd75a893ff643745e711e0c5ba14a465f505 (patch)
tree286d786449ff9d05fdcb7eedb75e1796cafb8b63 /src/gallium/auxiliary/hud/hud_private.h
parent80b8b9c8a4557f178d01d98bc88c9b2f944af305 (diff)
gallium/hud: add an option to sort items below graphs
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_private.h')
-rw-r--r--src/gallium/auxiliary/hud/hud_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/hud/hud_private.h b/src/gallium/auxiliary/hud/hud_private.h
index 479ece51dbc..d719e5f5ebb 100644
--- a/src/gallium/auxiliary/hud/hud_private.h
+++ b/src/gallium/auxiliary/hud/hud_private.h
@@ -68,6 +68,7 @@ struct hud_pane {
uint64_t ceiling;
unsigned dyn_ceil_last_ran;
boolean dyn_ceiling;
+ boolean sort_items;
enum pipe_driver_query_type type;
uint64_t period; /* in microseconds */