log src/video/gem/SDL_gemvideo.c @ 1071:24470ffe8ee4

age author description
Mon, 06 Jun 2005 16:36:18 +0000 Patrice Mandin SDL will center surface on screen for us
Mon, 06 Jun 2005 10:45:53 +0000 Patrice Mandin Forgot variable declaration
Mon, 06 Jun 2005 10:27:22 +0000 Patrice Mandin Restore and save menu bar when entering and exiting fullscreen mode
Thu, 02 Jun 2005 22:02:18 +0000 Patrice Mandin Resize window to fit asked video mode
Wed, 02 Mar 2005 17:17:26 +0000 Patrice Mandin Was using width of surface instead of pitch to calculate length of surface width in words
Sat, 27 Nov 2004 21:28:49 +0000 Patrice Mandin Forgot to flush OpenGL buffer using glFinish
Fri, 26 Nov 2004 22:11:30 +0000 Patrice Mandin Keep current OpenGL context when possible
Fri, 26 Nov 2004 16:16:50 +0000 Patrice Mandin Final touches to OSMesa OpenGL support on Atari, using loadable libraries. Hope SDL 1.2.8 is out soon.
Thu, 25 Nov 2004 15:47:49 +0000 Patrice Mandin Factorize OSMesa OpenGL code for Atari drivers
Mon, 22 Nov 2004 20:37:41 +0000 Patrice Mandin Remove ambiguous/useless code
Mon, 22 Nov 2004 10:18:04 +0000 Patrice Mandin Add conversion routines for unsupported screen formats
Sun, 21 Nov 2004 21:59:47 +0000 Patrice Mandin Add OSMesa OpenGL support to the Atari GEM video driver
Sat, 06 Nov 2004 08:56:23 +0000 Patrice Mandin Prevent redraws till internal buffers are correctly setup
Fri, 08 Oct 2004 09:08:32 +0000 Patrice Mandin No need to close the window when going to fullscreen mode
Tue, 10 Aug 2004 18:53:38 +0000 Patrice Mandin Give mouse position relative to window position, and do not generate mouse button event if outside of the window