mesa: GL_EXT_secondary_color is not optional
Every driver left in Mesa enables this extension all the time. There's no reason to let it be optional. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:

committed by
Kenneth Graunke

parent
b5305a303b
commit
c139708087
@@ -1145,11 +1145,6 @@ vtxAttribItem: POSITION
|
||||
}
|
||||
| COLOR optColorType
|
||||
{
|
||||
if (!state->ctx->Extensions.EXT_secondary_color) {
|
||||
yyerror(& @2, state, "GL_EXT_secondary_color not supported");
|
||||
YYERROR;
|
||||
}
|
||||
|
||||
$$ = VERT_ATTRIB_COLOR0 + $2;
|
||||
}
|
||||
| FOGCOORD
|
||||
|
Reference in New Issue
Block a user