commit | 5f0ca61397768c8da629682b7285d2d5880eb878 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:23:04 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | 0cfdcc657a9e0b3a5cf91e5fbb3ef2415aa2b12f | |
parent | b8c26553151fc5c4918d0a7ba539a477a1a9a3a6 [diff] |
video: Update stb_truetype This was brought in in 2016 and a number of changes have been made since then. There does not seem to be much change in functionality, but it is a good idea to update from time to time. Bring in the latest version: 5736b15 ("re-add perlin noise again") Add a few necessary functions, with dummies in some cases. Update the tests as there are subtle changes in rendering, perhaps not for the better. Signed-off-by: Simon Glass <sjg@chromium.org>