Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
Thu, 14 Jun 2007 13:21:29 +0000 |
Sam Lantinga |
make indent
|
Mon, 13 Nov 2006 20:34:18 +0000 |
Patrice Mandin |
Save/restore current video mode and palette
|
Mon, 13 Nov 2006 19:59:28 +0000 |
Patrice Mandin |
xbios: preliminary video mode init
|
Sun, 24 Sep 2006 15:56:55 +0000 |
Sam Lantinga |
Formatting update
|
Fri, 22 Sep 2006 21:52:20 +0000 |
Patrice Mandin |
Pfiou, all of it to update, faster to rewrite from scratch?
|
Wed, 20 Sep 2006 22:09:19 +0000 |
Patrice Mandin |
Started update for 1.3
|
Mon, 10 Jul 2006 21:04:37 +0000 |
Sam Lantinga |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
Sun, 14 May 2006 09:55:22 +0000 |
Patrice Mandin |
Add a reminder to fix current->w,current->h
|
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
|
Mon, 01 May 2006 06:58:33 +0000 |
Sam Lantinga |
glSDL support
SDL-1.3
|
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 21:45:31 +0000 |
Patrice Mandin |
Fixed include files
|
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. ;-)
|
Wed, 08 Feb 2006 18:59:49 +0000 |
Patrice Mandin |
Fixes for new SDL embedded libc stuff
|
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.
|
Thu, 02 Feb 2006 21:27:24 +0000 |
Patrice Mandin |
Update for mintlib 0.57.6 (m68k-atari-mint libc)
|
Wed, 01 Feb 2006 06:32:25 +0000 |
Sam Lantinga |
Updated copyright information and removed rcs id lines (problematic in branch merges)
|
Thu, 19 Jan 2006 18:08:28 +0000 |
Patrice Mandin |
Rollback 1.28 change, but only for UpdateRects function this time
|
Sun, 08 Jan 2006 17:29:19 +0000 |
Patrice Mandin |
Rollback
|
Sun, 08 Jan 2006 10:22:27 +0000 |
Patrice Mandin |
Load default OpenGL library if needed at driver initialization
|
Wed, 27 Jul 2005 19:46:59 +0000 |
Patrice Mandin |
Tell user how many bytes are needed
|
Wed, 27 Jul 2005 19:18:10 +0000 |
Patrice Mandin |
Tell SDL to notfree my video surfaces (Damn, no how-to write a SDL driver)
|
Wed, 27 Jul 2005 16:30:12 +0000 |
Patrice Mandin |
Revert back change between 1.29 and 1.30
|
Thu, 21 Jul 2005 22:21:51 +0000 |
Patrice Mandin |
Revert back screen centering when using c2p
|
Mon, 18 Jul 2005 13:42:57 +0000 |
Patrice Mandin |
Set hardware palette to black in True Colour mode
|
Thu, 30 Jun 2005 12:02:25 +0000 |
Patrice Mandin |
4bits screen also has hardware palette
|
Thu, 30 Jun 2005 08:20:53 +0000 |
Patrice Mandin |
Was not using firstcolor parameter
|
Mon, 06 Jun 2005 16:36:18 +0000 |
Patrice Mandin |
SDL will center surface on screen for us
|
Tue, 31 May 2005 12:31:11 +0000 |
Patrice Mandin |
Add Centscreen extended modes support
|
Wed, 18 May 2005 17:02:17 +0000 |
Patrice Mandin |
Add Falcon Centscreen extension support
|
Mon, 07 Mar 2005 10:09:21 +0000 |
Patrice Mandin |
Disable debug code
|
Mon, 07 Mar 2005 10:00:58 +0000 |
Patrice Mandin |
Dynamically create list of video modes, easier to add new ones
|
Tue, 22 Feb 2005 17:57:40 +0000 |
Patrice Mandin |
Preliminary support for Blowup and Screen Blaster 3 extensions on Atari Falcon 030
|
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
|
Sat, 20 Nov 2004 20:47:52 +0000 |
Patrice Mandin |
OSMesa draws upside down
|
Wed, 17 Nov 2004 23:23:03 +0000 |
Patrice Mandin |
Grr, have to resort video modes one more time
|
Wed, 17 Nov 2004 23:13:15 +0000 |
Patrice Mandin |
Add support for OpenGL on Atari using OSMesa, the offscreen rendering driver from Mesa
|
Sat, 13 Nov 2004 09:57:20 +0000 |
Patrice Mandin |
Sort video modes by width then height
|
Sat, 07 Feb 2004 11:25:56 +0000 |
Patrice Mandin |
Video modes must be sorted by Y size, for SDL_GetVideoMode() to operate properly
|
Sat, 31 Jan 2004 08:57:03 +0000 |
Patrice Mandin |
Milan and Hades Atari clones do not have an Atari video chip
|
Sun, 04 Jan 2004 16:49:27 +0000 |
Sam Lantinga |
Updated copyright information for 2004 (Happy New Year!)
|
Wed, 12 Nov 2003 18:46:48 +0000 |
Patrice Mandin |
Use new C2P routine
|
Wed, 03 Sep 2003 20:07:16 +0000 |
Patrice Mandin |
Finally bugfixed: the simpler the better
|
Tue, 02 Sep 2003 19:49:50 +0000 |
Patrice Mandin |
Severe bugfix: format->BitsPerPixel not checked in ListModes function
|
Wed, 12 Feb 2003 15:24:39 +0000 |
Sam Lantinga |
*** empty log message ***
|
Sat, 07 Dec 2002 06:54:47 +0000 |
Sam Lantinga |
Updated Atari port for new system headers (thanks Patrice!)
|
Sat, 05 Oct 2002 16:27:56 +0000 |
Sam Lantinga |
Fixed gamma correction in Atari video drivers (thanks Patrice!)
|
Tue, 26 Mar 2002 17:37:31 +0000 |
Sam Lantinga |
*** empty log message ***
|
Fri, 22 Mar 2002 18:11:56 +0000 |
Sam Lantinga |
*** empty log message ***
|
Wed, 20 Mar 2002 02:24:29 +0000 |
Sam Lantinga |
Date: Fri, 15 Mar 2002 18:24:59 GMT+1
|
Wed, 06 Mar 2002 11:23:08 +0000 |
Sam Lantinga |
Updated copyright information for 2002
|