diff options
author | Stephane Marchesin <[email protected]> | 2006-04-14 23:47:45 +0000 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2006-04-14 23:47:45 +0000 |
commit | b0c4cfed608f21f255b8637ec5ff499fc36ee302 (patch) | |
tree | aa96ab1803f473ec5efa315f5585dc1bbbfa9329 /src/mesa/drivers/dri/nouveau/nouveau_context.h | |
parent | 97d11ecd6c5d23f682db5c6ef7dfec89185ae307 (diff) |
More work on the tcl code... still have to make my mind on a number of
things
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index e09d804ccf1..c23b633bb93 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h @@ -92,6 +92,7 @@ typedef struct nouveau_context { /* Vertex state */ GLuint vertex_size; + char *verts; struct tnl_attr_map vertex_attrs[VERT_ATTRIB_MAX]; GLuint vertex_attr_count; |