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.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40381
This commit is contained in:
Sam Lantinga 2002-05-28 19:31:32 +00:00
parent 5e5d89d853
commit 26d1c3e548
7 changed files with 47 additions and 31 deletions

View file

@ -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 @@ Problems:
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: