freedreno/a5xx: Fix the max texture buffer size.
authorEric Anholt <eric@anholt.net>
Tue, 16 Mar 2021 03:28:11 +0000 (20:28 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 16 Mar 2021 16:15:48 +0000 (16:15 +0000)
commit739486de2f5b7854e5cc9f47888d9d9059fc19d4
tree3c19583f426a05efd18ea743dc3a356429a91b1d
parentb93d21810a1d5cfb5eccd95bce701993df521d36
freedreno/a5xx: Fix the max texture buffer size.

The GLES minmax is 65536.  The blob vulkan exposes 65536 on both a5xx and
a6xx, but try just doing the same as we do for a6xx.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9617>
src/freedreno/ci/deqp-freedreno-a530-fails.txt
src/gallium/drivers/freedreno/freedreno_screen.c