panfrost: Pack stride at CSO create time on v9
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Mon, 14 Aug 2023 20:08:07 +0000 (16:08 -0400)
committerMarge Bot <emma+marge@anholt.net>
Tue, 15 Aug 2023 13:27:58 +0000 (13:27 +0000)
commit823827a295991c63d0011335fab41da68eefa658
tree2097e8dc3df573c53dd6910097e6a93a39bbc370
parent32675a304be6ab63f79b6d547ac20e6de3fcfb71
panfrost: Pack stride at CSO create time on v9

Now that the stride is in the CSO, there's no merging needed at draw-time. The
whole descriptor could probably be uploaded at CSO create time but I didn't want
to deal with that right now, this isn't even my driver anymore I just like
deleting code.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24680>
src/gallium/drivers/panfrost/pan_cmdstream.c