Skip to content

Tags: rswinkle/sdl_img

Tags

0.101.0

Toggle 0.101.0's commit message
Windows cross-compile fixes

1.0.0-beta

Toggle 1.0.0-beta's commit message
Forgot to remove this hardcoded transparency

1.0-RC2

Toggle 1.0-RC2's commit message
Forgot to normalize a path

1.0-RC1

Toggle 1.0-RC1's commit message
Remove unnecessary +

0.99

Toggle 0.99's commit message
Update man page

0.98

Toggle 0.98's commit message
Minor documentation updates

0.97

Toggle 0.97's commit message
Update packaging script and man page

0.96

Toggle 0.96's commit message
Update packaging

0.95

Toggle 0.95's commit message
Remove local var loading

I decided that even if it saves a few cycles by not having to follow a
pointer, g is probably already in cache because it's accessed everywhere
so it's probably not a big deal and the mental overhead of having an extra
variable that has to be updated whenever the global g->loading is and isn't a
global itself is just too much/confusing for anyone just glancing at the
code, wanting to make a quick edit etc.

0.94

Toggle 0.94's commit message
Finished updating stb_image.h

Had to redo the stbi_xload; based it on stbi__load_gif_main

This update fixes some broken gifs.