| commit | 1853886023f7da86a58b034a01bb20ed232d0c5c | [log] [tgz] |
|---|---|---|
| author | LingMan <18294-LingMan@users.noreply.gitlab.freedesktop.org> | Thu Jun 12 19:55:20 2025 +0200 |
| committer | Marge Bot <marge-bot@fdo.invalid> | Thu Jun 12 18:52:25 2025 +0000 |
| tree | 6968ee131870e238dbd97273e6e8249675cb2e14 | |
| parent | 68be3b7159332aa819914922e900e206841b94fb [diff] |
rusticl: Initialize NIR option structs with default values Eases NIR maintenance since adding new members no longer requires touching rusticl. The one const `nir_remove_dead_variables_options` has been duplicated as two local variables because `default()` cannot be called from const contexts, yet. Reviewed-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35497>