v3dv/pipeline: remove pregenerate_variant
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 25 Feb 2021 22:36:28 +0000 (23:36 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 22 Mar 2021 17:10:47 +0000 (17:10 +0000)
commitf276efb2f8e0ac23433b2bf36a05eeed9ba2660b
tree3896518006ab0246decfd6919b09a82700cd5ff9
parent098816fc9a44290b10a6d359f5e37515f6fc77dd
v3dv/pipeline: remove pregenerate_variant

Right now we were not pre-generating several variants, but we decided
to let this method, just in case we need that idea back. This ended
being a bad idea. Several months have passed without that need, so
having that method just adds confusion. Also, if we need to add a
multiple-variant in the future, perhaps we would need to do it
different, so let's not template in advance.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9403>
src/broadcom/vulkan/v3dv_pipeline.c