commit | bbaf22a998f89eb720a3995fa2216512deed5f76 | [log] [tgz] |
---|---|---|
author | Emil Velikov <emil.l.velikov@gmail.com> | Thu Mar 19 01:36:08 2015 +0000 |
committer | Emil Velikov <emil.l.velikov@gmail.com> | Sat Mar 21 17:22:19 2015 +0000 |
tree | 5a078bc8dfe51c87f3ca22216bcdbbcc63a5c4c0 | |
parent | 0bff196b225be13f91ec34da06093a13a9ed425b [diff] |
egl: cut down static storage size for {Version,ClientAPI}String Both seems to be excessively long, namely: ClientAPIString can get up-to 47 based on current code, while the name of the driver can dictate the length of the VersionString, currently it is around 11. Let's pad each to 100, rather than the current 1000. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>