equal
deleted
inserted
replaced
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 |