aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorMark Janes <[email protected]>2019-07-10 16:57:16 -0700
committerMark Janes <[email protected]>2019-08-07 21:33:56 -0700
commitdeea3798b6e7bc54e62cd6a7b1c08c4e51801144 (patch)
tree76fdf3ae9c8e798ecbcb2efcdb3fd5dedb99b3aa /src/mesa/drivers/dri/i965/brw_context.h
parent1f4f421ce07e16d7bbef16c016fbc1d5b2055516 (diff)
intel/perf: make perf context private
Encapsulate the details of this data structure. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index bf720bfa172..2ac443bf032 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1162,7 +1162,7 @@ struct brw_context
bool supported;
} predicate;
- struct gen_perf_context perf_ctx;
+ struct gen_perf_context *perf_ctx;
int num_atoms[BRW_NUM_PIPELINES];
const struct brw_tracked_state render_atoms[76];