comparison 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
comparison
equal deleted inserted replaced
379:11c8a7684f74 380:bce7171e7a85
1 README by Mike Gorchak <mike@malva.ua> 1 README by Mike Gorchak <mike@malva.ua>, <lestat@i.com.ua>
2 2
3 OpenGL in window mode works well and stable, in fullscreen 3 OpenGL in window mode works well and stable, in fullscreen
4 mode too, but fullscreen mode has not been heavily tested. 4 mode too, but fullscreen mode has not been heavily tested.
5 If you have QNX RtP 6.1.0 w/ or w/o Patch A you must download 5 If you have QNX RtP 6.1.0 w/ or w/o Patch A you must download
6 new Photon3D runtime from http://developers.qnx.com. The versions 6 new Photon3D runtime from http://developers.qnx.com. The versions
14 code). 14 code).
15 2. Photon has some errors in detecting how much bits per pixel 15 2. Photon has some errors in detecting how much bits per pixel
16 videomode has. 16 videomode has.
17 3. No shared libraries yet. We need manually set flag to 17 3. No shared libraries yet. We need manually set flag to
18 'configure' --disable-shared. 18 'configure' --disable-shared.
19 4. Due to Photon API limitation, flag SDL_HWSURFACE supported on-
20 ly in case of desktop bpp is equal requested bpp in window mo-
21 de.
19 22
20 Some building issues: 23 Some building issues:
21 24
22 Run configure script without x11 support, e.g.: 25 Run configure script without x11 support, e.g.:
23 26