mesa: remove redundant _ae_invalidate_state() call
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 7 Jun 2017 03:58:34 +0000 (13:58 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 8 Jun 2017 23:13:46 +0000 (09:13 +1000)
commitb57bc7473bf1b14dbda0e3d27aef4260f9ee68f4
tree4d442022c246eac61f99d4584aaab5ee217298b2
parentbc70bad59bde311434349bbe07b7fb1d3b0ec559
mesa: remove redundant _ae_invalidate_state() call

The FLUSH_VERTICES(ctx, _NEW_ARRAY) above this will already cause
this to be called.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/enable.c