projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2a7a3
)
mesa: s/CONST/const/ in a comment
author
Brian Paul
<brianp@vmware.com>
Thu, 6 Sep 2012 02:26:28 +0000
(20:26 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 6 Sep 2012 03:20:21 +0000
(21:20 -0600)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/x86/norm_args.h
patch
|
blob
|
history
diff --git
a/src/mesa/x86/norm_args.h
b/src/mesa/x86/norm_args.h
index 5d352838be5b1c9a9af568f75c52a6ba39a5dfe1..e22f8bbd757d9e861a3226b19e85fffa1d286e2a 100644
(file)
--- a/
src/mesa/x86/norm_args.h
+++ b/
src/mesa/x86/norm_args.h
@@
-36,10
+36,10
@@
/* Offsets for normal_func arguments
*
- * typedef void (*normal_func)(
CONST
GLmatrix *mat,
+ * typedef void (*normal_func)(
const
GLmatrix *mat,
* GLfloat scale,
- *
CONST
GLvector4f *in,
- *
CONST
GLfloat lengths[],
+ *
const
GLvector4f *in,
+ *
const
GLfloat lengths[],
* GLvector4f *dest );
*/
#define OFFSET_MAT 4