projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
facb597
)
Fix typo
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 6 Oct 2003 14:19:53 +0000
(14:19 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 6 Oct 2003 14:19:53 +0000
(14:19 +0000)
src/mesa/main/vtxfmt_tmp.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/vtxfmt_tmp.h
b/src/mesa/main/vtxfmt_tmp.h
index 331403595264e160b73f749e838654d0c315573a..3f4a9cefed4181974063581b9ebe81e9f7c50953 100644
(file)
--- a/
src/mesa/main/vtxfmt_tmp.h
+++ b/
src/mesa/main/vtxfmt_tmp.h
@@
-398,7
+398,7
@@
static void TAG(VertexAttrib4fNV)( GLuint index, GLfloat x, GLfloat y, GLfloat z
static void TAG(VertexAttrib4fvNV)( GLuint index, const GLfloat *v )
{
- PRE_LOOPBACK( VertexAttrib4fNV );
+ PRE_LOOPBACK( VertexAttrib4f
v
NV );
_glapi_Dispatch->VertexAttrib4fvNV( index, v );
}