projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
254845f
)
mesa: comment for _mesa_GetVertexAttribfvARB()
author
Brian Paul
<brianp@vmware.com>
Thu, 21 May 2009 22:02:50 +0000
(16:02 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 21 May 2009 22:10:45 +0000
(16:10 -0600)
src/mesa/shader/arbprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/arbprogram.c
b/src/mesa/shader/arbprogram.c
index 98c2e3019aa86b12e291d67d09113e40c7c69369..6f5a954c1652ccf3389d9ae2fc2954eb057c0ba6 100644
(file)
--- a/
src/mesa/shader/arbprogram.c
+++ b/
src/mesa/shader/arbprogram.c
@@
-299,6
+299,10
@@
_mesa_GetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble *params)
}
+/**
+ * Return info for a generic vertex attribute array (no alias with
+ * legacy vertex attributes (pos, normal, color, etc)).
+ */
void GLAPIENTRY
_mesa_GetVertexAttribfvARB(GLuint index, GLenum pname, GLfloat *params)
{