summaryrefslogtreecommitdiff
path: root/README.QNX
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2002-05-28 19:31:32 +0000
committerSam Lantinga <slouken@libsdl.org>2002-05-28 19:31:32 +0000
commit26d1c3e548878102ad62a4084b6134076b27c141 (patch)
tree44cbaa597b33cfb0c6d77d310f1e7ce3fa1cd5d8 /README.QNX
parent5e5d89d853a51b442852940076aafc7af550fe4d (diff)
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
Diffstat (limited to 'README.QNX')
-rw-r--r--README.QNX5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.QNX b/README.QNX
index 56c035a2..f227ca95 100644
--- a/README.QNX
+++ b/README.QNX
@@ -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: