Date: Mon, 2 Mar 2009 16:27:42 +0200
From: "Mike Gorchak" Subject: About QNX support in SDL 1.3 Right now I'm working on QNX SDL 1.3 drivers implementation and looks like a lot of code must be completely reworked. But I'm ready for it :) Also I want to add QNX Graphics Framework SDL driver, which is fullscreen graphics framework, with support of hardware accelerated OpenGL ES implementations. This Graphics Framework (called GF in QNX) could also use QNX Photon (window manager GUI) as window manager. In the attachment initial patch for QNX support in SDL 1.3 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403549
This commit is contained in:
parent
89b23cc7ea
commit
e87963bb44
23 changed files with 116 additions and 4656 deletions
|
@ -40,6 +40,10 @@ extern "C"
|
|||
#include <OpenGLES/ES1/gl.h> /* Header File For The OpenGL ES Library */
|
||||
#endif
|
||||
|
||||
#if defined(__QNXNTO__) && defined(SDL_VIDEO_OPENGL_ES)
|
||||
#include <GLES/egl.h>
|
||||
#endif
|
||||
|
||||
#ifndef APIENTRY
|
||||
#define APIENTRY
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue