[Mesa-dev] [PATCH 02/16] mesa: fix incorrect comment

Ilia Mirkin imirkin at alum.mit.edu
Fri Jul 17 18:31:52 PDT 2015


The comment is misplaced, but not entirely wrong. It should be on the
program_resource_location helper. That helper is in fact used by the
other 2 functions

On Fri, Jul 17, 2015 at 9:25 PM, Timothy Arceri <t_arceri at yahoo.com.au> wrote:
> ---
>  src/mesa/main/shader_query.cpp | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp
> index a6246a3..0473c2e 100644
> --- a/src/mesa/main/shader_query.cpp
> +++ b/src/mesa/main/shader_query.cpp
> @@ -787,8 +787,6 @@ program_resource_location(struct gl_shader_program *shProg,
>
>  /**
>   * Function implements following location queries:
> - *    glGetAttribLocation
> - *    glGetFragDataLocation
>   *    glGetUniformLocation
>   */
>  GLint
> --
> 2.4.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list