summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_execute.c
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2007-02-25 19:11:44 -0700
committerBrian <brian@nostromo.localnet.net>2007-02-25 19:11:44 -0700
commit3c1c999226859216b8af35c4806413b4488f21b4 (patch)
tree845f42be66305613b31728728109939c7b51bba7 /src/mesa/shader/prog_execute.c
parent313d50e9036558185e189873acb861bfa73f41a1 (diff)
update comments
Diffstat (limited to 'src/mesa/shader/prog_execute.c')
-rw-r--r--src/mesa/shader/prog_execute.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/shader/prog_execute.c b/src/mesa/shader/prog_execute.c
index d42b2e99b9..a63298ba7d 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