diff options
author | Keith Whitwell <[email protected]> | 2007-01-15 13:40:38 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-01-15 13:40:38 +0000 |
commit | 2421b25dd777ebfd614ae45907fd4af8c2713102 (patch) | |
tree | 652a05de41f0df5beea7924506e318788d0ab3fe /src/mesa/vbo/vbo_attrib_tmp.h | |
parent | 1b7c24c33c43e2c0db391735b2f2ca0026459cc9 (diff) |
Remove special-case handling for index and edgeflag
This isn't required with the changes to core mesa and the new
attribute layout.
Diffstat (limited to 'src/mesa/vbo/vbo_attrib_tmp.h')
-rw-r--r-- | src/mesa/vbo/vbo_attrib_tmp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_attrib_tmp.h b/src/mesa/vbo/vbo_attrib_tmp.h index 72a8b04aca1..ff11c7d59a7 100644 --- a/src/mesa/vbo/vbo_attrib_tmp.h +++ b/src/mesa/vbo/vbo_attrib_tmp.h @@ -357,9 +357,10 @@ static void GLAPIENTRY TAG(VertexAttrib4fvARB)( GLuint index, } -/* Although we don't export NV_vertex_program, these entrypoints are +/* In addition to supporting NV_vertex_program, these entrypoints are * used by the display list and other code specifically because of - * their property of aliasing with other attributes. + * their property of aliasing with other attributes. (See + * vbo_save_loopback.c) */ static void GLAPIENTRY TAG(VertexAttrib1fNV)( GLuint index, GLfloat x ) { |