Added GPU_FileFormatEnum. Added extra GPU_FileFormatEnum parameter to GPU_SaveSurface() and GPU_SaveImage() so they can save to a particular format regardless of the type. Use GPU_FILE_AUTO for the previous behavior of auto-detecting from file extension.
Added an internal implementation of strcasecmp() because SDL_strcasecmp() was hanging.