mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 17:48:15 +02:00
There's no real benefit to all this fixed size array nonsense. We're heap allocating all of the nvk_descriptor_set structs anyway so having an array-of-pointers walk instead of a linked list is no faster. Also, this gets rid of another fixed-size array that can overflow. Reviewed-by: M Henning <drawoc@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28482> |
||
|---|---|---|
| .. | ||
| codegen | ||
| compiler | ||
| drm | ||
| drm-shim | ||
| headers | ||
| mme | ||
| nil | ||
| vulkan | ||
| winsys | ||
| meson.build | ||