summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2015-11-25 14:26:41 +0100
committerNicolai Hähnle <nicolai.haehnle@amd.com>2015-11-25 15:27:34 +0100
commitbfddd005ea4a460832ba586cd21b723a3f28c03e (patch)
tree742c28f7fcae028d99c870958d8ca26c326d1bad
parentbabf655ab2b5ece764c7fda5fb7ee5be154f120c (diff)
downloadexternal_mesa3d-bfddd005ea4a460832ba586cd21b723a3f28c03e.zip
external_mesa3d-bfddd005ea4a460832ba586cd21b723a3f28c03e.tar.gz
external_mesa3d-bfddd005ea4a460832ba586cd21b723a3f28c03e.tar.bz2
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 <samuel.pitoiset@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> commit ddf27a3dd062c78ff49a69a1396be4de9c1b5d37 Author: Nicolai Hähnle <nhaehnle@gmail.com> Date: Tue Nov 10 13:35:01 2015 +0100 gallium: remove pipe_driver_query_group_info field type
-rw-r--r--src/mesa/state_tracker/st_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c
index eea3de0..1459f25 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;
}