Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 19:33:29 -0800] rev 4991
Fixed video mode format for unknown surface format
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 19:33:04 -0800] rev 4990
Improved error message for unsupported texture format
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 17:53:06 -0800] rev 4989
More Android cleanup:
* Formalized the interface with Java methods in SDL_android.h
* We don't need the feature system, at least right now
* Fixed waiting for the SDLMain thread
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 16:35:03 -0800] rev 4988
Whoops, need to pass that SDL format into native code
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 15:58:53 -0800] rev 4987
Set blend mode for textures that were created from surfaces with a colorkey
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 15:42:26 -0800] rev 4986
Renderer didn't advertise texture format SDL_PIXELFORMAT_ABGR8888
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 15:23:19 -0800] rev 4985
Fixed blue-red channel swap in OpenGL ES 16-bit texture formats
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 15:22:29 -0800] rev 4984
Support the new 16-bit pixel formats in SDL_CreateTextureFromSurface()
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 15:21:12 -0800] rev 4983
Support the new 16-bit formats in SDL_MasksToPixelFormatEnum()
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2011 14:53:23 -0800] rev 4982
Added some missing pixel formats and SDL_GetPixelFormatName()