mesa/src/nouveau
Faith Ekstrand d5a8940812 nvk: Use a linked list for descriptor sets in a pool
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>
2024-03-31 20:42:59 +00:00
..
codegen nir: rework and fix rotate lowering 2024-01-22 10:27:44 +00:00
compiler nak: Don't do a scope break cascade for nir_jump_halt 2024-03-29 23:08:50 +00:00
drm nouveau: import libdrm_nouveau 2024-03-13 15:21:07 +00:00
drm-shim nvk: use c.get_supported_arguments for compiler flags 2024-03-13 15:21:07 +00:00
headers nouveau: Fix NINC TERT handling in vk_push_print 2024-03-27 19:37:18 +00:00
mme nouveau/tests: fix null dereference 2024-02-02 23:36:59 +00:00
nil nil: Drop unneeded types from formats 2024-03-30 00:03:46 +00:00
vulkan nvk: Use a linked list for descriptor sets in a pool 2024-03-31 20:42:59 +00:00
winsys nvk: Implement calibrated timestamps 2024-03-21 20:11:49 +00:00
meson.build nouveau: import libdrm_nouveau 2024-03-13 15:21:07 +00:00