diff options
author | Mathias Fröhlich <[email protected]> | 2011-11-01 11:53:46 +0100 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2011-12-27 08:57:41 +0100 |
commit | 91d950bad1f1b94fb1751109ae8c139376f38156 (patch) | |
tree | bad66a8b684e446f6f75137b0d4e071530ec0c1f /src/mesa/vbo/vbo_exec.h | |
parent | a5608a5098e059510ba3fc79c8c0ba928db60257 (diff) |
vbo: Clean up recalculate_input_bindings.
Now the gl_array_object's layout matches the one used in
recalculate_input_bindings. Make use of this and remove the
bind_array_obj function.
Signed-off-by: Mathias Froehlich <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/vbo/vbo_exec.h')
-rw-r--r-- | src/mesa/vbo/vbo_exec.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h index e85798da4c4..f6ede99cd75 100644 --- a/src/mesa/vbo/vbo_exec.h +++ b/src/mesa/vbo/vbo_exec.h @@ -136,12 +136,6 @@ struct vbo_exec_context } eval; struct { - /* These just mirror the current arrayobj (todo: make arrayobj - * look like this and remove the mirror): - */ - const struct gl_client_array *legacy_array[VERT_ATTRIB_FF_MAX]; - const struct gl_client_array *generic_array[VERT_ATTRIB_GENERIC_MAX]; - /* Arrays and current values manipulated according to program * mode, etc. These are the attributes as seen by vertex * programs: |