mesa: Fix FLUSH_VERTICES in SubpixelPrecisionBiasNV.
authorMathias Fröhlich <mathias.froehlich@web.de>
Mon, 23 Sep 2019 06:10:37 +0000 (08:10 +0200)
committerMathias Fröhlich <mathias.froehlich@web.de>
Wed, 19 Feb 2020 14:51:25 +0000 (15:51 +0100)
commit6edbb3c6d07a395c3cd0b1b5290ecac3943c4286
tree84cf936ed38fd98b09ac97e60b2b7612ab39d983
parentd3160a6177a51035fcdb634e184a29b4ef0619e9
mesa: Fix FLUSH_VERTICES in SubpixelPrecisionBiasNV.

The FLUSH_VERTICES macro is supposed to be called before the current
context state is changed.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
src/mesa/main/viewport.c