equal
deleted
inserted
replaced
1 README.QNX by Mike Gorchak <mike@malva.ua>, <lestat@i.com.ua> |
1 README.QNX by Mike Gorchak <mike@malva.ua>, <lestat@i.com.ua> |
2 Last changed at 23 Mar 2009. |
2 Last changed at 10 Jun 2009. |
3 |
3 |
4 QNX Photon and GF drivers are being constructed. |
4 QNX Photon and GF drivers are being constructed, OpenGL ES support is |
|
5 finished. Still no 2D renderer support in GF and Photon drivers. |
5 QNX QSA (QNX Sound Architecture) driver is ready. |
6 QNX QSA (QNX Sound Architecture) driver is ready. |
6 QNX CDROM driver is ready. |
7 QNX CDROM driver is ready. |
7 QNX HID input driver is being constructed. |
8 QNX HID input driver is finished. |
8 |
9 |
9 ---------------------- |
10 ---------------------- |
10 -- SDL QSA driver -- |
11 -- SDL QSA driver -- |
11 ---------------------- |
12 ---------------------- |
12 |
13 |
94 b) As confirmed by QSSL none of existing video drivers has support of |
95 b) As confirmed by QSSL none of existing video drivers has support of |
95 doublescan low-resolution video modes. So modes below 640x480 are not |
96 doublescan low-resolution video modes. So modes below 640x480 are not |
96 supported. If your video driver supports low-resolution video modes, please |
97 supported. If your video driver supports low-resolution video modes, please |
97 add SDL_GF_LOWRESOLUTION flag to the gf_devicename array in the SDL_qnxgf.c |
98 add SDL_GF_LOWRESOLUTION flag to the gf_devicename array in the SDL_qnxgf.c |
98 source file. |
99 source file. |
|
100 c) Since GF framework supports hardware mouse cursor only, you'll get |
|
101 hardware mouse cursor in case of specific graphics driver supports it. |
99 |
102 |
100 ------------------------- |
103 ------------------------- |
101 -- SDL Photon driver -- |
104 -- SDL Photon driver -- |
102 ------------------------- |
105 ------------------------- |
103 |
106 |