log include/SDL_config.h.in @ 5267:b530ef003506

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Fri, 11 Feb 2011 14:51:04 -0800 Sam Lantinga Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and Altivec support.
Tue, 08 Feb 2011 10:04:09 -0800 Sam Lantinga Made it possible to disable the rendering subsystem with configure --disable-render
Mon, 07 Feb 2011 22:57:33 -0800 Sam Lantinga It's now possible to disable the fast atomic operations, at a huge performance penalty.
Sat, 05 Feb 2011 16:07:10 -0800 Sam Lantinga Updated the DirectFB support, from Couriersud
Fri, 04 Feb 2011 19:18:08 -0800 Sam Lantinga Removed a bunch of X11 support that we no longer need.
Tue, 01 Feb 2011 21:40:03 -0800 Sam Lantinga Nobody is currently maintaining the QNX code, so removing it for now.
Mon, 31 Jan 2011 22:53:45 -0800 Sam Lantinga Removed more partially functional renderers
Mon, 31 Jan 2011 22:21:29 -0800 Sam Lantinga Removed partially functional renderers
Thu, 27 Jan 2011 00:06:36 -0800 Sam Lantinga Nobody is maintaining RISC OS code, so I'm removing it for now.
Mon, 24 Jan 2011 21:41:36 -0800 Sam Lantinga Fixed cross-compiling for Windows
Fri, 21 Jan 2011 21:42:04 -0800 Sam Lantinga Separated out the minimum functionality that we need from gcc for our spinlock fallback.
Thu, 20 Jan 2011 18:04:05 -0800 Sam Lantinga Fixed bug #925
Wed, 19 Jan 2011 22:25:40 -0800 Sam Lantinga PS3 Linux is no more...
Wed, 19 Jan 2011 22:21:31 -0800 Sam Lantinga Nobody has stepped up to maintain an svgalib driver. Bye bye! :)
Wed, 19 Jan 2011 22:18:45 -0800 Sam Lantinga Nobody has stepped up to maintain a framebuffer console driver. Bye bye! :)
Wed, 19 Jan 2011 15:28:01 -0800 Sam Lantinga Fixed using the native iconv library
Sun, 16 Jan 2011 15:16:39 -0800 Sam Lantinga Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
Sun, 29 Aug 2010 16:51:48 -0700 Sam Lantinga Added atan implementation from uClibc
Sun, 29 Aug 2010 16:05:34 -0700 Sam Lantinga Added atan2 implementation from uClibc
Sun, 22 Aug 2010 13:45:56 -0700 Sam Lantinga Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Tue, 13 Jul 2010 02:43:10 -0400 Ryan C. Gordon Add XShape test to configure scripts.
Mon, 19 Jul 2010 20:05:53 +0530 Sunny Sachanandani Integrate XFixes and XDamage into the build system.
Mon, 31 May 2010 13:27:27 +0530 Sunny Sachanandani Modified configure.in to allow building with Xrender. Fixed all problems that prevented compilation.
Wed, 19 May 2010 18:58:28 +0530 Sunny Sachanandani Adding a few #defines for Xrender support.
Thu, 19 Apr 2007 07:12:30 +0000 Ryan C. Gordon First shot at GTK+ video target for the OLPC laptops. Seriously incomplete, SDL-1.2-olpc
Tue, 13 Oct 2009 04:23:34 +0000 Sam Lantinga We don't need dlvsym() for ALSA anymore, yay! SDL-1.2
Sat, 10 Oct 2009 08:46:06 +0000 Sam Lantinga Debian patch: 020_libcaca_new_api.diff SDL-1.2
Sun, 13 Sep 2009 22:19:56 +0000 Ryan C. Gordon Made NAS target dynamic, so you can safely include it in shipping binaries. SDL-1.2
Thu, 02 Apr 2009 04:06:55 +0000 Sam Lantinga Hello. SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Fri, 29 Feb 2008 13:55:44 +0000 Sam Lantinga * Added configure option --enable-screensaver, to allow enabling the screensaver by default. SDL-1.2
Sat, 29 Dec 2007 05:18:33 +0000 Sam Lantinga Made the mprotect() fix for SDL_SoftStretch() more general for hardened linux, etc. SDL-1.2
Tue, 25 Sep 2007 09:59:26 +0000 Ryan C. Gordon Date: Mon, 24 Sep 2007 17:54:58 +0200 SDL-1.2
Thu, 12 Jul 2007 02:51:58 +0000 Sam Lantinga Warn Visual C++ users if they have a stale configure generated SDL_config.h SDL-1.2
Sun, 24 Jun 2007 18:26:35 +0000 Ryan C. Gordon Added S60 port. SDL-1.2
Sun, 13 May 2007 23:12:46 +0000 Ryan C. Gordon Committed PulseAudio driver. Thanks, Stephan! SDL-1.2
Thu, 15 Feb 2007 23:50:45 +0000 Ryan C. Gordon Patched fbcon to compile on newer Linux kernels that don't #define PAGE_SIZE, SDL-1.2
Sun, 29 Oct 2006 04:08:50 +0000 Ryan C. Gordon A few more AmigaOS things. SDL-1.2
Sun, 29 Oct 2006 03:58:27 +0000 Ryan C. Gordon Removed broken AmigaOS support. SDL-1.2
Sun, 08 Oct 2006 01:39:01 +0000 Ryan C. Gordon BeOS audio now works in 1.3 branch. SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 00:01:16 +0000 Ryan C. Gordon Still more PAudio renames... SDL-ryan-multiple-audio-device
Sat, 07 Oct 2006 07:25:30 +0000 Ryan C. Gordon Dynamic loading for NAS audio driver. SDL-ryan-multiple-audio-device
Sun, 24 Jan 2010 20:47:20 +0000 Sam Lantinga Fixed bug #935
Mon, 18 Jan 2010 14:27:30 +0000 Sam Lantinga Fixed bug #930
Wed, 13 Jan 2010 07:25:28 +0000 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
Wed, 13 Jan 2010 06:47:17 +0000 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
Thu, 17 Dec 2009 03:04:04 +0000 Sam Lantinga Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
Wed, 16 Dec 2009 10:59:51 +0000 Ryan C. Gordon Implemented SDL_setenv(), moved SDL_putenv() to compat.
Wed, 16 Dec 2009 06:53:53 +0000 Sam Lantinga Added SDL_GetCPUCount() to see how many cores are available.
Mon, 09 Nov 2009 04:13:51 +0000 Sam Lantinga Fixed bug #878
Mon, 19 Oct 2009 13:31:58 +0000 Sam Lantinga Partial fix for bug #859
Sun, 18 Oct 2009 17:49:40 +0000 Sam Lantinga Merged improvements to SDL_SoftStretch() from SDL 1.2
Tue, 13 Oct 2009 07:02:19 +0000 Sam Lantinga We don't need dlvsym() for ALSA anymore, yay!
Sun, 20 Sep 2009 04:15:19 +0000 Sam Lantinga Removed outdated Atari support
Sat, 19 Sep 2009 07:30:29 +0000 Sam Lantinga Removed outdated VGL support
Sat, 19 Sep 2009 07:28:59 +0000 Sam Lantinga Removed outdated wscons support
Sat, 19 Sep 2009 07:26:51 +0000 Sam Lantinga Removed outdated Nano-X support
Sat, 19 Sep 2009 07:22:07 +0000 Sam Lantinga Removed outdated OS/2 support
Sat, 19 Sep 2009 07:21:22 +0000 Sam Lantinga Removed outdated Dreamcast support