mesa/util: add new util_dynarray_delete_unordered helper
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 29 May 2017 15:26:30 +0000 (17:26 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 14 Jun 2017 08:04:35 +0000 (10:04 +0200)
commit30471eb7450b6a14f47f088ea3983ba86616db36
tree99ea0941912aacc9819b462b670d6b87e0741cab
parent5f249b9f05ece03a7cbd591cdca0400cb619d11c
mesa/util: add new util_dynarray_delete_unordered helper

This helper function will be used for managing dynamic arrays of
resident texture/image handles.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/util/u_dynarray.h