commit | dcad210d12dfdb6503e6055d93972175425f6479 | [log] [tgz] |
---|---|---|
author | Marek Olšák <marek.olsak@amd.com> | Fri Nov 18 18:38:39 2022 -0500 |
committer | Marge Bot <emma+marge@anholt.net> | Mon Dec 12 19:15:34 2022 +0000 |
tree | b78558e72f4f29f98955cd948ed91a0128ffc437 | |
parent | d5187dbc077281c60405f5090f88dd0d315ee4e4 [diff] |
mesa: merge 2 switch statements into one in _mesa_get_derived_vao_masks _mesa_vao_enable_to_vp_inputs has a switch statement and we call it twice. Let's inline it. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19953>