projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
313d50e
)
update comments
author
Brian
<brian@nostromo.localnet.net>
Mon, 26 Feb 2007 02:11:44 +0000
(19:11 -0700)
committer
Brian
<brian@nostromo.localnet.net>
Mon, 26 Feb 2007 02:11:44 +0000
(19:11 -0700)
src/mesa/shader/prog_execute.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_execute.c
b/src/mesa/shader/prog_execute.c
index d42b2e99b94e21c2b6fecfda62c2e751e96c5acf..a63298ba7d6a6adcd4b989c7954ac81b5369dd94 100644
(file)
--- 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