mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()
authorBrian Paul <brianp@vmware.com>
Wed, 14 Oct 2015 15:08:50 +0000 (09:08 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 15 Oct 2015 13:21:07 +0000 (07:21 -0600)
commit0de5e0f3fb0f3671a3ecec6ab4473f9131ecd0ae
tree6436950388e260ba5029aa68aaec7c9c23ce956e
parent67d8518a0e5a3df400a6e70de667d69e4b6ce9c5
mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()

Changing the matrix mode alone has no effect on rendering and does
not need to trigger a flush or state validation.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/matrix.c