mesa: remove unused vertex attrib WEIGHT
We don't support ARB_vertex_blend. Note that the attribute aliasing check for ARB_vertex_program had to be rewritten. vbo_context: 20344 -> 20008 bytes gl_context: 74672 -> 74616 bytes Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
@@ -91,7 +91,6 @@ gl_vert_attrib_name(gl_vert_attrib attrib)
|
||||
{
|
||||
static const char *names[] = {
|
||||
ENUM(VERT_ATTRIB_POS),
|
||||
ENUM(VERT_ATTRIB_WEIGHT),
|
||||
ENUM(VERT_ATTRIB_NORMAL),
|
||||
ENUM(VERT_ATTRIB_COLOR0),
|
||||
ENUM(VERT_ATTRIB_COLOR1),
|
||||
|
Reference in New Issue
Block a user