mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
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:
parent
fa2750344d
commit
3e203a8040
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue