st/nir: Fix st_nir_opts() prototype.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 24 Jul 2018 18:36:06 +0000 (11:36 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 25 Jul 2018 17:19:41 +0000 (10:19 -0700)
commita2c63cae14de84f245e99154435a51de1d291058
tree17d4eec6cb5df37dae71b0de87174e30e08475b6
parentb21b38c46cd61d9b301a38ea7d868ac1eedb6d44
st/nir: Fix st_nir_opts() prototype.

This wasn't updated for the new scalar ISA parameter.  It worked anyway
because all the function's callers live in the same file, so it found
the correct function.  Tim made this external for the new st prog_to_nir
translator, which got reverted, but which I'd like to land eventually.

So, fix the prototype.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
src/mesa/state_tracker/st_nir.h