[Mesa-dev] [PATCH 07/11] mesa: Fix incorrect "see also" comments

Timothy Arceri timothy.arceri at collabora.com
Wed Jun 15 04:02:39 UTC 2016


On Tue, 2016-06-14 at 19:01 -0700, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
> 
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

Reviewed-by: Timothy Arceri <timothy.arceri at collabora.com>

> ---
>  src/compiler/glsl/ir.h | 2 +-
>  src/mesa/main/mtypes.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h
> index 3629356..cd17f69 100644
> --- a/src/compiler/glsl/ir.h
> +++ b/src/compiler/glsl/ir.h
> @@ -679,7 +679,7 @@ public:
>        /**
>         * Interpolation mode for shader inputs / outputs
>         *
> -       * \sa ir_variable_interpolation
> +       * \sa glsl_interp_qualifier
>         */
>        unsigned interpolation:2;
>  
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
> index 471d41d..88702cb 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -2615,7 +2615,7 @@ struct gl_shader_variable
>     /**
>      * Interpolation mode for shader inputs / outputs
>      *
> -    * \sa ir_variable_interpolation
> +    * \sa glsl_interp_qualifier
>      */
>     unsigned interpolation:2;
>  


More information about the mesa-dev mailing list