SDL/include
Sam Lantinga 3532a3491b Date: Mon, 23 Mar 2009 09:17:24 +0200
From: "Mike Gorchak"
Subject: New QNX patches

Please apply patch qnx4.diff, which is attached. What has been done:
1)Added back OpenGL ES renderer for QNX target. Added few corrections to
OpenGL ES renderer to let it work under QNX. OpenGL ES renderer do not
support textures under QNX, so I think some additional work must be done.
2) Added GL_OES_query_matrix extension to SDL_opengles.h header file, which
required by OpenGL ES 1.1 specification.
3) Added attribute clearing at the entrance of function
SDL_GL_GetAttribure(). Added error checking into the function
SDL_GL_GetAttribure(), because some attributes can't be obtained in OpenGL
ES 1.0.
4) Porting testdyngles to OpenGL ES 1.0 (1.1 has glColor4ub() and
glColor4f() functions, but 1.0 has glColor4f() only).
5) Added error checking after obtaining attributes using
SDL_GL_GetAttribute() function to the testgl2 and testgles.
6) Small correction to testmultiaudio with printing errors.
7) Added software and accelerated OpenGL ES 1.0 support into the QNX GF
driver.

Please remove ./src/audio/nto directory - it will not be used anymore.
Please create ./src/audio/qsa directory and add content of the archive
qsa.tar.gz into this directory. I rewrote some sound code, added support for
multiple audio cards, enumeration, etc. Added initial support for capture.

As far as I can understand SDL 1.3 is not supporting audio capture right now
? Sam, Am I right ? Or audio capture must be supported through the
PlayDevice routine ?

And last, please put file SDL_gf_opengles.c to  the ./src/video/qnxgf
directory. It is OpenGL ES 1.1 emulation layer for some functions, which are
not supported by OpenGL ES 1.0.
2009-03-24 10:33:12 +00:00
..
begin_code.h Updated copyright date 2008-12-08 00:27:32 +00:00
close_code.h Updated copyright date 2008-12-08 00:27:32 +00:00
doxyfile SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_audio.h First shot at new audio resampling code. 2009-01-11 04:46:42 +00:00
SDL_cdrom.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_compat.h indent 2009-01-14 04:25:32 +00:00
SDL_config_dreamcast.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_config_iphoneos.h Mac OS X and iPhoneOS have the full math library 2009-03-03 09:48:00 +00:00
SDL_config_macosx.h Mac OS X and iPhoneOS have the full math library 2009-03-03 09:48:00 +00:00
SDL_config_minimal.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_config_nintendods.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_config_os2.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_config_win32.h Fixed Visual C++ build 2009-01-12 08:46:28 +00:00
SDL_config.h.default Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_config.h.in Date: Mon, 23 Mar 2009 09:17:24 +0200 2009-03-24 10:33:12 +00:00
SDL_copying.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_cpuinfo.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_endian.h Fixed bug #537 2009-02-17 04:57:39 +00:00
SDL_error.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_events.h Fixed bug #684 2009-02-17 05:59:40 +00:00
SDL_haptic.h Final merge of Google Summer of Code 2008 work... 2008-08-25 09:55:03 +00:00
SDL_joystick.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_keyboard.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_keysym.h Make the SDL keysyms that represent unprintable ASCII values actually have 2009-01-04 17:10:04 +00:00
SDL_loadso.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_main.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_mouse.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_mutex.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_name.h Added a new header file: SDL_loadso.h 2002-03-06 05:20:11 +00:00
SDL_opengl.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_opengles.h Date: Mon, 23 Mar 2009 09:17:24 +0200 2009-03-24 10:33:12 +00:00
SDL_pixels.h Fixed alpha blending textures with the GDI renderer 2009-02-07 17:56:08 +00:00
SDL_platform.h Corrected case for TargetConditionals.h 2008-12-14 07:22:15 +00:00
SDL_quit.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_rect.h Added line clipping 2008-12-23 02:23:18 +00:00
SDL_rwops.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_scancode.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_stdinc.h Fixed bug #537 2009-02-17 04:57:39 +00:00
SDL_surface.h Reverted SDL_LoadICO_RW() addition, this should go in SDL_image 2009-01-12 06:21:34 +00:00
SDL_syswm.h Date: Wed, 4 Mar 2009 15:38:22 +0200 2009-03-04 15:10:47 +00:00
SDL_thread.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_timer.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_types.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_version.h Added missing void 2009-01-04 23:36:53 +00:00
SDL_video.h Fixed return value for SDL_CreateRenderer() 2009-03-15 15:50:18 +00:00
SDL.h Updated copyright date 2008-12-08 00:27:32 +00:00