From: Nicolai Hähnle Date: Wed, 25 Nov 2015 13:26:41 +0000 (+0100) Subject: st/mesa: remove outdated comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfddd005ea4a460832ba586cd21b723a3f28c03e;p=mesa.git st/mesa: remove outdated comment The enable of AMD_performance_monitor is no longer related to whether queries are run by the GPU since the commit mentioned below. Suggested-by: Samuel Pitoiset Reviewed-by: Samuel Pitoiset commit ddf27a3dd062c78ff49a69a1396be4de9c1b5d37 Author: Nicolai Hähnle Date: Tue Nov 10 13:35:01 2015 +0100 gallium: remove pipe_driver_query_group_info field type --- diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index eea3de08d0f..1459f258f94 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -256,8 +256,6 @@ st_create_context_priv( struct gl_context *ctx, struct pipe_context *pipe, &ctx->Extensions, &st->options, ctx->Mesa_DXTn); if (st_have_perfmon(st)) { - /* GL_AMD_performance_monitor is only enabled when the underlying - * driver expose GPU hardware performance counters. */ ctx->Extensions.AMD_performance_monitor = GL_TRUE; }