diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-01-15 14:10:42 +0000 |
---|---|---|
committer | keithw <keithw@keithw-laptop.(none)> | 2007-01-15 14:10:42 +0000 |
commit | 82152a2a8e1afeb61710318e769b1379be6c02c6 (patch) | |
tree | d213205849aa3d6792490847951229aecd325e7e /src/mesa/vbo/vbo_save_loopback.c | |
parent | 5464cd0a60f474753abc6af047fd21b0e29b8ac4 (diff) |
Remove debug, reenable inplace splitting.
Diffstat (limited to 'src/mesa/vbo/vbo_save_loopback.c')
-rw-r--r-- | src/mesa/vbo/vbo_save_loopback.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_save_loopback.c b/src/mesa/vbo/vbo_save_loopback.c index 2c28126cab2..430333b84dd 100644 --- a/src/mesa/vbo/vbo_save_loopback.c +++ b/src/mesa/vbo/vbo_save_loopback.c @@ -45,7 +45,8 @@ typedef void (*attr_func)( GLcontext *ctx, GLint target, const GLfloat * ); /* This file makes heavy use of the aliasing of NV vertex attributes - * with the legacy attributes. + * with the legacy attributes, and also with ARB and Material + * attributes as currently implemented. */ static void VertexAttrib1fvNV(GLcontext *ctx, GLint target, const GLfloat *v) { |