Files
mesa/src
Brian Paul 083b3f5cb4 mesa: short-cut new_state == _NEW_LINE in _mesa_update_state_locked()
We can skip to the end of _mesa_update_state_locked() if only the
_NEW_LINE flag is set since none of the derived state depends on it
(just like _NEW_CURRENT_ATTRIB).  Note that we still call the
ctx->Driver.UpdateState() function, of course.

v2: use bitmask-based test, per Eric.

Reviewed-by: Eric Anholt <eric@anholt.net>
2015-10-15 07:21:07 -06:00
..
2015-10-07 11:48:49 -07:00
2015-10-05 14:34:16 -07:00
2015-10-09 15:03:28 -04:00
2015-07-22 16:35:27 +01:00