log

age author description
2005-05-20 Sam Lantinga Date: Tue, 22 Mar 2005 23:50:20 +0100
2005-05-18 Patrice Mandin Add Falcon Centscreen extension support
2005-05-16 Sam Lantinga Support SDL_VIDEO_X11_NODIRECTCOLOR for OpenGL visuals
2005-05-16 Sam Lantinga Date: Tue, 10 May 2005 22:15:25 +0100
2005-05-16 Sam Lantinga Eh, more correct.
2005-05-16 Sam Lantinga Date: Mon, 02 May 2005 04:23:16 -0500
2005-05-16 Sam Lantinga *** empty log message ***
2005-05-08 Sam Lantinga *** empty log message ***
2005-05-05 Patrice Mandin Add support for ARAnyM Atari emulator
2005-04-20 Ryan C. Gordon Patched to compile again on x86 systems that use the assembly blitters.
2005-04-17 Ryan C. Gordon Some work on using accelerated alpha blits with hardware surfaces.
2005-04-17 Ryan C. Gordon SDL_CDOpen() fails on Linux if data track on disc is mounted in the
2005-04-17 Ryan C. Gordon Holding down shift while moving the mouse's scrollwheel on MacOS X makes the
2005-04-17 Ryan C. Gordon Mixer: Visual C MMX asm code now aligns loops to 16 bytes.
2005-04-17 Ryan C. Gordon Fixed direction key input on WinCE devices, thanks to
2005-04-17 Ryan C. Gordon Altivec-optimized blitters!
2005-04-17 Ryan C. Gordon Added some parentheses for a little more macro safety. Recommended by Petri
2005-04-01 Patrice Mandin Release CPU when waiting
2005-03-30 Patrice Mandin Optimize also for 68020 and higher CPUs
2005-03-07 Patrice Mandin Disable debug code
2005-03-07 Patrice Mandin Dynamically create list of video modes, easier to add new ones
2005-03-02 Patrice Mandin Was using width of surface instead of pitch to calculate length of surface width in words
2005-02-22 Patrice Mandin Preliminary support for Blowup and Screen Blaster 3 extensions on Atari Falcon 030
2005-02-15 Ryan C. Gordon Added testblitspeed to aid in profiling of SDL's blitters.
2005-02-13 Sam Lantinga Ugly hack to make this work with gcc 2.x and 3.x
2005-02-12 Sam Lantinga Date: Tue, 01 Feb 2005 17:53:07 -0800
2005-02-12 Sam Lantinga [SDL] [PATCH] fix FB_VideoQuit for ia64
2005-02-12 Sam Lantinga Date: Wed, 26 Jan 2005 13:37:09 GMT
2005-01-29 Patrice Mandin clear convert.buf before filling it
2005-01-25 Sam Lantinga The fix is going back in. :)
2005-01-25 Sam Lantinga Date: Mon, 24 Jan 2005 21:37:56 +0800
2005-01-18 Sam Lantinga Date: Sun, 16 Jan 2005 19:20:15 +0100
2005-01-18 Sam Lantinga Date: Sat, 15 Jan 2005 15:06:01 -0600
2005-01-17 Ryan C. Gordon Date: Mon, 17 Jan 2005 20:54:50 +0200
2005-01-13 Sam Lantinga Fix various problems with the timer code.
2005-01-12 Sam Lantinga Clarified the code in the pixel format allocation
2005-01-12 Sam Lantinga Select patches included from The NetBSD Package Collection (www.pkgsrc.org)
2005-01-08 Sam Lantinga Avoid gcc parse errors on Win32. This is fine in general because gcc uses
2005-01-04 Sam Lantinga Bumped the minor version number...
2005-01-04 Sam Lantinga Fix potential use of freed memory in the threaded timer system
2005-01-04 Sam Lantinga *** empty log message ***
2005-01-03 Sam Lantinga Date: Sun, 2 Jan 2005 18:36:09 +0100
2005-01-02 Sam Lantinga Allow SDL to be loaded by Matlab
2005-01-02 Sam Lantinga Date: Fri, 31 Dec 2004 04:14:09 +0900
2004-12-27 Sam Lantinga Date: Fri, 24 Dec 2004 23:32:06 -0500
2004-12-19 Sam Lantinga *** empty log message ***
2004-12-16 Sam Lantinga *** empty log message ***
2004-12-16 Sam Lantinga *** empty log message ***
2004-12-15 Sam Lantinga Added change log notes release-1.2.8
2004-12-14 Sam Lantinga Date: Tue, 14 Dec 2004 12:08:30 +0100
2004-12-14 Sam Lantinga Date: Mon, 13 Dec 2004 21:28:18 -0500
2004-12-13 Sam Lantinga *** empty log message ***
2004-12-13 Sam Lantinga Whoops. :)
2004-12-13 Sam Lantinga No really, don't link with the ALSA library!
2004-12-13 Sam Lantinga ALSA is loaded dynamically now, so it's safe to build into the library
2004-12-06 Patrice Mandin Document new OpenGL feature
2004-12-06 Sam Lantinga Updated SDL for MacOS X Xcode support
2004-12-04 Patrice Mandin Some Atari OpenGL implementations draw upside down
2004-12-04 Patrice Mandin Be sure to compile without OpenGL enabled
2004-12-02 Patrice Mandin Wrong RGB24 to RGB16 conversion