summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_perfmon.h
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2015-11-25 12:19:03 +0100
committerNicolai Hähnle <[email protected]>2015-11-25 15:27:33 +0100
commitbabf655ab2b5ece764c7fda5fb7ee5be154f120c (patch)
treee93b28782c4c28279638b02009d88c9e159dcbe2 /src/mesa/state_tracker/st_cb_perfmon.h
parent27a06e0bbe805152ffc7abc716d954da35a97541 (diff)
st/mesa: delay initialization of performance counters
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_cb_perfmon.h')
-rw-r--r--src/mesa/state_tracker/st_cb_perfmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_perfmon.h b/src/mesa/state_tracker/st_cb_perfmon.h
index 29732866bf8..98202f23c83 100644
--- a/src/mesa/state_tracker/st_cb_perfmon.h
+++ b/src/mesa/state_tracker/st_cb_perfmon.h
@@ -73,7 +73,7 @@ st_perf_monitor_object(struct gl_perf_monitor_object *q)
}
bool
-st_init_perfmon(struct st_context *st);
+st_have_perfmon(struct st_context *st);
void
st_destroy_perfmon(struct st_context *st);