Module: Mesa Branch: master Commit: 8fd0190278cc623ebc5310a3dbd6864152d6eaae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fd0190278cc623ebc5310a3dbd6864152d6eaae
Author: Chris Forbes <[email protected]> Date: Mon Apr 22 17:07:57 2013 +1200 mesa: fix bogus comment about PrimitiveRestart fields Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Eric Anholt <[email protected]> --- src/mesa/main/mtypes.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 4e32e48..139c6af 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1537,8 +1537,8 @@ struct gl_array_attrib * \name Primitive restart controls * * Primitive restart is enabled if either \c PrimitiveRestart or - * \c PrimitiveRestart is set. If \c PrimitiveRestart is set, then - * \c RestartIndex is used as the cut vertex. Otherwise ~0 is used. + * \c PrimitiveRestartFixedIndex is set. If \c PrimitiveRestart is set, + * then \c RestartIndex is used as the cut vertex. Otherwise ~0 is used. */ /*@{*/ GLboolean PrimitiveRestart; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
