mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()
authorBrian Paul <brianp@vmware.com>
Wed, 14 Oct 2015 15:08:50 +0000 (09:08 -0600)
committerMarek Olšák <marek.olsak@amd.com>
Sat, 17 Oct 2015 17:36:46 +0000 (19:36 +0200)
commit8c5647db5e7ade454745caf97ac7c04f64b08c79
tree7350ed588c01c04cf53d837c56738e9afd482142
parent3c6156a4a7b647cc55cbe3a4c13d53b5ffe505e6
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>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/matrix.c