log src/video/SDL_video.c @ 1207:c9ec00d3e8bc

age author description
2005-11-23 Ryan C. Gordon OS/2 port!
2005-11-22 Ryan C. Gordon To: sdl@libsdl.org
2005-09-08 Ryan C. Gordon If couldn't load a needed GL symbol in SDL_SetVideoMode(), report it more
2005-09-08 Ryan C. Gordon iPod Linux framebuffer support.
2005-09-08 Ryan C. Gordon The MacOSX Carbon/Cocoa/X11 all in one library patch. Relevant emails:
2005-06-12 Patrice Mandin [PATCH] SDL_GetVideoMode() do not find the best video mode
2005-04-17 Ryan C. Gordon Some work on using accelerated alpha blits with hardware surfaces.
2005-01-25 Sam Lantinga Date: Mon, 24 Jan 2005 21:37:56 +0800
2004-11-25 Patrice Mandin Factorize OSMesa OpenGL code for Atari drivers
2004-08-21 Sam Lantinga Date: Wed, 28 Jul 2004 14:56:57 +0800
2004-07-25 Sam Lantinga Date: Sun, 25 Jul 2004 23:10:03 +0800
2004-07-18 Sam Lantinga Date: Sat, 26 Jun 2004 14:58:42 +0300
2004-04-11 Sam Lantinga Date: Sat, 10 Apr 2004 02:25:33 -0400
2004-02-24 Sam Lantinga Don't allow video modes larger than the maximum size
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2003-08-04 Sam Lantinga Date: Sat, 2 Aug 2003 16:22:51 +0300
2003-07-28 Sam Lantinga Date: Sun, 27 Jul 2003 22:37:59 +0200
2003-07-22 Sam Lantinga Merged in Ryan's multisample code for MacOS, and changed the constants to match.
2003-07-22 Sam Lantinga Date: Thu, 24 Apr 2003 15:13:47 -0400
2003-07-12 Ryan C. Gordon We need to lookup the address of glGetString before calling GL_MakeCurrent(),
2003-05-29 Sam Lantinga Added initial support for RISC OS (thanks Peter Naulls!)
2003-04-15 Sam Lantinga Date: Mon, 14 Apr 2003 22:08:27 +0100
2003-01-26 Sam Lantinga If a double-buffered surface was requested, and a plain hardware surface
2003-01-20 Sam Lantinga From: David Hedbor
2002-11-17 Sam Lantinga Support 1-bit alpha on surfaces passed to SDL_WM_SetIcon() (thanks Glenn!)
2002-10-05 Sam Lantinga Added initial support for Dreamcast (thanks HERO!)
2002-09-09 Sam Lantinga Fixed missing cursor after shadow buffer flip (thanks Jan!)
2002-08-20 Sam Lantinga Reset mouse state when changing video modes
2002-08-20 Sam Lantinga Fixed crash with invalid bpp in SDL_SetVideoMode()
2002-08-19 Sam Lantinga Added SDL_GL_STEREO for stereoscopic OpenGL contexts