+ const GLboolean signd = + rb ? _mesa_is_format_signed(rb-> Format) : GL_FALSE; + v->value_int_4[0] = + v->value_int_4[1] = + v->value_int_4[2] = + v->value_int_4[3] = signd;
Might have gone with something like is_signed rather than dropping a letter to avoid the keyword. Either way, Reviewed-by: Chris Forbes <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
