log src/video/dga/SDL_dgavideo.c @ 4120:d07c60f5e460 SDL-1.2

age author description
2007-07-10 Sam Lantinga I'm reverting this patch... SDL-1.2
2007-07-10 Sam Lantinga Merged some patches from NetBSD pkgsrc: SDL-1.2
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-05-10 Sam Lantinga Removed unused variable
2006-05-09 Sam Lantinga Fixed bug #106
2006-05-09 Sam Lantinga Fixed DGA mode sorting and eliminated doublescan and interlaced modes
2006-05-08 Sam Lantinga Disable the screensaver in DGA mode, which is even more important than X11...
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 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
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-03-22 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
2006-03-15 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.
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-31 Ryan C. Gordon Changed references to XFree86 to Xext to match change in directory structure.
2005-11-05 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
2004-11-12 Sam Lantinga Video modes are sorted width first, then height
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2002-12-11 Sam Lantinga Fixed invalid memory access in DGA video driver (thanks ldb!)
2002-11-09 Sam Lantinga Greatly improved X11 DGA video speed (thanks Cezary!)
2002-08-20 Sam Lantinga Fixed offset bug in hardware accelerated fills and blits
2002-03-06 Sam Lantinga Updated copyright information for 2002
2002-03-05 Sam Lantinga Added SDL_LockRect() and SDL_UnlockRect()
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-09-30 Sam Lantinga Fixed crash when using double-buffering with DGA
2001-07-13 Sam Lantinga Some minor name changes to clean up
2001-07-12 Sam Lantinga Don't crash if freeing a hardware surface after the video mode has been
2001-07-12 Sam Lantinga DGA video driver is now thread-safe
2001-07-07 Sam Lantinga From: "Markus F.X.J. Oberhumer"
2001-04-26 Sam Lantinga Initial revision