projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c0452
)
Fix more typos.
author
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 21 Nov 2006 10:50:01 +0000
(10:50 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 21 Nov 2006 10:50:01 +0000
(10:50 +0000)
src/mesa/main/api_arrayelt.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/api_arrayelt.c
b/src/mesa/main/api_arrayelt.c
index 804700118f2ebbb416d0eb603f4523cf42f6d8f0..f0164a80f6ac4ad52e770dfbcd3f789645cc556f 100644
(file)
--- a/
src/mesa/main/api_arrayelt.c
+++ b/
src/mesa/main/api_arrayelt.c
@@
-1143,7
+1143,7
@@
static void _ae_update_state( GLcontext *ctx )
[at->array->Size-1]
[TYPE_IDX(at->array->Type)];
at->index = VERT_ATTRIB_TEX0 + i;
- check_vbo(actx, a
a
->array->BufferObj);
+ check_vbo(actx, a
t
->array->BufferObj);
at++;
}
}
@@
-1170,7
+1170,7
@@
static void _ae_update_state( GLcontext *ctx )
[TYPE_IDX(at->array->Type)];
}
at->index = i;
- check_vbo(actx, a
a
->array->BufferObj);
+ check_vbo(actx, a
t
->array->BufferObj);
at++;
}
}