diff options
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_performance_query.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_performance_query.c b/src/mesa/drivers/dri/i965/brw_performance_query.c index 46847bef53d..6cd5bf4caa5 100644 --- a/src/mesa/drivers/dri/i965/brw_performance_query.c +++ b/src/mesa/drivers/dri/i965/brw_performance_query.c @@ -202,7 +202,7 @@ snapshot_statistics_registers(struct brw_context *brw, /** * Driver hook for glBeginPerfQueryINTEL(). */ -static GLboolean +static bool brw_begin_perf_query(struct gl_context *ctx, struct gl_perf_query_object *o) { @@ -351,7 +351,7 @@ brw_wait_perf_query(struct gl_context *ctx, struct gl_perf_query_object *o) drm_intel_bo_wait_rendering(bo); } -static GLboolean +static bool brw_is_perf_query_ready(struct gl_context *ctx, struct gl_perf_query_object *o) { |