log src/video/dga/SDL_dgavideo.c @ 1857:417f2af2bd52

age author description
Wed, 10 May 2006 06:07:47 +0000 Sam Lantinga Removed unused variable
Tue, 09 May 2006 06:44:47 +0000 Sam Lantinga Fixed bug #106
Tue, 09 May 2006 06:14:11 +0000 Sam Lantinga Fixed DGA mode sorting and eliminated doublescan and interlaced modes
Mon, 08 May 2006 06:54:20 +0000 Sam Lantinga Disable the screensaver in DGA mode, which is even more important than X11...
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Wed, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Wed, 22 Mar 2006 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
Wed, 15 Mar 2006 17:46:41 +0000 Sam Lantinga Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Tue, 31 Jan 2006 18:39:32 +0000 Ryan C. Gordon Changed references to XFree86 to Xext to match change in directory structure.
Sat, 05 Nov 2005 19:53:37 +0000 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
Fri, 12 Nov 2004 21:25:42 +0000 Sam Lantinga Video modes are sorted width first, then height
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Wed, 11 Dec 2002 05:52:28 +0000 Sam Lantinga Fixed invalid memory access in DGA video driver (thanks ldb!)
Sat, 09 Nov 2002 06:20:46 +0000 Sam Lantinga Greatly improved X11 DGA video speed (thanks Cezary!)
Tue, 20 Aug 2002 16:58:49 +0000 Sam Lantinga Fixed offset bug in hardware accelerated fills and blits
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Tue, 05 Mar 2002 19:55:32 +0000 Sam Lantinga Added SDL_LockRect() and SDL_UnlockRect()
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Sun, 30 Sep 2001 20:19:20 +0000 Sam Lantinga Fixed crash when using double-buffering with DGA
Fri, 13 Jul 2001 10:15:52 +0000 Sam Lantinga Some minor name changes to clean up
Thu, 12 Jul 2001 23:34:44 +0000 Sam Lantinga Don't crash if freeing a hardware surface after the video mode has been
Thu, 12 Jul 2001 20:42:22 +0000 Sam Lantinga DGA video driver is now thread-safe
Sat, 07 Jul 2001 20:20:17 +0000 Sam Lantinga From: "Markus F.X.J. Oberhumer"
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision