projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb991c
)
vbo: s/32/VERT_ATTRIB_MAX/
author
Brian Paul
<brianp@vmware.com>
Fri, 22 May 2009 20:22:40 +0000
(14:22 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 22 May 2009 20:22:40 +0000
(14:22 -0600)
src/mesa/vbo/vbo_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_context.h
b/src/mesa/vbo/vbo_context.h
index 7e366d474d401687464f003e9edd3bab5e4e362c..8b726dc8ac5bfd0e63669c3311d264b496cdd530 100644
(file)
--- a/
src/mesa/vbo/vbo_context.h
+++ b/
src/mesa/vbo/vbo_context.h
@@
-68,8
+68,8
@@
struct vbo_context {
struct gl_client_array *generic_currval;
struct gl_client_array *mat_currval;
- GLuint map_vp_none[
32
];
- GLuint map_vp_arb[
32
];
+ GLuint map_vp_none[
VERT_ATTRIB_MAX
];
+ GLuint map_vp_arb[
VERT_ATTRIB_MAX
];
GLfloat *current[VBO_ATTRIB_MAX]; /* points into ctx->Current, ctx->Light.Material */
GLfloat CurrentFloatEdgeFlag;