mesa: Fix incorrect "see also" comments
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 13 Jun 2016 20:48:47 +0000 (13:48 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 20 Jun 2016 18:18:39 +0000 (11:18 -0700)
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/compiler/glsl/ir.h
src/mesa/main/mtypes.h

index 36293563e25c5e7e8be86438b91e51cb3511ffb2..cd17f69c179f85b2fe99c28b94927aa29a7168d2 100644 (file)
@@ -679,7 +679,7 @@ public:
       /**
        * Interpolation mode for shader inputs / outputs
        *
-       * \sa ir_variable_interpolation
+       * \sa glsl_interp_qualifier
        */
       unsigned interpolation:2;
 
index 7f03c040c40c54e09cdcbe085ee72fa858a0dd65..e5ae5e6259a8bd4d3f1b68f75c4276e2bc6acafb 100644 (file)
@@ -2616,7 +2616,7 @@ struct gl_shader_variable
    /**
     * Interpolation mode for shader inputs / outputs
     *
-    * \sa ir_variable_interpolation
+    * \sa glsl_interp_qualifier
     */
    unsigned interpolation:2;