mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 20:30:29 +01:00
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 ddf27a3dd0
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
This commit is contained in:
parent
babf655ab2
commit
bfddd005ea
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue