Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Wed, 10 Jun 2009 05:51:44 +0000 | Mike Gorchak | Support for 24 bpp pixel formats has been added. |
Tue, 09 Jun 2009 19:39:23 +0000 | Bob Pendleton | OK, had to add some casts to get SDL_atomic.h to compile with C++. testatomic still compiles and runs. |
Tue, 09 Jun 2009 17:33:44 +0000 | Bob Pendleton | First commit for SDL atomic operations. |
Tue, 09 Jun 2009 15:45:33 +0000 | Bob Pendleton | zeroing out the rest of the unititialize fields in mouse motion events. |
Tue, 09 Jun 2009 08:56:43 +0000 | Mike Gorchak | 1. SDL_CreateTextureFromSurface() now tries to find surface's pixel format. |
Tue, 09 Jun 2009 04:34:50 +0000 | Sam Lantinga | Fixed 4 bit-per-pixel definition. Thanks Mike! |