panvk: Stop calling lower_uniforms_to_ubo
authorJason Ekstrand <jason.ekstrand@collabora.com>
Fri, 29 Apr 2022 20:01:29 +0000 (15:01 -0500)
committerMarge Bot <emma+marge@anholt.net>
Thu, 12 May 2022 10:53:16 +0000 (10:53 +0000)
commit744b97796301c78d5b7b71e79fd3b8f85e498008
treeccd9120c8577411321160c5fc80335b9e32670f4
parentc32ddb5e776e70630ad5679e4d275b5ffaa806b2
panvk: Stop calling lower_uniforms_to_ubo

We don't need it because Vulkan doesn't have GL-style uniforms.  It
*shouldn't* be doing anything but sometimes it inserts an extra UBO
binding and adds 1 to all our UBO indices for no good reason.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16276>
src/panfrost/vulkan/panvk_vX_shader.c