Mercurial > sdl-ios-xcode
diff README.QNX @ 380:bce7171e7a85
Date: Wed, 22 May 2002 22:30:58 +0300
From: "Mike Gorchak" <mike@malva.com.ua>
Subject: One more QNX patch
Hi !
- Fixed graywin test application. Added properly support for
window size not equal to 640x480.
- Added support for not aligned pitch of image in SDL_SWSURFACE
and SDL_HWSURFACE. Using Photon builtin alignes.
- Added memory clear after each malloc to avoid problems in the
future :)
- Removed unused variables and static variables, fixed some warnings.
- Updated readme.QNX file.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 28 May 2002 19:31:32 +0000 |
parents | 66f815c147ed |
children | 8bedd6d61642 |
line wrap: on
line diff
--- a/README.QNX Tue May 28 19:24:11 2002 +0000 +++ b/README.QNX Tue May 28 19:31:32 2002 +0000 @@ -1,4 +1,4 @@ -README by Mike Gorchak <mike@malva.ua> +README by Mike Gorchak <mike@malva.ua>, <lestat@i.com.ua> OpenGL in window mode works well and stable, in fullscreen mode too, but fullscreen mode has not been heavily tested. @@ -16,6 +16,9 @@ videomode has. 3. No shared libraries yet. We need manually set flag to 'configure' --disable-shared. +4. Due to Photon API limitation, flag SDL_HWSURFACE supported on- + ly in case of desktop bpp is equal requested bpp in window mo- + de. Some building issues: