util: Increase array size to 20

For the future patches in Anv, we will be expanding the driconf enum to
have 19 entries, so extend array from 5 to 20 to account that.

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40733>
This commit is contained in:
Sagar Ghuge 2026-04-15 19:53:36 -07:00 committed by Marge Bot
parent fa2750344d
commit 3e203a8040

View file

@ -107,7 +107,7 @@ typedef struct driOptionDescription {
driOptionInfo info;
driOptionValue value;
driEnumDescription enums[5];
driEnumDescription enums[20];
} driOptionDescription;
/** Returns an XML string describing the options for the driver. */