commit | fc17231b2b4eb2e24506db289cf89978779d9204 | [log] [tgz] |
---|---|---|
author | Alejandro PiƱeiro <apinheiro@igalia.com> | Tue Apr 13 23:19:23 2021 +0200 |
committer | Marge Bot <eric+marge@anholt.net> | Wed Apr 14 11:00:36 2021 +0000 |
tree | cb5b31a57d782ad754b5d7c1f8bfe1055ec43c8e | |
parent | 9415e3de04fea4756bdf5be0457cbe42876bbe26 [diff] |
v3dv/pipeline: reduce descriptor_map size 64 was a temporary and conservative "big enough" value, but we can do better. Note that as mentioned on the FIXME, we could be even more detailed, adding a descriptor map allocate method based on the descriptor type. That would mean more individual allocations, and slightly more complexity. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10207>