projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a81611
)
mesa: added comment
author
Brian Paul
<brianp@vmware.com>
Thu, 24 Sep 2009 18:37:06 +0000
(12:37 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 24 Sep 2009 18:37:06 +0000
(12:37 -0600)
src/mesa/shader/prog_parameter.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_parameter.c
b/src/mesa/shader/prog_parameter.c
index 6b9e73b2cbdf4ee4fba5caa03ca79614c79e3a8d..2f029b02e50a61bb13efce004d08dec75ca472cc 100644
(file)
--- a/
src/mesa/shader/prog_parameter.c
+++ b/
src/mesa/shader/prog_parameter.c
@@
-100,6
+100,7
@@
_mesa_free_parameter_list(struct gl_program_parameter_list *paramList)
* \param type type of parameter, such as
* \param name the parameter name, will be duplicated/copied!
* \param size number of elements in 'values' vector (1..4, or more)
+ * \param datatype GL_FLOAT, GL_FLOAT_VECx, GL_INT, GL_INT_VECx or GL_NONE.
* \param values initial parameter value, up to 4 GLfloats, or NULL
* \param state state indexes, or NULL
* \return index of new parameter in the list, or -1 if error (out of mem)