Update stb_image (2.16 -> 2.26) and stb_image_write (1.07 -> 1.15)

Closes #1711 - race condition on stbi_failure_reason()

This does not only avoid the race condition on the failure string itself, but also makes failure state thread-local, meaning that each string will be correctly associated with the last image it failed to load.
This commit is contained in:
Jan Haller 2020-10-22 00:11:50 +02:00 committed by Lukas Dürrenberger
parent 129774877b
commit ea7408e1ee
2 changed files with 9452 additions and 8645 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff