diff options
author | Keith Whitwell <[email protected]> | 2006-10-30 16:44:13 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-30 16:44:13 +0000 |
commit | 99efde461d3b8615863bdb7308e05289e0db0422 (patch) | |
tree | 95b9e3f4f612957a93547892f3559cfaa44dccb7 /src/mesa/vbo/vbo_exec.h | |
parent | efef291dc71eb57f90785a26957f4b3e01733156 (diff) |
better handling of current attributes. Trivial dlist and varray tests work
Diffstat (limited to 'src/mesa/vbo/vbo_exec.h')
-rw-r--r-- | src/mesa/vbo/vbo_exec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h index 4542d2807cd..72855d267ed 100644 --- a/src/mesa/vbo/vbo_exec.h +++ b/src/mesa/vbo/vbo_exec.h @@ -75,10 +75,6 @@ struct vbo_exec_context GLcontext *ctx; GLvertexformat vtxfmt; - struct gl_client_array legacy_currval[16]; - struct gl_client_array generic_currval[16]; - struct gl_client_array mat_currval[16]; - struct { struct gl_buffer_object *bufferobj; GLubyte *buffer_map; |