nir: Remove shared support from lower_io
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 10 Jun 2020 17:51:01 +0000 (12:51 -0500)
committerMarge Bot <eric+marge@anholt.net>
Mon, 6 Jul 2020 19:54:30 +0000 (19:54 +0000)
commit0bc5a829dd6d002e55724a5603e7e67e0bd6c470
treef62204b48672e6a153cb2bdaa25a6c31592857aa
parentbe96b069ad4e41f9d440d04b5dbbffe599774473
nir: Remove shared support from lower_io

No drivers are using this anymore so we can delete it and not keep
maintaining this legacy code-path.  If any drivers want this in the
future, they should use nir_lower_varst_to_explicit_types followed by
nir_lower_explicit_io.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5418>
src/compiler/nir/nir_lower_io.c