]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Update stb_truetype
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:23:04 +0000 (10:23 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit04f3dcd503a537fab50329686874559dae8a1a22
tree0cfdcc657a9e0b3a5cf91e5fbb3ef2415aa2b12f
parent87c1a4130c30e9b1af5d76026f3cc93192eb5cb3
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>
drivers/video/console_truetype.c
drivers/video/stb_truetype.h
test/dm/video.c