From 3c1c999226859216b8af35c4806413b4488f21b4 Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 25 Feb 2007 19:11:44 -0700 Subject: [PATCH] update comments --- src/mesa/shader/prog_execute.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/shader/prog_execute.c b/src/mesa/shader/prog_execute.c index d42b2e99b94..a63298ba7d6 100644 --- a/src/mesa/shader/prog_execute.c +++ b/src/mesa/shader/prog_execute.c @@ -615,9 +615,9 @@ init_machine_deriv(GLcontext * ctx, /** * Execute the given vertex/fragment program. * - * \param ctx - rendering context - * \param program - the fragment program to execute - * \param machine - machine state (register file) + * \param ctx rendering context + * \param program the program to execute + * \param machine machine state (must be initialized) * \return GL_TRUE if program completed or GL_FALSE if program executed KIL. */ GLboolean -- 2.30.2