# HG changeset patch # User Mike Gorchak # Date 1244658762 0 # Node ID ec126b077b962532797405957de5337a024f2a44 # Parent 91b335df6fc8206fa4ff79cfe873547f172de575 Note about hardware mouse cursor has been added. diff -r 91b335df6fc8 -r ec126b077b96 README.QNX --- a/README.QNX Wed Jun 10 14:00:21 2009 +0000 +++ b/README.QNX Wed Jun 10 18:32:42 2009 +0000 @@ -1,10 +1,11 @@ README.QNX by Mike Gorchak , -Last changed at 23 Mar 2009. +Last changed at 10 Jun 2009. -QNX Photon and GF drivers are being constructed. +QNX Photon and GF drivers are being constructed, OpenGL ES support is + finished. Still no 2D renderer support in GF and Photon drivers. QNX QSA (QNX Sound Architecture) driver is ready. QNX CDROM driver is ready. -QNX HID input driver is being constructed. +QNX HID input driver is finished. ---------------------- -- SDL QSA driver -- @@ -96,6 +97,8 @@ supported. If your video driver supports low-resolution video modes, please add SDL_GF_LOWRESOLUTION flag to the gf_devicename array in the SDL_qnxgf.c source file. + c) Since GF framework supports hardware mouse cursor only, you'll get +hardware mouse cursor in case of specific graphics driver supports it. ------------------------- -- SDL Photon driver --