asahi: Set PIPE_CAP_LOAD_CONSTBUF
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sat, 18 Mar 2023 18:45:08 +0000 (14:45 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 7 Apr 2023 03:23:03 +0000 (03:23 +0000)
commit43b221cd595f86ee145ea2292a64a521c6db0bd6
tree9e3eafd8211b356163246793c5e3805e4a4b2cce
parent8e501b758a72da8dcdeb5b7e5b95198e6d88b6f0
asahi: Set PIPE_CAP_LOAD_CONSTBUF

The CAP is a bit of a misnomer, what it really does is relax the alignment
requirements for UBO packing. It should work fine and save us some memory.
Noticed while debugging piglit fails.

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