Sam Lantinga <slouken@libsdl.org> [Wed, 14 Jan 2009 06:53:03 +0000] rev 3041
Fixed OpenGL state issue reported by Dmytro Bogovych
Sam Lantinga <slouken@libsdl.org> [Wed, 14 Jan 2009 04:25:32 +0000] rev 3040
indent
Couriersud <couriersud@arcor.de> [Tue, 13 Jan 2009 23:27:08 +0000] rev 3039
Fix fullscreen crash with DirectFB <= 1.2.0
Couriersud <couriersud@arcor.de> [Tue, 13 Jan 2009 22:59:02 +0000] rev 3038
Fixed MakeSubSurface compiling issue for DirectFB <= 1.2.0
Couriersud <couriersud@arcor.de> [Tue, 13 Jan 2009 21:17:38 +0000] rev 3037
Added DFB_VERSION_ATLEAST macro
First attempt at replacing MakeSubSurface for pre 1.2.0 ==> Scaling not yet working
Bob Pendleton <bob@pendleton.com> [Tue, 13 Jan 2009 19:31:06 +0000] rev 3036
Added
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS NULL
#endif
so that the X code would compile. It looked like it was needed
Sam Lantinga <slouken@libsdl.org> [Tue, 13 Jan 2009 07:20:55 +0000] rev 3035
Removed Rafal Bursig's MMX RLE code, at his request.
Sam Lantinga <slouken@libsdl.org> [Tue, 13 Jan 2009 03:53:22 +0000] rev 3034
Fixed NULL pointer dereference
Couriersud <couriersud@arcor.de> [Mon, 12 Jan 2009 22:36:12 +0000] rev 3033
Fix third party "-Wall -Werror" builds
Sam Lantinga <slouken@libsdl.org> [Mon, 12 Jan 2009 08:46:28 +0000] rev 3032
Fixed Visual C++ build